* {
font-family:Verdana, Arial, Sans;
}
#wrapper {
	background-color: white;
}
html,body {
	background-color: silver;
}
.spacer {
clear: both;
}
#content{
}
#content p{
        margin-top: 1em;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
#footer {
	background-color: #1494CB;
	color: white;
}

fieldset {  
position: relative;  
float: left;  
clear: both;
width: 500px;  
margin: 0 0 -1em 0;  
padding: 0 0 1em 0;  
border-style: none;  
border-top: 1px solid #BFBAB0;  
background-color: #CCFFFF;
}
fieldset.submit {  
float: none;  
text-align: center;
width: 500px;
padding-top: 1.5em;  

background-color: #f0f0f0;
}

fieldset.alt {  
background-color: #E6E3DD;
}
legend span {  
position: absolute;  
left: 0.74em;  
top: 0;  
margin-top: 0.5em;  
font-size: 135%;
}

legend {  
padding: 0;  
color: #545351;  
font-weight: bold;
}

fieldset ol {  
padding: 3.5em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}

label {  
float: left;  
width: 10em;  
margin-right: 1em; 
}

