/* CSS Document */
DIV.row{
	clear:both;
}

DIV.row P{
	float:left;
	margin:0 20px 0 0px;
	padding:0;
}


/*ELEMENTS COMMON ON ALL THE PAGES*/

/*FORM#wellcare-referral-1, FORM#wellcare-referral-2, FORM#wellcare-referral-3{
	margin-left:50px;
}*/

FIELDSET#wellcare_form{
	border:1px solid #9A9A9A;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	width:722px;
	margin:0 auto;
	font-family:'Century Gothic';
	font-weight:bold;
	padding:0px 60px 20px 60px;
}

LABEL{
	font-size:13px;
	font-weight:500;
}	
LEGEND{
	border:1px solid #9A9A9A;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	font-size:26px;
	color:#2B256C;
	padding:5px;
	font-family:'Century Gothic';
}	

SPAN.legend_text{
	position:relative;
	bottom:10px;
}

.hide{
	display:none;
}

/*FIRST PAGE*/
IMG#imagezeropercent{
	width: 318px;
	height: 39px;
}

FORM#wellcare-referral-1 LABEL{
	font-size:13px;
	font-weight:bold;
}	

FORM#wellcare-referral-1 DIV.row{
	margin-bottom:10px;
}	

FORM#wellcare-referral-1 INPUT.field{
	border:1px solid #9A9A9A;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	height:25px;
	width:187px;
	font-family:'Century Gothic';
	font-size:20px;
}

INPUT#saveandcontinuehome{
	width: 209px;
	height: 48px;
	background-image:url(../images/saveandcontinuehome.png);
	background-repeat:no-repeat;
	border:0px solid black;
	background-color:#fff;
}


/*SECOND PAGE*/
P#chooseformparagraphbg{
	width:608px;
	height: 42px;
	background-image:url(../images/chooseformparagraphbg.png);
	background-repeat:no-repeat;
	margin:20px auto;
	color:#4B742B;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-left:20px;
}

P#choosebuttons{
	width: 544px;
	height: 46px;
	margin:0 auto;
	text-align:center;
}

INPUT#homehealth{
	width:248px;
	height:46px;
	background-image:url(../images/homehealthreferral.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:none;
}

INPUT#homecare{
	width:238px;
	height:46px;
	background-image:url(../images/homecarereferral.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:none;
}

/*PAGE 3*/
HR{
	clear:both;
	margin: 20px 0 20px 0;
	color:#999999;
	height:1px;
}

H3{
	margin-top:0;
}


DIV.referralleft, DIV.referralright{
	float:left;
	margin:0 0px 0 0px;
	padding:0;
}

DIV.referralleft{
	width:50px;
	margin-left:150px;
	line-height:1.3em;
}

DIV.referralright{
	width:500px;
}

P#saveandcompletewrapper{
	width:210px;
	height:45px;
	margin:10px auto;
}

INPUT#saveandcomplete{
	width:210px;
	height:45px;
	background-image:url(../images/saveandcomplete.png);
	backgroun-repeat:no-repeat;
	border:0;
	background-color:#fff;
}	

INPUT#homehealth_fade{
	width:248px;
	height:46px;
	background-image:url(../images/homehealthreferral_fade.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:none;
}

INPUT#homecare_fade{
	width:238px;
	height:46px;
	background-image:url(../images/homecarereferral_fade.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:none;
}

INPUT.field{
	border:1px solid #9A9A9A;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	height:25px;
	width:187px;
	font-family:'Century Gothic';
	font-size:20px;
}


