section article label {
	display:block;
	background:#fff url(/img/web/form_label.png) no-repeat 0 0;
	height: 28px;
	width: 360px;
	text-shadow: 0px 0px 7px #000;
	color:#fff;
	font-size: 16px;
	text-align: right;
	padding:5px 180px 0 0;
}

section article .input {
	display:block;
	background:#fff url(/img/web/form_input.png) no-repeat 0 0;
	height: 33px;
	width: 360px;
}

section article .input input {
	border:0;
	font-size: 16px;
	height:27px;
	width: 315px;
	text-align: right;
	margin: 3px 0 0 0;
}

section article #user-3{
	/*display:none;*/
}

section article .input select {
	border:0;
	margin:3px 0 0 0;
	height:28px;
	width: 315px;
}

section article .btn {
	width: 360px;
	height: 58px;
	background: #fff url(/img/web/register_submit.png) no-repeat 0 0;
	padding: 5px 0 0 0;
}

section article .btn a {
	display: block;
	width: 170px;
	margin:0 auto;
	height: 50px;
	text-indent: -9999px;
}

#msgbox {
	position:absolute;
	top: 50%; left: 25%;
	padding:10px;
	margin:10px;
	display:none;
}

#msgbox p {
	padding:0; margin:0;
}

#msgbox.ok {
	border:1px solid green;
	background: #b5ffb5;
}

#msgbox.error {
	border:1px solid red;
	background: #ffb5b5;
}

