/* CSS Document */

/* -------- support styles -------- */

.text-class.register {
	margin:0 0 14px 0;
	border-bottom:1px solid #ABD7FF;
}

.text-class.register p {
	padding:12px 12px 12px 12px;
	margin:0;
	border:0px;
}

.text-class.register a {
	color:#42A5FF;
	text-decoration:none;
}

.text-class.register .text-class-heading {
	border-bottom:1px solid #ABD7FF;
	
}

.text-class.register .text-class-heading h1 {
	margin:0 0 9px 0;
	padding:0;
	font-size:24px;
	font-weight:normal;
}

#register-form {
	width:960px;
	padding:10px 0 10px 0;
}

#register-form form {
	margin:0;
	padding:0;
	
}

#register-form form input {
	border:1px solid #666666;
	width:780px;
	height:22px;
}

#register-form form select {
	margin:0 10px 0 0;
}


#register-form form input#submit {
	height:24px;
	width:67px;
	border:0px;
	padding:0;
}

#register-form form input.check-box {
	padding:0;
	margin:0 0 0 5px;
	width:auto;
	height:auto;
	border:0px;
}


#register-form form table#register-table tr td {
	padding:0 50px 10px 0;
}



