
.panel{
	width: 500px;
	padding: 3px;
}

td.formtableelement a:link, td.formtableelement a:visited, td.formtableelement a:active {
	font-size: 8pt;
	font-weight: bold;
	color: #4B555A;
	padding-left: 5px;
	text-decoration: none;
}

td.formtableelement a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #3EC5FF;
	padding-left: 5px;
	text-decoration: none;
}

.formtable{
	width: 500px;
	text-align: left;
	background-color: #CCD6DB;
	border: 1px solid #7D8A91;
}

.formtable_outer {
	width: 500px;
	text-align: left;
	background-color: #CCD6DB;
	border: 1px solid #7D8A91;
}

.formtablelabel
{
	border: 0px;
	color: #4B555A;
	font-size: 8pt;
	height: 25px;
	padding-left: 10px;
	padding-top: 8px;
	width: 150px;
	vertical-align: middle;
	font-weight: bold;
}

.status_text{
	border: 0px;
	font-family: Arial;
	color: #4B555A;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	padding-left: 40px;
}

.formtableelement{
	height: 15px;
	width: 300px;
}

.formtabletextbox {

}

.register_heading {
	width: 530px;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(../images/general/button_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom; 
	background-color: #CCD6DB;
	margin-bottom:4px;
	border-bottom: 1px solid white;
}

.register_outer {
	padding-top: 10px;
}


