@charset "utf-8";
/* CSS Document */

.cssform p{
clear: left;
margin:0 10px 0 10px;
padding-left: 170px; /*width of left column containing the label elements*/
height: 1%;
}
p.bluetextbold, p.blue, p.blue2{
	FONT-SIZE: 18px;
	COLOR: blue;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	text-align: left;
	margin-right: 20px;
}
p.blue, p.blue2{
	text-align:center;
	color:#000000;
	}
p.blue2 {
	font-size:14px;
	padding:8px 0;
		}
.cssform label{
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
float: left;
text-align:right;
padding:7px 0 2px 0;
padding-right:15px;
margin-left: -150px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	float:left;
	margin: 4px 0;
}
#recaptcha_area #recaptcha_response_field[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 35px;
	margin: 0px 0;
	text-align:left;
}

.cssform input.phone2[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 25px;
	margin: 4px 0;
	text-align:center;
}

.cssform select[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
float:left;
margin:8px 0;
}
.cssform textarea{
width: 250px;
height: 150px;
}
.Area{
	margin:4px 0 5px 0;
}
.AreaM{
	margin:4px 0 5px 0;
	background:#CCFFFF;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.error {
font-family: Tahoma;
font-size: 8pt;
color: red;
margin-left: 50px;
display:none;
}
.M {
	background:#CCFFFF;
	}
.M2 {
	background:#CCFFFF;
	width: 20px;

	}	
.select {
	text-align:right;
}
.advertise {
	margin-top:15px;
	text-align:center;
}
.tablejen{
	margin-right: 8px;
	padding-left: 20px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 5px;
        height: 1%;
}
