/* Form */

#form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#d1d1d1;
	width:450px;
	margin-left:20px;
	height:640px;
	*height:650px;
	padding:10px 10px 0 10px;
	border:#999999 solid 1px;
	
}

#feild_name{
	width:140px;
	height:24px;
	float:left;
	padding:2px;
	border-bottom:#999999 dotted thin;
	
}

#feild_info{
	width:280px;
	height:24px;
	float:left;
	padding:2px;
	border-bottom:#999 dotted thin;
	margin-bottom:5px;
}
#comment_feild_one{
	width:140px;
	height:160px;
	float:left;
	padding:2px;
	margin-bottom:10px;
}
#comment_feild_two{
	width:280px;
	height:160px;
	float:left;
	margin-bottom:10px;
	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:#006600;
	text-align:center;
	color:#FFFFFF;
	font-size:13x;
	font-weight:bold;
}
#feild_info input{
	background: #FFFFFF !important;
	color:#333;
}
.disclaimerStyle{
	padding:0;
	
}

.disclaimerStyle a{

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

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