#registerform {
	padding:10px 20px 20px 20px;
	width:669px;
	margin:0 0 0px 0;
	color:#666;
	background-image:url('/images/public/frame_top_709.jpg');
	background-repeat:no-repeat;
	background-color:#fafafa;
}






#registerform h2 {
	font-size:14px; 
	font-weight:bold;
	color:#000;
	margin:0 0 16px 0;
	padding:0 0 14px 0;
}

#registerform h3 {
	font-size:14px; 
	font-weight:normal;
	color:#5e047f;
	margin:0 0 16px 0;
	padding:0 0 14px 0;
}

#registerform p {
	margin-left:0px;
	font-weight:normal;
}

#registerform select {
	width:190px;
	font-size:11px;
	padding:3px 3px;
	margin:0 -3px 2px 0;
	border:1px solid #ddd;
}

#registerform select.yearselect {
	width:60px;
}
#registerform select.monthselect {
	width:90px;
}
#registerform select.dayselect {
	width:40px;
}
#registerform .error {
	border:1px solid #C40000;
	background-color:#ef1212;
	padding:4px 10px;
	color:#fff;
}

#registerform .comment {
	padding-top:6px;
	
	display:block;
	font-size:10px;
	line-height:16px;
}

.red {
	color:#FF0000;
}

.grey {
	color:#666666;
}

#registerform table {
	margin:0px 0 0 0px;
	border-collapse:collapse;
	width:100%;
}

#registerform table th {
	text-align:left;
	font-weight:normal;
	color:#666;
	padding-bottom:5px;
	margin:0;
}

#registerform table td {
	text-align:left;
	vertical-align:top;
	padding:0 0px 0 0;
	margin:0;
	height:24px;
}

#registerform .inputtext {
	width:180px;
	font-size:11px;
	padding:4px 4px;
	margin:0 0 2px 0;
	border:1px solid #ddd;
}

#registerform .submit {
	text-align:left;
	padding:20px 0 0 0px;
}
#registerform .terms {
	text-align:left;
	padding:28px 0 0 0px;
}

#registerform .registerBtn {
	margin:0 0 0 0px;
	padding:6px 24px;
	width:190px;
	text-align:center;
	border:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	background-color:#550173;
}

#registerform .loginBtn {
	margin:0 0 0 0px;
	padding:6px 24px;
	width:190px;
	text-align:center;
	border:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	background-color:#550173;
}


#registerform .submitLogin {
	padding:0px;
	margin:0px;
	
}

#registerform img {
	padding:0px 4px 0 0; 
	float:left;
}

#registerform .middle {
	text-align:center;
	margin-top:30px;
}

#registerform input {
	margin:0;
}

#registerform ul,#registerform li, #registerform .errorlist {
	margin:0;
	padding:0;
	list-style:none;
}

#registerform ul.errorlist {
	/*border:1px solid #a50000;
	background-color:#ef1212;*/
	padding:0px 0 4px 0;
	color:#FF0000;
}

#registerform .bigger {
	font-size:12px;
}

