/*************************************
		Forms Contact
**************************************/

fieldset
{
	width:40em;
	border:1px solid black;
	padding-bottom:5px;
}
label
{
	width:15em;
	float:left;
	margin-top:auto;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}
textarea, 
input
{
	margin-left:10px;
}
.formformat
{
	white-space:nowrap;
	margin-bottom:5px;
}
