/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    }
body {
    line-height: 1;
    }
ol, ul {
    list-style: none;
    }
blockquote, q {
    quotes: none;
    }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    }*:focus {	outline: none;}
/*Page css */
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
body {
line-height: 1.3;
margin: 0;
background: #52636D;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color:#333333;
padding-top:10px;
padding-bottom:10px;
}
	
#wrapper {
	position:relative;
	width: 600px;
	margin: 0 auto;
	background:	#fff url('http://img.en25.com/eloquaimages/clients/Platts/{905495e1-2c04-41ab-af91-006cc3f92204}_BlueGradient_bottombar.jpg') left bottom no-repeat;
}
#logo{
	display: block;
    height:68px;
    margin: 0 auto;
    width: 600px;
	border-bottom: 10px solid #000;
}
div#form p {
	overflow: hidden;
	padding: 5px 20px 5px 0;
	line-height:1.5;
	margin-left: 26px;
}
div#form p label {
	vertical-align:middle;
	display:block;
	float:left;
	width:180px;
	padding-right: 5px;
	font-weight: bold;
}div#form p label.error {	/* float: none;	clear: both; */	width: 112px;	color: #f00;	font-style: italic;	font-weight: normal;	padding-top: 4px;	/* padding-left: 185px; */	padding-left: 5px;}
div#form p input[type='text'] {
	border: 1px solid #aaa;
	display: block;
	float: left;
	width:235px;
}div#form p select.error, div#form p input[type='text'].error {	border: 1px solid #f00;}
div#form p select {
	border: 1px solid #aaa;
	display: block;
	float: left;
	width: 237px;
	*width: 239px;
}div#form p select:focus, div#form p input[type='text']:focus {
	border: 1px solid #999;
	-moz-box-shadow: 1px 2px 2px 1px #ccc;
	-webkit-box-shadow: 1px 2px 2px 1px #ccc;
	box-shadow: 1px 2px 2px 1px #ccc;
}div#form p select.error:focus, div#form p input[type='text'].error:focus {	border: 1px solid #f00;	-moz-box-shadow: 1px 2px 2px 1px #eaa;	-webkit-box-shadow: 1px 2px 2px 1px #eaa;	box-shadow: 1px 2px 2px 1px #eaa;}
div#footer{
	padding-left: 20px;
    padding-top: 30px;
	/*padding-bottom: 22px;*/
}
div#footer p{
	margin-left: 0;
	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
div#form p#submit{
	margin-top:10px;
	margin-left: 0;
	padding-left: 295px;
	text-align: left;
}
span.asterisk{
color:red;
}
h2{
	padding-top:30px;
	padding-bottom:13px;
	display:block;
	margin-left:26px;
	font-size:20px;
}
h2 span{
	font-size:13px;
	font-weight:normal;
}
p#state, p#province{
	display:none;
}
label.error{
	font-style:italic;
	font-size:11px;
}
input.error:focus,select.error:focus{
	border: 1px solid red;
	-moz-box-shadow: 1px 2px 2px 1px red;
	-webkit-box-shadow: 1px 2px 2px 1px red;
	box-shadow: 1px 2px 2px 1px red;
}
.blue{
	color:#006699;
	font-size:16px;
}
.section{
    font-size: 15px;
    padding: 10px 0 !important;
}
	