html,body,td
{
font-family:verdana,arial;
font-size:9pt;
}
body
{
background-image:url(images/bg.gif);
background-repeat:repeat-y;
background-position:top center;
padding-top:0px;
margin-top:0px;
}
#header
{
border-top:10px solid white;
}
#wrapper
{
width:707px;
margin-left:auto;
margin-right:auto;
background-color:#80D6F7;
padding-bottom:1em;
}
#content
{
padding-left:2em;
padding-right:2em;
}
.section
{
background-color:#D1F1FD;
}
#section1,#section3,#section5
{
background-color:#C8E891;
}
.section
{
padding:5px;
padding-top:0px;
border-bottom:1px solid black;
}
.section h2
{
background-color:white;
border-bottom:1px solid black;
margin-left:-5px;
margin-right:-5px;
}
h2
{
color:#C53217;
}
span.website
{
display:block;
float:left;
width:33%;
font-weight:bold;
}
.website_1 p
{
float:left;
margin-top:0.2em;
margin-bottom:0.2em;
}
#busform .layout input
{
width:100%;
}
#formno_consent
{
clear:left;
}
span.required
{
	color:red;
}
.error
{
font-style:italic;
}

#businesses
{
border-collapse:collapse;
border-spacing:0px;
}
#businesses th,#businesses td
{
border:1px solid black;
text-align:left;
}
#logout
{
text-align:right;
padding:1em;
}
#logout a,#formsubmit
{
padding:0.5em;
background-color:#C53217;
color:white;
border:2px solid silver;
border-bottom-color:black;
border-right-color:black;
text-transform:capitalize;
}
#logout a:link,#logout a:visited
{
color:white;
text-decoration:none;
}
#logout a:hover,#formsubmit:hover
{
border:2px solid black;
border-bottom-color:silver;
border-right-color:silver;
padding-top:0.4em;
padding-left:0.4em;
padding-bottom:0.6em;
padding-right:0.6em;
}

label.error
{
text-decoration:underline;
}
td.label
{
width:150px;
}
table.form
{
width:100%;
}
table.form td input
{
width:100%;
}
div.errors
{
border:1px solid black;
padding:0.2em;
}
div.error p
{
margin:0px;
}
div.error p, label
{
text-transform:capitalize;
}
.options label,#emailconsent label
{
text-transform:none;
}