

h1{
      font-size: 16px;
}
H2 {
   border-bottom: thin solid black;
   font-weight: bold;
   margin-bottom:10px;
}
#qualify_form{
   margin-top:15px;

}
.QuestionBox {
    background-color:#f5f8ff;
	padding:10px;
    margin:5px 0;
    height:auto;
}
label{
    display:block;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

.fieldLabel {
	font-weight: bold;
    margin-bottom:1px;
    display:block;
}
#buttonGroup{
    text-align:center;
    margin:10px 0 5px 0;
}
.buttons{
     background:transparent url('/images/prequal_button_bkg.gif') repeat-x 0 0;
     color:#003f77;
     font-weight:bold;
     border:1px outset #fff;

}

.buttons-disabled{
     background:transparent url('/images/prequal_button_bkg.gif') repeat-x 0 0;
     color:#cccccc;
     font-weight:normal;
     border:1px outset #fff;

}
.productListGroupLabel{
    margin-top:25px;
    color:#003f77;
    font-weight:bold;
    display:block;
    background-color:#f5f8ff;
}

#drugList span{
    margin:10px 0;
    display:block;
}

/* results list and images */
.resultBreak{
    border-bottom:2px solid #f5f8ff;
    padding-top:5px;
    margin-bottom:5px;
}
#resultsList .column1{
    float:left;
    width:150px;
    text-align:center

}
#resultsList .column2{
    float:left;
    width:425px;
    margin-left:15px;
}
#resultsList ul{
    margin:0 0 1em 0;
    _margin:0;
}

#MedicareLimit {

}
#PrivateCoverage {

}

.red_text {
    color: red;
}
