﻿html, blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, ol, ul, li, center, hr, pre, table, tr, td, th, thead, tbody, tfoot, caption, input
{
    margin: 0;
    padding: 0;
    text-align: left;
}
body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    text-align: center;
}
form
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
}
fieldset
{
    border: medium none;
    display: block;
    padding: 7px 0 20px !important;
}
input[type="text"], input[type="password"]
{
    border: 1px solid #AAAAAA;
    outline-color: -moz-use-text-color !important;
    outline-style: none !important;
    outline-width: medium !important;
    height: 20px;
}
input[type="checkbox"], input[type="radio"]
{
    height: 12px;
    width: auto;
    border: none;
    margin-right: 4px;
}
input[type="submit"], input[type="button"]
{
	text-align: center;
}
#stdform_wrapper
{
    width: 445px;
    display: inline;
}
#stdform_wrapper legend
{
    display: none;
}
#stdform_wrapper dl
{
    padding: 0;
    
}
#stdform_wrapper dt
{ 
   float: left;
   font-weight: bold;
   clear:both;
   width:45%;
   float:left;
   text-align:left;

}
#stdform_wrapper dd
{
   float:left;
   width:54%;
   margin:0 0 0.5em 0.25em;
}

#stdform_wrapper .ValidationSummary li
{
	background-color: #f2f2f2;
	color: Red;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px white;
	
}

#stdform_wrapper ul#navigation {
	border-top:3px solid #000000;
	float:left;
	margin-top:10px;
	padding:15px 0 30px;
	position:relative;
	width:445px;
}

#stdform_wrapper ul#navigation li.cancel {
	float:left;
	width:63px;
}

#stdform_wrapper ul#navigation li.continue {
	display:inline;
	float:right;
	margin-right:20px;
	width:155px;
}
