#contact label, input, textarea {
	display: block;
	width: 150px;
	margin-bottom: 10px;
}
#contact label
{
	text-align: right;
	margin-right: 10px;
	float: left;
}
#contact .submit input
{
	margin-left: 170px;
} 
#contact input
{
	color: #000000;
	background: #fee3ad;
	margin-left: 170px;
	border: 1px outset #336699;
}

#contact textarea
{
	color: #000000;
	background: #fee3ad;
	margin-left: 170px;
	border: 1px solid #336699;
}

#contact .submit input
{
	color: #FFFFFF;
	border: 2px outset #6699CC;
	background-color: #336699;
	font-weight: bold;
	margin-left: 170px;
	font-size: 10px;
} 
#contact .checkbox input
{
	color: #000;
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 20px;
} 
#contact input.hidden
{
	border: none;
}

#contact fieldset
{
	border: 1px solid #336699;
	width: 500px;
	padding-bottom: 10px;
	}
#contact legend
{
	color: #fff;
	border: 1px solid #6699CC;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #336699;
	font-weight: bold;
	font-size: 12px;
} 
.mail_error {
	font-weight: bold;
	color: #FF0000;
}
br { clear:left}

</style>

