@charset "utf-8";

/* ----- login ------ */
#login {
	width: 500px;
}
#registration a{
	color: #0d5e75;
}
#registration table {
	margin: 20px 0px 0px 0px;	
}
#registration a:HOVER{
	color:  #0d5e75;
}
#registration table tr td {
}
#user,
#email,
#password,
#password2,
#first,
#last,
#city,
#state,
#file {
	width: 210px;
}
#login form select {
	width: 70px;
}
.loginLeftColumn {
	width: 270px;
	text-align: right;
	padding-left: 50px;
}
.loginLeftColumn2 {
	width: 270px;
	text-align: right;
	padding-left: 50px;
}
.birthdayCell{
	width: 300px;
	text-align: right;
}
#register_btn input {
	text-align:left;
	font-size:11px;
	width: 100px;
	height: 22px;
	padding-bottom: 3px;
	border: none;
	background: url(../images/signIn_btn_bkg.png) no-repeat;
	color:#ffffff;
	font-weight: bold;
}
/* ------------------ */



/* ------------- added by Christian ------------ */

#registerForm{
	width: 700px;
	padding: 30px;
	margin-left: 230px;
}

#birthdayRow{
	display:block;
	clear: both;
	max-width: 300px;
	margin: 30px;
}

input{
	text-align: left;
}

#birthdayRow tr, #birthdayRow td{
	display: inline;
}

#imager{
clear: both;
	page-break-before: always;
}

#gender{
	padding: 10px;
	padding-left: 0px;
	padding-top: 2px;
}
.gender{
	margin-left: 25px;
}

#contentArea3{
	display: block;
	min-height: 358px;
	background: url(../images/blueBack_2.png) repeat-x;
	font-size: 20px;
	color:#fff;
}

td{
	font-size: 20px;
}

