#registerForm {
	position: relative;
	font-family: Helvetica, Verdana, Arial, san-serif;
        padding-top: 70px;
        margin-left:auto;
	margin-right:auto; 
	color: #01497b;
	font-size:18px;
}

#registerForm  td {
	//background-color:red;
	font-size:16px;
}

#registerForm a {
	text-decoration:none;
	color: #01497b;
 	//color: #cccccc;
}

#registerForm form {
	color: #01497b;
	//color:#000000;
	//background-color: #25495B;
	//background-color: #6ea7c4;
	width: 90%; 
	margin-left:auto;
	margin-right:auto; 
	padding-top: -10px;
}

#registerForm table {
	color: #01497b;
	//color:#ffffff;
	padding-top: 15px;
	margin-left:auto;
	margin-right:auto; 
}

#registerForm input[type=text] {
size:120;
width: 448px;
height: 35px;
}

#registerForm input[type=password] {
size:120;
width: 448px;
height: 38px;
}

#registerForm input[type=submit] {padding:5px 15px; background:#ccc; border:0 none;
background-color: #ff8c00;
width: 248px;
height: 38px;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
}

#registerForm select  {
width: 328px;
}

#registerForminput[type=checkbox] {
background-color: #dcdcdc;
//color: 0d0d0d;
color: red;
}

