/*Symptom Checker plugin*/

.noShow {display:none;}

.symptomRow {padding:5px 0;}

.questionHolder {width:330px; float:left; background:url(/images/SymptomQuestion-back.gif) top left repeat-y;}
.questionHolder .top {background:url(/images/SymptomQuestion-top.gif) top left no-repeat; display:block;}
.questionHolder .bottom {display:block;  padding:15px 20px 20px 20px; background:url(/images/SymptomQuestion-bottom.gif) bottom left no-repeat; text-align:center; color:#ffffff; font-size:100%; font-weight:bold;}


.radioHolder {width:109px; float:right;}
.radioHolder label { cursor:pointer; }
.yes {float:left;}
.no {float:right;}
.yes label {width:52px; height:49px; display:block;}
.no label {width:57px; height:49px; display:block;}
.yes .selected {background:url(/images/Yes-Selected.gif) top left no-repeat;}
.yes .unselected {background:url(/images/Yes-Unselected.gif) top left no-repeat;}
.no .selected {background:url(/images/No-Selected.gif) top left no-repeat;}
.no .unselected {background:url(/images/No-Unselected.gif) top left no-repeat;}

.submitHolder {padding-top:10px; text-align:right;}
#Submit,
#ResultHolder #RetakeTest {border:0; background:url(/images/Symptom-button.png) top left no-repeat; width:109px; text-align:center; height:48px; font-size:110%; cursor:pointer;}
p.error {border:1px solid #CCCCCC; background:#B62D3B; color:#ffffff;}

#ResultHolder {background:#d6e39b url(/images/SymptomResult-gradient.gif) left top repeat-x;}
#ResultHolder .back {background:url(/images/SymptomResult-back.gif) left top repeat-y;}
#ResultHolder .top {background:url(/images/SymptomResult-top.png) left top no-repeat;}
#ResultHolder .bottom {background:url(/images/SymptomResult-bottom.png) left bottom no-repeat; padding:30px 30px 32px 30px;}
#ResultHolder p {color:#000000;}
#ResultHolder h3 {color:#000000;}

.GreyBox170 .shadowThin
{
	padding:15px 9px 35px 9px;
}
