@charset "utf-8";

/* ----- login ------ */
#login {
	width: 400px;
	margin: 200px 75px 100px 40px;
}
#registration table {
	margin: 70px 0 0 230px;	
}
#registration table tr td {
}
#user,
#email,
#password,
#password2,
#first,
#last,
#city,
#state{
	width: 210px;
}
#login form select {
	width: 70px;
}
.loginLeftColumn {
	width: 125px;
	text-align: right;
}

#login input {
	text-align: left;
	width: 84px;
	height: 22px;
	padding-bottom: 2px;
	border: none;
	background:url(../images/signIn_btn_bkg.png) no-repeat;
	color:#ffffff;
	font-weight: bold;
}

#registration{
	color: #000000;
}
.loginLeftColumn{
	color: #000000;
}
#contentArea td{
	color: #000000;
}
/* ------------------ */

