@charset "UTF-8";
#emailContainer {
	width: 210px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	background-image: url(backgrounds/boxes_gradient_top.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
#emailContainer #eMail #firstName {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}
#emailContainer #eMail #lastName {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}
#emailContainer #eMail #eMail {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#callBackContainer {
	width: 220px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#callBackContainer #callBack #firstName {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}
#callBackContainer #callBack #lastName {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}
#callBackContainer #callBack #eMail {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.formTitle {
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.submitOrange
{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFF00;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #FFFF00;
	font-weight: bold;
	background-image: url(backgrounds/gradient_bkg.gif);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-position: bottom;
} 
.submitGreen
{
	background-color: #090;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #00CC33;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #00CC33;
	font-weight: bold;
	background-image: url(backgrounds/green_gradient_bkg.gif);
	background-position: bottom;
	padding: 2px;
} 
.submitGrey
{
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	background-image: url(backgrounds/light_grey_gradient.gif);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-position: bottom;
	font-size: 9px;
} 
.resultsView {
	float: left;
	width: 100px;
}
.requiredField {
	color: #C33;
}
.listGrey {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
/* Error Notification  */
#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #F00;
	padding: 5px;
	display: none;
	margin: 2em 5px;
}
  .errFld { /* Styles errors in form  */
}
  .errMsg {
	color: #C33;
	font-weight: bold;
}
