* ----------------------------- Start notice boxes format ----------------------------- */
.doh { display:none; }
.doh label { color:red; }
.errors,.notice,.success { border:2px solid #ddd;margin-bottom:1em;padding:.8em; }
.errors { background:#FBE3E4;border-color:#FBC2C4;color:#8a1f11; }
.errors h4 { color:#8a1f11; }
.notice { background:#FFF6BF;border-color:#FFD324;color:#514721; }
.notice h4 { color:#514721; }
.success { background:#E6EFC2;border-color:#C6D880;color:#264409; }
.errors a { color:#8a1f11; }
.notice a { color:#514721; }
.success a { color:#264409; }
.errors p,.notice p { margin:5px 0; }
.errors ul,.notice ul { margin:0 0 0 20px ;list-style-type:disc; }
.errorspace { margin:25px 0 0 0; }
.defaultError { width:500px;margin:5px auto; }
.defaultError li { list-style-type:disc; }

#regerrors {
	margin: 10px 0;
}

#regerrors h6 {
	font-size:19px;
	font-weight:bold;
}

#regerrors li {
	margin:3px 0 0 20px;
	list-style-type:disc;
}

#userRegister {
	display: inline;
	float: left;
	padding:35px 0 35px 35px;
	width:582px;
}

#userRegister .errors {
	clear: both;
}
#userRegister label {
	color:#20569A;
	display:inline;
	float:left;
	font-weight:normal;
	margin:0 20px 0 0;
	text-align:left;
	width:80px;
}




#userRegister .input, #userRegister .inputsmall {
	background:#FFF;
	border:1px solid #DBE5ED;
	display:inline;
	float:left;
	height:17px;
	padding:6px 5px 4px;
	width:438px;
}

	#userRegister .inputsmall {
		width: 288px;
	}

#userRegister .checkinput {
	display:inline;
	float:left;
	height:15px;
	margin:0 10px 0 0;
	width:16px;
	
}



.cps_forms #submitImage {
	background: transparent;
	border:none;
	clear: both;
	color:#545454;
	cursor:pointer;
	height:auto;
	margin:0 2px;
	width:auto;
}

.cps_forms .buttonwrap {
	clear: both;
	display:inline;
	float:right;
	margin:10px 30px 20px 0;
	width:116px;
}

#userRegister .field {
	clear:both;
	height:auto;
	margin:15px 0;
	overflow:hidden;
}


#userRegister .agreebox {
	clear:both;
	height:auto;
	margin:35px;
}

#userRegister .agreebox label {
	color:#474747;
	display:inline;
	float:none;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	margin:0;
}

	#userRegister .agreebox label a {
		color:#474747;
		font-weight: bold;
	}
	
	#userRegister .captchabox {
		clear:both;
		display:inline;
		float:left;
		margin:20px 0 0;
		width:350px;
	}
	
	#userRegister .captchabox #recaptcha {
	display:none;
	}
	
#userRegister .submit {
	display:inline;
	float:left;
	height:50px;
	margin:65px 0 0;
	width:165px;
}
