/* Form CSS - 2 Column */
input.error{
	border: 2px solid #F00;
}
label.error{
background-color: #FF0;
color: #f00;
padding: 3px;
font-size: 11px;
font-weight: bold;
margin: 3px 0;
border: 1px solid #F00;
}
.formHeader{
	background-image: url(../images/formheader.jpg);
	height: 45px;
	width: 811px;
	margin-bottom: 10px;
}

.flexiGreen{
	padding: 0;

	float: right;
	background-color: #A4C90B;

	color: #000;
	font-size: 15px;
}
.flexiGreen .flexiheader{
	background-image: url(../images/flexigreen_top.gif);
	background-position: top; 
	background-repeat: no-repeat;
}
.flexiGreen .flexifooter{
	padding: 10px 10px 35px 10px;
	width: 388px;
	background-image: url(../images/flexigreen_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.flexiOrange{
	padding: 0;

	float: right;
	background-color: #FEBD00;

	color: #000;
	font-size: 15px;
}
.flexiOrange .flexiheader{
	background-image: url(../images/flexiorange_top.gif);
	background-position: top; 
	background-repeat: no-repeat;
}
.flexiOrange .flexifooter{
	padding: 10px 10px 35px 10px;
	width: 388px;
	background-image: url(../images/flexiorange_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.flexiRed{
	padding: 0;

	float: right;
	background-color: #B00;

	color: #fff;
	font-size: 15px;
}
.flexiRed .flexiheader{
	background-image: url(../images/flexxired_top.gif);
	background-position: top; 
	background-repeat: no-repeat;
}
.flexiRed .flexifooter{
	padding: 10px 10px 35px 10px;
	width: 388px;
	background-image: url(../images/flexired_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.flexiBlue{
	padding: 0;

	float: right;
	background-color: #1D8FC4;

	color: #000;
	font-size: 15px;
}
.flexiBlue .flexiheader{
	background-image: url(../images/flexiblue_top.gif);
	background-position: top; 
	background-repeat: no-repeat;
}
.flexiBlue .flexifooter{
	padding: 10px 10px 35px 10px;
	width: 388px;
	background-image: url(../images/flexiblue_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.flexiGrey{
	padding: 0;

	float: right;
	background-color: #ADADAD;

	color: #000;
	font-size: 15px;
}
.flexiGrey .flexiheader{
	background-image: url(../images/flexigray_top.gif);
	background-position: top; 
	background-repeat: no-repeat;
}
.flexiGrey .flexifooter{
	padding: 10px 10px 35px 10px;
	width: 388px;
	background-image: url(../images/flexigrey_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.flexiTeal{
	padding: 0;

	float: right;
	background-color: #01BBB8;

	color: #000;
	font-size: 15px;
}
.flexiTeal a{
	color: #015453;
} 
.flexiTeal .flexiheader{
	background-image: url(../images/flexiteal_top.gif);
	background-position: top; 
	background-repeat: no-repeat;
}
.flexiTeal .flexifooter{
	padding: 10px 10px 35px 10px;
	width: 388px;
	background-image: url(../images/flexiteal_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.flexiPurple{
	padding: 0;

	float: right;
	background-color: #A015E4;

	color: #FFF;
	font-size: 15px;
}
.flexiPurple .flexiheader{
	background-image: url(../images/flexipurple_top.gif);
	background-position: top; 
	background-repeat: no-repeat;
}
.flexiPurple .flexifooter{
	padding: 10px 10px 35px 10px;
	width: 388px;
	background-image: url(../images/flexipurple_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#formCSS_twoCol{
	
	
}
#formCSS_twoCol #inputs input
{
 display: block;
 width: 15em;
}
#formCSS_twoCol label
{
 display: block;
 margin-bottom: 0.5em;
 font-weight: normal;
}
#formCSS_twoCol select
{
 display: block;
 margin-top: 0.5em;
}
#formCSS_twoCol #FormRightColumn{
 float: right;
 width: 40%;
}
#formCSS_twoCol #FormLeftColumn{
 float: left;
 width: 58%;
 margin: 0;
 padding: 0;
}
#formCSS_twoCol legend{
 font-weight: bold;
 padding: 2px;
}
#formCSS_twoCol ol{
 margin-left: 0;
 padding-left: 1.5em;
}
#formCSS_twoCol ol ol{
 padding-left: 3em;
 padding-bottom: 1em;
}
#submitButtons{
 clear:left;
}
#submitButtons input{
 float: left;
 width: 75px;
 margin-right: 5px;
}

#bestTime{
	padding-left: 5px;
	font-size: 11px;
}
#bestTime p{
	margin-bottom: 5px;

}

.formTable{
	background-color: #E8E6E1;
	border-collapse: separate;
	border: 1px solid #BEB9AC;
	margin: 15px auto;
	width: 500px;
	color: #000;
}
.formTable td{
	padding: 5px;
	border: 1px solid #BEB9AC;
	background-color: #D7D4CC;
	vertical-align: top;
}
.formTable th{
	padding: 5px;
	border: 1px solid #BEB9AC;
	color: #FFF;
	background-color: #2D2D2D;
	vertical-align: top;
}
.formTable .label{
	width: 150px;
	font-weight: bold;
	background-color: #727272;
	border: 0;
	color: #fff;
}



.radioMulti label{
	display:block;
}

#leftColumn{
	width: 48%;
	float: left;
}
#rightColumn{
	position: relative;
	float: right;
	width: 48%;
}

.adpform fieldset {
  clear: both;
  font-size: 100%;
  border-color: #FFF;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  margin: 0 0 0 0;
  padding: 5px;
}

.adpform fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #01EBE8;
  margin: 0 0 0 0;
  padding: 0 5px;
}
#r2rform fieldset legend{
	color: #A4C90A;
}
.adpform label {
  font-size: 100%;
  cursor: pointer;
}
.adpform input, .adpform select, .adpform textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}
.adpform label{
	width: 385px;
	display:block;
	position: relative;
	margin-bottom: 7px;
	line-height: 20px;
}
.adpform label input{
	position: absolute;
	right: 0;
	width: 180px;
}
.adpform .radio{
	border: 0;
	font-size: 100%;
	width: 385px;
	padding: 0;
	margin: 0 0 1em 0;
}
.adpform .radio label{
	border: 0;
	position: relative; 
	left: 200px !important;
	width: 200px;
}
.adpform .radio input{

	position: relative;
	left: 0;
	width: 25px;

}
.adpform .radio2{
	border: 0;
	font-size: 100%;
	width: 385px;
	padding: 0;
	margin: 0 0 1em 0;
}
.adpform .radio2 label{
	border: 0;
	position: relative; 
	display: inline;
	width: 49%;
	float: left;
}
.adpform .radio2 input{

	position: relative;
	left: 0;
	width: 25px;

}
.adpform .radio p{
	float: left;
	position: absolute;
	margin: 0;
	padding: 0;
}

.adpform .border{
	border-bottom: 1px dotted #999;
}
.adpform #submitButtons{
	width: 100%;
	clear: both;
	text-align: center;
}
.adpform #submitButtons input{
float:none;
}


.small_form input{
	width: 300px;
	margin-bottom: 10px;
}

.small_form #submitButtons input{
	float: none;
}