﻿form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
	font-family: Verdana, Arial;
	font-size: 0.7em;
}

legend
{
	margin: 1em 0;
	padding: 0 0.5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;	
}

label
{
	display: block;
	padding: 0 1em;	
	margin: 2px 0 4px 0;
	white-space: nowrap;
}

fieldset div
{
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input
{
	width: 250px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

#fm-submit
{
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;	
	font-size: 100%;
}


fieldset div.req
{
	font-weight: bold;
}

fieldset div.opt
{
}

fieldset div.req label:after
{
	content: " *";
}

.page-heading
{
	border-bottom: solid 1px #ccc;
	font-family: Trebuchet MS;
	text-transform: uppercase;
}

.notetouser
{
	font-family: Trebuchet MS, Verdana;
	font-size: 0.9em;
	display:block;
	width: 95%;
	padding: 8px;
}

div#main
{
	float:left;
	width: 530px;
	display:inline;
		
}

div#forErrors
{
	font-family: Verdana, Arial;
	font-size: 0.9em;
	display:block;
	background-color: #ccc;
	border:solid 1px black;
	padding: 2px;
}

div#forErrors ul
{
	display: block;
	margin: 0;	
}
