@CHARSET "ISO-8859-1";
input, textarea, select {
line-height:14px;
background:#FFFFFF;
border:1px solid #CCCCCC;

padding:0px;
height:27px;
color:#7c7d76;
}
.submit{
	background:url(../images/submit_button.png) no-repeat;
	height:30px !important;
	width:110px !important;
	color:#FFFFFF;
	line-height:30px;
	border:none !important;
	cursor:pointer;
	float:right;
}
.login_box input{
	width:90px;
	height:20px;
	line-height:20px;
	border:solid #000000 thin;
	float:left;
	margin-right:5px;
}
.login_box .submit{
	background:url(../images/login_go.png) no-repeat;
	width:29px !important;
	height:29px;
	border:none;
	text-indent:-99999px;
	float:left;
}
#contact_us_form input,#contact_us_form textarea{
	width:256px;
	height:20px;
	border:solid #000000 thin;
	_margin-bottom:5px;
	margin-bottom:1px;
}
#contact_us_form textarea{
	height:50px;
}
#inner #contact_us_form{
	width:300px;
	margin:0 auto;
}
#inner #contact_us_form input,#inner #contact_us_form textarea{
	width:290px;
}


