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

#contactform
{
	margin: 0;
	padding: 0;
	border: none;
}

#contactform fieldset
{
	border: 1px solid #CCCCCC;
	}

#contactform legend
{
	font-size: small;
	font-weight: bold;
}

#contactform ol
{
	margin: 0;
	padding: 0;
}

#contactform ol li
{
	display: block;
	line-height: 140%;
	margin-bottom: 5px;
	list-style-type: none;
	clear: left;
}

#contactform ol li label
{
	font-size: small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 275px;
	float:left;
	text-align: right;
	padding-right: 5px;
}

.txtfield
{
	width: 300px;
}

