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

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

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

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

}

textarea {
	color: #333;
	background: #eeeeee;
	border: 1px solid #cdcbbc
}
#main p {
	margin: 20px 0 0 0;
}
input#address {
	color: #333;
	background: #eeeeee;
	border: 1px solid #cdcbbc;
	margin: 5px 0 0 298px;
}

