﻿/***************** Contact Form ***************************/
fieldset 
{
	position: relative;
	float: left;
	clear: both;
	width: 98%;
	margin: 0 0 1em 0;
	padding: 6px;
	border: 1px solid black;
	background-color: #FFFDC3; /*  E4EAD9  */
	background-image: url(../images/fieldset_bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
fieldset.online
{
	background: #66cc33;	
}
fieldset.mail
{
	background: #99ccff;	
}
fieldset.PDT
{
	background: #ffff00;
	margin: 0px;
}
fieldset.online, fieldset.mail, fieldset.PDT
{
	height: 260px; width: 245px; margin-right: 10px; clear: none;
}
fieldset.online ul, fieldset.mail ul, fieldset.PDT ul
{
	margin-left: 15px; font-size: .90em; line-height: .60em;
}
fieldset.online h5, fieldset.mail h5, fieldset.PDT h5
{
	margin-bottom: 15px;
}
td label
{
	width: inherit;
	float: none;
}
legend 
{
	/*margin-left: 1em;*/
	padding: 0px;
	color: #000000;
	font-weight: bold;
}
legend span 
{
	position: absolute;
	left: .74em;
	top: 0;
	margin-top: .5em;
	font-size: 1.2em;
}
label 
{
	position: relative;
	float: left;
	width: 7em;
	margin-right: 1em;
	text-align: left;
	display: inline;
}
label em
{
	position: absolute;
	left: 6.5em;
	top: 0px;
}
label strong
{
	position: absolute;
	left: 29em;
	top: .25em;
	width: 50em;
	color: Red;
	font-size: .80em;
	font-weight: normal;
	text-transform: uppercase;
}
label strong.message
{
	position: absolute;
	left: 45em;
	width: 10em;
}
fieldset ol
{
	padding: 3.5em 1em 0 1em;
	list-style: none;
	vertical-align: middle;
}
fieldset li 
{
	float: left;
	clear: left;
	width: 100%;
	padding: 0em 0em 1em 0em;
	vertical-align: middle;
}
fieldset.submit 
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: Transparent;
	background-image: none;
}

/** Personal Info **/
fieldset.personalInformation label
{
	width: 140px;	
}
fieldset.personalInformation label strong
{	
	left: 30em;		
}
fieldset.personalInformation .textbox, fieldset.personalInformation .highlightTextbox
{
	width: 175px;
}
/*** General Information ***/
fieldset.generalInformation label
{
	width: 135px;
}

.medicalConditions .textbox 
{
	width: 260px;
}

.procedures .textbox
{
	width: 310px;
}

.allergies .textbox
{
	width: 250px;
}

.medications .textbox
{
	width: 275px;
}
.nonTraditional .textbox 
{
	width: 420px;
	margin-top: 5px;
}
.nonTraditional .explain
{
	width: 55px;
	margin-top: 5px;
}
.therapy .textbox 
{
	width: 300px;
	margin-top: 5px;
}
.therapy .practitioner
{
	width: 150px;
	margin-top: 5px;
}
.devices label
{
	width: 45%;
}
.devices label .textbox
{
	width: 100px;
}
.devices label.other
{
	width: 55px;
}
.devices .textbox
{
	width: 420px;
}
.physicians .textbox 
{
	width: 250px;
}
.healthInsurance label
{
	width: 130px;
}
.healthInsurance .textbox 
{
	width: 150px;
}
.healthInsurance .textbox.carrier  
{
	width: 250px;
}
fieldset.requestInfo .textbox, fieldset.requestInfo .highlightTextbox
{
	width: 200px;
}
fieldset.requestInfo label strong
{
	left: 305px;
}
.chkList label 
{
	display: inline;
	float: none;
	width: auto;
	margin-right: 10px;
	margin-left: 5px;
}


/**** login control *****/
fieldset.login label
{
	width: 120px;
}
/** Physicians **/
.managePhysicians .rbl label
{
	width: 40px;
}

/*********** Review table **************/
.review .altRow
{
	background-color: #DDD;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.review .row, .review .altRow
{
	padding: 5px 0px;
	line-height: 1.8em;
}
.review .details
{
	text-indent: 10px;
}