form 
{
    margin:0 auto;
    /*width:459px;*/
}

form input, form textarea {
	width: 90%; 	
}


input, textarea, file {
	width:439px;
	height:27px;
	background-color:#473937;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #291E1C;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#fff;
}

input:focus, textarea:focus {
	border:1px solid #291E1C;
	color:#fff;
	box-shadow:0px 0px 5px #fff;
}


	
textarea 
{
	height:213px;
}


#submit {
	width:127px;
	height:30px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
	
#submit:hover {
	color:#fff;
	background-color: #CA4C47;
	opacity:0.9;
}
