body {
	margin: 0 auto;
	background: #a4a4a4 url('images/bg411-bg.gif') repeat-x;
	font-family:helvetica,"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:14px;
	
}

h1 {
	font-size: 20px;
	font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
	color: #0eabe0;
}

h2 {
	font-size: 16px;
}

#header {
	background: url('images/masthead.png') repeat-x;
	height: 100px;
}

#headerlogo {
	margin: 0 auto;
	width: 825px;
}

#content {
	background-color: #fff;
	width: 800px;
	height: 100%;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	margin: 0 auto;
	padding: 20px;
	color: #222222;
}

#primary {
	padding: 8px;
	border: 0px solid #000;
	float: left;
	width: 510px;
	line-height: 21px;
}

#notprimary {
	padding: 8px;
	border: 0px solid #000;
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 7px;
}

#bluebox {
	background-color: #e2f0f9;
	margin-top: 20px;
	height: 100%;
	width: 490px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding: 10px;
}


#footer {
	margin: 0 auto;
	width: 590px;
	color: #767575;
	padding: 10px;
	clear: both;
}

#rates {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	font-size: .7em;
}

.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
	
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	
}

#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 0px #b7ddf2;
	padding-bottom:10px;
}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

.error{
	color:red;
	display:block;
	font-size:14px;
	font-weight:normal;
	width:200px;
}


#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;

}

.check {position: relative; clear: both; display: inline;}

#stylized .check {font-size: 12px; font-weight: normal;}


#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	
}

p.label_checkbox_pair {
clear: both;
float: none;
}
p.label_checkbox_pair input {
top: 1px;
float: left;
position: relative;
}
p.label_checkbox_pair label {
float: left;
}

#lists {
	float: left;
	clear: both;
}