/* Form */

#form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/*background:#d1d1d1;*/
	background:#E6E6E6;
	width:425px;
	/*height:350px;*/
	height:auto;
	padding:10px 10px 0 10px;
	border:#999999 solid 1px;
}

#feild_name{
	width:120px;
	height:24px;
	float:left;
	padding:2px;
	*padding-bottom:6px;
	border-bottom:#999999 dotted .3mm;
}

#feild_info{
	width:280px;
	height:24px;
	float:left;
	padding:2px;
	*padding-bottom:6px;
	border-bottom:#999999 dotted .3mm;
	margin-bottom:5px;
}
#comment_feild_one{
	width:120px;
	height:160px;
	float:left;
	padding:2px;
}
#comment_feild_two{
	width:280px;
	height:160px;
	float:left;
	text-align:left;
}

#check_box{
	font-size:12px;
}

.submit input
{
margin-left: 4.5em;
width:100px;
} 
#form strong{
	line-height:42px;
}

button{
width:125px;
height:25px;
background:#426d84;
text-align:center;
color:#FFFFFF;
font-size:13x;
font-weight:bold;
}
#feild_info input{
background: #FFFFFF !important;
color:#333;
}
.disclaimerStyle{
	padding:0;
	
}

.disclaimerStyle a{

	
	border-bottom-width: 0.1mm;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-decoration:none;
	font-size:9px;
	
}

.disclaimerStyle a:hover{
	font-size: 9px;
	color: #333333;
	border-bottom: 0.1mm dashed #333333;
}
.required{
	color:#990000;
}

