

#form-module fieldset {
margin: 0px 0px 10px 0px;
padding: 5px 0px;
border: none;
}

#form-module legend {
display:none;
} 

img {
border: none;
}

label {
float: left;
width: 100px;
text-align: left;
padding-top: 3px;
padding-right: 5px;
}
input {
float: left;
width: 400px;
text-align: left;
}
input.submit {
float: center;
width: 800px;
text-align: center;
}
fieldset {
width: 820px;
color: #ffffff;
border: 1px solid #666;
}
.element {
clear: both;
padding: 2px 0px;
} 

#form-module .element {
        display:block;
        clear:both;
        background-color:#f7f7f7;
        border-top:2px solid #000000;
}

body
{
	color: #fefefe;
	background-color: #000000;
	font-family: "Arial", "Helvetica", "MS Sans Serif";
	font-size: 12pt;
	margin: 8px;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #A9C646;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #A9C646;
}
 
a:link
{
	color: #fefefe;
	text-decoration: none;
	font-weight: bold;
}
a:active
{
	color: #fefefe;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #fefefe;
	text-decoration: none;
	font-weight:bold;
}
a:hover
{
	color: #fefefe;
	text-decoration: none;
	font-weight:bold;
}

h1
{
	font-size: 32px;
	margin: .2px 0;
}

h2
{
	font-size: 24px;
	margin: .2px 0;
}


h3
{
	font-size: 20px;
	margin: .2px 0;
}

h4
{
	font-size: 16px;
	margin: .2px 0;
}

h5
{
	font-size: 12px;
	margin: .2px 0;
}

h6
{
	font-size: 9px;
	margin: .2px 0;
}

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,input,select,option { font-size:12px; }

td
{
	font-size: 12px;
	vertical-align: top;
}

th
{
	font-size: 12px;
	vertical-align: top;
}

