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

#pendaftaran{
	color:#534f44;
	}
#pendaftaran .registrasi{
	font-weight:bold;
	color:#bf3873;
	font-size:14px;
	}
#pendaftaran .errordaftar{
	color:#F00;
	border:1px solid #F00;
	padding:10px;
	line-height:18px;
	width:400px;
	display:block;
	background-color:#FFCCCC;
	margin:10px 0px;
	}
#pendaftaran input{
	border:1px solid #d6deeb;
	background-color:#e9f1f4;
	}
#pendaftaran .buttonsubmit{
	background:#be3772;
	color:#fff;
	
	height:22px;
	}
#pendaftaran .buttonsubmit:hover{
	background:#de88ad;
	cursor:pointer;
	}
#pendaftaran submit{
	background:#be3772;
	}

