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

#col1{
float:left;
margin-right:36px;
width:300px;
}
#col2{
float:right;
width:320px;
}

.formClass fieldset {
    color: #666;
    border: none;
    width: 350px;
    }
.formClass label  {
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 70px;
}

.formClass input  {
    height: 12px;
	width: 200px;
}

.formClass textarea {
	width:200px;
}

.formClass select { width:150px}	

.formClass input,textarea,select {
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	color:#2d62b8;
	background-color: #FFFFFF;
	border: solid 1px #CDCDCD;
}

.formClass input:hover, textarea:hover {
	border: solid 1px #FF0000;
}

.formClass input:focus, textarea:focus {
	border: solid 1px #2d62b8;
}

.formClass br {
	clear: left;
}


.btn_div {
clear:both;
width:auto;
text-align:right;
padding-right:60px;
}

.required {
color:#FF0000;
}
.comments {
	margin-left:135px;
}

.phone_band {
padding-top:30px;
}