#user_regContainer {
	margin:0px auto; 
	text-align:center; 
	width:450px;
	padding-bottom: 10px;
	border-radius: 3px 3px 3px 3px;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);*/
	/*background:#f3f3f3;*/
}

#userReg_form {
	margin: 0px auto;
	border-radius: 5px;
	border: 1px solid #888;
}

#user_regTitle {
	background:#3BB9FF;
	color:#fff;
	height: 40px;
	text-align: center;
	line-height:2.2em;
	font-size:18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border-radius: 5px;
}

#user_regBlock {
	width: 300px;
	margin: 0px auto;
	margin-top: 15px;
	text-align:left;
}

#user_regBlock .field_container label {
	margin: 0px 0px 5px 0px;
	display: block;
}

#user_regBlock span.required {
	color: #f75d59;
}


#imgReload {
	cursor:pointer;
	width:24px;
	height:24px;
	margin-top:20px;
}

#captcha_container {
	height: 160px;
}

.site_comment {
	margin: 1em 0;
	text-align:center;
}

a.mark {
	text-decoration:none;
	color:#59E817;
}


/**** Responsive Layout ****/
	@media only screen and (max-width: 1366px) and (min-width: 1280px) {
		#user_regContainer{
			width:450px;
		}
		
		#user_regBlock {
			width:300px;
		}

	}
	@media only screen and (max-width: 1280px) and (min-width: 1024px) {
		#user_regContainer{
			width:450px;
		}
		
		#user_regBlock {
			width:300px;
		}

	}
	@media only screen and (max-width: 1024px) {
		#user_regContainer{
			width:450px;
		}
		
		#user_regBlock {
			width:300px;
		}

	}
	@media only screen and (max-width: 800px) {
		#user_regContainer{
			width:95%;
		}
		
		#user_regBlock {
			width:80%;
		}
	}

	
	