A.regTopButton {
	width: 288px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	padding: 5px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

A.DownloadHistoryButton {
	width: 288px;
	background-color: #FF9900;
	padding: 6px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

A.left {
	float: left;
}

A.right {
	float: right;
}

DIV#page_heading {
	float: left;
	width: 700px;
	margin: 0;
	font-weight: 100;
	font-size: 17px;
	color: #666666;
	padding: 40px 0 10px 0;
	border-top: 2px solid #CCCCCC;
}

DIV.message {
	float: left;
	width: 700px;
	color: #999999;
	padding: 20px 0;
	margin: 0 0 20px 0;
}



DIV.required {
	float: right;
	font-weight: bold;
	width: 180px;
	text-align: left;
	color: #666666;
}

TABLE.registration {
	width: 300px;
}

TABLE.user {
	float: left;
}

TABLE.services {
	float: right;
}

	TABLE.registration TD {
		font-size: 11px;
	}
		
	 TABLE.registration DIV.msg {
		clear: both;
		float: left;		
		text-align: left;
		color: #666666;
		width: 349px;
		padding: 0 0 0 40px;
		margin: 20px 0 20px 0;
	}

	TABLE.registration TH {
		color: #FF9900; 
		padding: 10px 0;
		font-size: 14px;
		text-align: left;
	 }
	 
	TABLE.registration TD.name {	
		text-align: left;
		font-weight: bold;
		padding: 2px 0;
		color: #999999;
	}

	 TABLE.registration TD.value {
		width: 160px;
		padding: 2px 0;
	}
	
	TABLE.registration TD.text {
		color: #999999;
		padding-bottom: 20px;
	}

	  TABLE.registration TD.sendButton {
	  	height: 50px;
	  	vertical-align: bottom;
	  	text-align: right;
		}
		
		TABLE.registration TD.sendButton INPUT {
			border: 0;
			background-color: #CCCCCC;
			padding: 2px 5px;
			width: 100px;
			font-size: 10px;
		}

	 TABLE.registration INPUT.textfield {
		border: 1px solid #999999;
		width: 150px;
		padding: 1px 2px;
		font-size: 10px;
		color: #666666;
	}

	 TABLE.registration SELECT {
		border: 1px solid #999999;
		width: 155px;
		color: #666666;
		font-size: 10px;
	}
	
	TABLE.registration SELECT#select_bgcolor, TABLE.registration SELECT#select_bgcolor OPTION {
		background: url(../images/optionBG.gif) no-repeat 0 0; 
 	}

	 TABLE.registration TEXTAREA {
		border: 1px solid #999999;
		width: 290px;
		height: 70px;
	}
	
UL.error_list {
  list-style-position: inside;
  list-style-type: square;
  color: #CC0000;
  font-weight: bold;
}


SELECT.bgcolor OPTION:hover {
	background-color: black;
}
