div#center{
	width: 860px;
}
form{
	padding: 10px;
	border:1px solid #eee;
	margin: 0 auto;
}

fieldset {
	padding: 0 0.5em 0.5em;
	margin-bottom: 10px;
	text-align: left;
}

legend {
	color:#FF0000;
	font-weight:bold
}

label {
	display:block;
	color: #000000;
	padding : 5px;
}

textarea {
	padding:0.15em;
	width:580px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

textarea:hover, textarea:focus {
	border-color: #C5C5C5;
	background: #F6F6F6;
}

input {
	padding:0.15em;
	width:300px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input.default {
	color:#bbb;
}

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

input[type=submit]:hover{
	cursor:pointer;
}

#contact{
	color: #000000;
	text-align: center;
}

span.send_button {
	width: 70px;
	line-height: 40px;
	border: 5px;
	text-align= center;
}