@charset "utf-8";
/* CSS Document */

fieldset {
	width: 350px;
	border-top: 1px solid #eaeaea;
}
fieldset label {
	text-align: right;
	float: left;
	width: 100px;
	margin-right: 10px;
	line-height: 28px;
	clear: left;
}
.submitbut {
	line-height: 22px;
	color: #FFF;
	text-decoration: none;
	background-color: #8EC63F;
	width: 75px;
	border: 1px solid #8EC63D;
	cursor: pointer;
	margin: 5px 0 0 110px;
}
.submitbut:hover {
	background-color: #0093D0;
	cursor: pointer;
}


fieldset input, select {
	background-color: #FFF;
	display: inline;
	float: left;
	width: 200px;
	border: 1px solid #9ED158;
	clear: right;
	font-size: 12px;
	padding: 6px;
	margin-bottom: 5px;
}
fieldset textarea { 
	background-color: #FFF;
	display: inline;
	float: left;
	width: 200px;
	border: 1px solid #9ED158;
	clear: right;
	font-size: 12px;
	line-height: 14px;
	padding: 6px;
	font-family:Arial, Helvetica, sans-serif;
}



/* ::::: Validation Summary ::::::: */

.popupdiv {
	padding: 20px;
	background-color: #FFC1C1;
	border: 2px solid #C00;
	width:250px;
	display:block;
}
#ValSum1 {

	margin-left: 20px;
	color: #000 !important;
}
.popupdiv h3 {
	color: #C00;
	background-image: url(../images/required-icon.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.popupbg {
	background-color:#000000; 
	filter: alpha(opacity=80); 
	opacity:0.80;
}
.hidelbl {
	display:none;
}
.inputAlertMsg { color: #C00; font-weight:bold; }
fieldset.wide, fieldset.oneLine {
	width: 600px;
}
fieldset.oneLine label { display: block; width: auto; text-align:left; clear: none; float: left; padding: 0 10px 0 0; }
fieldset.oneLine input { width: 75px; margin-right: 10px; }
fieldset.wide label {
	display: block;
	width: 100%;
	text-align: left;
	clear: both;
	float: none;
	padding-top: 10px;
}
fieldset.wide table tr td {
	width: 120px;
	vertical-align: baseline;
}
fieldset.wide table tr td label {
	width: 80px;
	float: left;
	display: inline;
	clear: none;
	line-height: 20px;
	padding-top: 0px;
}
fieldset.wide table tr td input{
	width: 15px;
	float: left;
	display: inline;
	clear: none;
	height: 10px;
	border: none !important; 
}
fieldset.wide .submitbut {
	margin: 5px;
}

fieldset legend {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
.checkboxes { display: block; clear: both; width: 100%; margin: 10px 0 !important; height: 20px; }
.checkboxes label {
	width: 100px !important;
	display: inline !important;
	clear: left !important;
	float: left !important;
	line-height: 14px !important;
}
.checkboxes input { border: none; }
td.editbut a {
	background-image: url(../images/icons/page_white_magnify.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	line-height: 20px;
	display: block;
}

.checkboxes input {
	float: left !important;
	width: 15px;
}

fieldset input.star {
	background-image: url(../images/icons/required.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
	border: 1px solid #E28A24 !important;
}
fieldset select.star { border: 1px solid #E28A24; }
fieldset textarea.star {
	background-image: url(../images/icons/required.gif);
	background-repeat: no-repeat;
	background-position: 190px 5px;
	border: 1px solid #E28A24 !important;
}
fieldset label.required { color: #C00; }
fieldset input.required {
	border: 1px solid #FF6262 !important;
	background-color:#FFC1C1;
	background-image: url(../images/icons/error.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
}
fieldset input#txtStudyZip.star, fieldset input#txtZip.star, fieldset input#txtStudyZip.required, fieldset input#txtZip.required { background-position: 65px center; }
fieldset textarea.required {
	border: 1px solid #FF6262 !important;
	background-color:#FFC1C1;
	background-image: url(../images/icons/error.gif);
	background-repeat: no-repeat;
	background-position: 190px 5px;
}
fieldset select.required { 
	border: 1px solid #FF6262 !important;
	background-color:#FFC1C1;
}
fieldset label.invalid {
	color: #F90;
}
fieldset input.invalid {
	border: 1px solid #FFC53C !important;
	background-color:#FFDE93;
	background-image: url(../images/icons/invalid.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
}

.hide { display: none; }