@charset "utf-8";
/* CSS Document */

body, div, a{
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	color:#333333;
}
.register-wrap{
	width:600px; height:510px;
}
.register-content{
	height:496px;
	/*background:url(images/register-bg-middle.gif) repeat-y top;*/
	padding:10px;
}
.register-content strong{
	color:black; font-size:13px;
}
.register-content ul{
	margin:0px; padding:0px 0px 0px 14px;
}
.register-content li{
	margin-top:5px;
}
.register-content li strong{
	color:black; font-size:12px;
}
.register-content .input-text{
	width:239px; height:17px; border:none; padding:5px 6px; margin:2px 0px;
	background:url(images/register-bg-input.jpg) no-repeat;
}
.register-content .input-textm{
	width:161px; height:17px; border:none; padding:5px 6px; margin:2px 0px;
	background:url(images/register-bg-inputm.jpg) no-repeat;
}
.register-content .input-texts{
	width:49px; height:17px; border:none; padding:5px 6px; margin:2px 0px;
	background:url(images/register-bg-inputs.jpg) no-repeat;
}
.register-top{
	height:7px;	background:url(images/register-bg-top.jpg) no-repeat;
}
.register-bottom{
	height:7px;	background:url(images/register-bg-bottom.jpg) no-repeat;
}
.register-judul{
	color:red; font-size:18px; font-weight:bold;
	border-bottom:2px red solid;
	margin-bottom:5px;
}
.register-btnlogin{
	background:url(images/register-btn-login.jpg) no-repeat;
	width:55px; height:27px; border:none;
}
.register-btndaftar{
	background:url(images/register-btn-daftar.jpg) no-repeat;
	width:63px; height:29px; border:none;
}