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

/* code for forms */

.formContainer{ /* code for form container */
	width: 430px;
	margin: 0px;
	padding: 2px;
	background: #ffffff;
	font: normal normal 100% verdana;
	color:#666666;
/*	border: 1px solid #000000; */
	float:left;
	clear:both;
}

.formBox
{
	width: 300px;
}

.formBox input
{
	width: 250px;
}

.formbox input[type="checkbox"]
{
	width: 20px;
}


.formBox select
{
	width: 250px;
}

.formBox textarea
{
	width: 250px;
}


.formLabel
{
	text-align: right;
}

.formBox checkBox
{
	width: 10px;
}

.checkBoxClear
{
	width: 5px;
}

.standardForm label{
display:block;
margin:5px 0px 6px 10px;
float:left;
text-align: right;
width:120px;
padding-right: 5px;
clear:left;
/* border: 1px solid #0000ff; */
}


.standardForm input{
display:block;
margin:5px 50px 6px 10px;
float:left;
width:220px;
clear:right;
}

.standardForm select{
display:block;
margin:5px 50px 6px 10px;
float:left;
width:150px;
}

.standardForm .checkbox{
display:block;
margin:5px 10px 6px 10px;
float:left;
width:auto;
/* border: 1px solid #ff0000; */
}

.standardForm .comments{
display:block;
margin:5px 10px 6px 10px;
float:left;
clear:right;
width:220px;
height:80px;
}

.standardForm .hidden{
display:none;
margin:5px 10px 6px 6px;
float:left;

}

.standardForm .submit{
margin:100px 10px 6px 10px;
float:left;
clear:left;
width:auto;
}

.clearFormCSS
{
	clear: Both;
}

/*end style for FORM on Contact us page */








































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

