/* 'registration_form' FORM ELEMENTS BELOW */

#registration_form label {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

#registration_form input {
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
	width: 250px;
	height: 19px;
}

#registration_form .radio-button {
	width: 17px;
}

#registration_form select {
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
	color: #00537C;
}

#registration_form textarea {
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
	width: 250px;
	height: 60px;
}

#registration_form .input-button {
	font-weight: bold;
	font-size: 12px;
	color: #00537C;
}

#registration_form td {
	font-size: 12px;
	vertical-align: top;
}

#registration_form tr {
	height: 25px;
}

#registration_form .heading {
	height: 20px;
	color: #82952D;
	background-color: #F5FBDA;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

#registration_form .required-field {
	color: red;
}


/* CUSTOM STYLES for #registration_form */

#registration_form .cell-light {
	background-color: #F7F7F7;
}

#registration_form .cell-medium {
	background-color: #EDECEC;
}

#registration_form .cell-dark {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #858585;
}

#registration_form .required-field {
	color: red;
}