form {
	margin-top:30px;
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }
form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 6px 14px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	overflow:visible;
	width:auto;
}
form p {
	margin-bottom: 0;
}
label {
	color: #777;
	font-size: 13px;
}
form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}
form .submit { float: right;}
form p { margin-bottom: 14px; clear:both }
.register_form h1 a {
	background: url(../images/logo-login.gif) no-repeat top center;
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}
#nav {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

#backtoblog a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}
#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#ffffcc;
	color:#000;
	line-height:1.7em;
	border-color:#CC0000;
	border-width:2px;
}
input.error{border:2px solid #CC0000; color:#CC0000}
#nav { margin: 0 0 0 8px; padding: 16px; }
.text_input{
	font-size: 18px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
.register_form{
	width:650px;
	margin:2em auto 7em auto;
		}
small.error_msg{
	color:#CC0000;
	font-weight:bold;
	font-size:11px;
	float:right
}
.middle_content h3,
.middle_content h2,
.middle_content h1,
middle_content h4{
	color:#1D6B8D;
}
p.selection_inputs{
	padding:5px;
}
p.selection_inputs label{
	font-size:14px;
	line-height:1.8em;
	cursor:pointer
}
p.selection_inputs strong{
	color:#990000;
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
}
p.accept_terms label{
	margin-left:50px;
}
p.accept_terms a:link,
p.accept_terms a:visited{
	font-weight:bold;
	outline:none;
	text-decoration:none
}
p.accept_terms a:hover{
	text-decoration:none
}
div.terms_conditions{
margin:10px 50px;
padding:5px;
border:2px solid #f0f0f0;
height:150px;
overflow:auto;
display:block;
}
div.terms_conditions ol{list-style:decimal; padding:0 0px 0 20px}
div.terms_conditions li{
	list-style-type:decimal
}
form h3{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
form.confirm p{
	line-height:1.5em;
	font-size:12px;
	font-family:"Tahoma","Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
p.note{
	background-color:#FFFFCC;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #0066FF;
	margin:30px 5px;
	padding:10px;
}
h3.rightalign{
	float:right;
	display:block;
	width:230px;
	padding:5px;
	color:#fff;
	background-color:#1D6B8D;
	margin:-15px -16px 0 0;
	-moz-border-radius: 0 8px 0 0;
	-khtml-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;	
	
}