#contact {
	margin: 20px 0 0 0;
	font-size: 12px;
}
#contact div {
	margin-bottom: 10px;
}
#contact label {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: right;
}
#contact .fld {
	width: 300px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
#contact .btn {
	font-size: 11px;
	background-color: #AAAAAA;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contact .btn:hover {
	background-color: #CCCCCC;
	color: #FF0000;
}
.greenstyle {
	background-color: transparent;
	color: #009900;
	margin-bottom: 10px;
}
.redstyle {
	background-color: transparent;
	color: #FF0000;
	margin-bottom: 10px;
}

