
#logintable {
	position: relative;
	padding-left: 16px;
	padding-top: 30px;
	width: 636px;
	height: 345px;
	}
	
td.left {
	vertical-align: top;
	width: 416px;
	padding: 0px 16px 0px 0px;
	}

td.right {
	float: right;
	width: 205px;
	padding-left: 16px;
	border-left: 2px solid #A6A6A6;	
	}
	
td.rightpadded {
	float: right;
	width: 205px;
	padding-left: 16px;
	padding-top: 14px;
	}
		
	
.subheads {
	font-size: 12px;
	font-weight: bold;
	}
	
.accountprompt {
	font-size: 12px;
	}
	
/************* REGISTER ***********/

#registercontainer {
	position: relative;
	margin: 100px auto 0px auto;
	width: 710px;
	height: 926px;
	}
	
#registerheader {
	position: relative;
	width: 710px;
	height: 22px;
	background-image: url(images/account/loginheader.png);
	background-repeat: no-repeat;
	}
	
#registercontent {
	position: relative;
	margin-top: 2px;
	width: 710px;
	height: 902px;
	background-color: #FFFFFF;
	}
	
#registertable {
	position: relative;
	margin: 0px auto 0px auto;
	width: 650px;
	height: 345px;
	font-size: 12px;
	font-weight: bold;
	}
	
td.regright {
	width: 200px;
	float: right;
	border-left: 2px solid #A6A6A6;	
	padding-left: 14px;
	}

