
input, textarea, select { 
	padding: 8px;
	border: solid 1px #b8b8b8;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 600px;
	}

textarea { 
	width: 600px;
	max-width: 600px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
outline:none;

}
input:visited, textarea:visited,
input:focus, textarea:focus { 
	border-color: #4864aa;
}

input:active, textarea:active,
input:focus, textarea:focus { 
	border-color: #4864aa;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
background-color:#F5F5F5;
padding:15px;
}

#wrapper { 
margin:30px auto;
width:600px;
}
.button_send
{
	width: 200px;
	background-color: #58595b;
	color: white;
	border: 0px;
}
.button_send:hover
{
	width: 200px;
	background-color: #4864aa;
	color: white;
	border: 0px;
}