/* CSS Document */
@import "inner.css";
#contact_form
{
	width: 400px;
	border: 1px solid #BDBABA;
	position:relative;
	left: 10px;
	top: 15px;
	padding-bottom: 70px;
	margin-bottom: 30px;
}
* html #contact_form
{
	padding-bottom: 10px;
}
#contact_form div {width: 400px; height: 20px; padding-bottom: 10px; position: relative; left: 2px;
top: 5px;}
#contact_form label {width: 90px; float: left;}
#contact_form input {width: 165px; float: left;}
#contact_form textarea {width: 299px; float: left;}
#submit {width: 120px !important; float: right !important; margin-top: 10px;}
* html #submit {margin-bottom: 0px}