

* {
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	margin:0;
	padding:0;
	background:#3b5990 none;
}

#content {
	margin:50px auto;
	width: 900px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 7px  #222;
	-webkit-box-shadow: 1px 1px 7px  #222;
	-khtml-box-shadow: 1px 1px 7px  #222;
	-box-shadow: 1px 1px 7px  #222;
	padding: 10px;
	color: #333;
}

#content .head-wrap {
	text-align: left;
}

#content .head-wrap p {
	font-size: 12px;
	padding: 5px 5px 25px 2px;
	color: #444;
	line-height: 17px;
}

#content .head-wrap p a {
	font-weight: bold;
	text-decoration: none;
	color: #3b5990;
}

#content .head-wrap p a:hover {
	text-decoration: underline;
	color: #3b5990;
}

#content .body-content-panel {
	padding: 5px;
    border: 1px dotted #b3d1f2;
    background-color: #f8fafd;
}

#content #UserRegisterForm {
	text-align: left;
}

#content #UserRegisterForm  div.input label {
	display:block;
	text-align:left;
	vertical-align: middle;
	width:180px;
	float:left;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}


#content #UserRegisterForm div.input input {
	font-size:13px;
	padding:5px 4px 5px 5px;
	width:200px;
	margin:2px 0 5px 0px;
	border: 1px solid #dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	khtml-border-radius: 3px;
}

#content #UserRegisterForm  div.error-message {
	padding-left: 190px;
	font-size: 12px;
	color: red;
}


#content .reg-note {
	font-size: 11px;
	color: #888;
	padding-left: 15px;
}


#content #UserRegisterForm div.submit {
	margin: 15px 5px 5px 10px;
}

#content .captcha {
	margin-left: 185px; 
}
