@charset "UTF-8";
/* CSS Document */

#main-form-labels {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 5px 0 5px;
	width: 6em;
	float: left;
	text-align: right;
	display: block
}

input {
	color: #333;
	background: #eeeeee;
	border: 1px solid #cdcbbc;
	margin: 2px 0 2px 0;
}

.button{
	margin: 10px 0 10px 85px;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
} 
.button2 {
	margin: 10px 0 10px 0;
}

textarea {
	color: #333;
	background: #eeeeee;
	border: 1px solid #cdcbbc;
	margin: -12px 0 0 83px;
}
#form p {
	margin: 10px 0 0 0;
}
