@CHARSET "UTF-8";
.new-users{
	width:47% !important;
	background: #f7f7f7;
	border: 1px #eaeaea solid;
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
}

.registered-users{
	background: #f7f7f7;
	border: 1px #eaeaea solid;
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
}
input[type='text'],input[type='password']{
	width:254px;	
}
select{
	width:267px;
}

.new-users label{
	font-weight:bold;
}
.form-list li{
	margin-bottom:10px;
}
.create-reload-captcha{
	color: #ff6349;
}