ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

html,body {
	margin:0;
	height: 100%;
    width:100%;
	padding: 0;
    font-family: Arial, Verdana, sans-serif;
	font-size:9pt;
}

div#MainLayout
{
	position:relative; 
	height:5px;
	z-index:30;
}

body {
	background: url('/images/layout/default/main/background.gif') repeat-x;
}


div#Main {
}

div#FooterCopy
{
    width:291px;
	height:51px;
	background: url('/images/layout/default/main/footer-copy.gif') no-repeat;
	margin-left:auto;
	margin-right:auto;
}

div.FormField
{
	width:300px; 
	height:25px;
	margin-left:auto;
	margin-right:auto;
}

div.FormField span.FieldName
{
	color:#d19c2a;
}

div.FormField span.Field input
{
	width:150px;
	border:1px solid #A7DA6D;
}

div.form_error
{
	color:#FF0000;
	height:20px;
}
