.userAuth_table, .userAuth_introTable {
	font-family:Verdana;
	font-size:11px;
	color:rgb(80,80,80);
	line-height:18px;
	width:350px;
	position:relative;
	left:10px;
}

.userAuth_introTable {
	width:489px;
	margin-bottom:10px;
}

.userAuth_row {
}

.userAuth_label {
	width:100px;	
}

.userAuth_formlEl {
	width:250px;
}

.userAuth_inputbox {
	width:250px;
	height:15px;
	font-size:10px;
	overflow:hidden;
	border:1px solid rgb(220,220,220);
	color:rgb(39,135,29);
}

.userAuth_sepRow {
	height:50px;
	overflow:hidden;	
}

.userAuth_sepCell {
	vertical-align:bottom;
}

.userAuth_hr {
	height:1px;
	width:350px;
	overflow:hidden;
	background-color:rgb(240,240,240);
	color:rgb(240,240,240);
	padding:0px;
	margin:0px 0px 4px 0px;
	border:0px;
}

h2 {
	padding:2px 0px 4px 0px;
	margin:0px;
	color:rgb(128,0,0);
	font-weight:normal;
}

.userAuth_loginButton {
	color:green;	
	background-color:rgb(253,254,197);
	font-family:Verdana;
	padding-left:5px;
	font-size:10px;
}
