/* LOGIN */
.splash {
	background-color : #FFFFFF;
	background-position : center;
	background-image : url(images/splash.jpg);
	background-repeat : no-repeat;
	width : 700px;
	height : 400px;
}

.login_section {
/*	border : 1px solid #000000; */
/*	margin-top : 10px;*/
	text-align : center;
	width : 700px;
	height : 100px;
}

.login_section_full {
	width : 700px;
	height : 350px;
}

input {
	background-image : url(images/input_bg.jpg);
	background-position : center;
	background-color : #235371;
	background-repeat : repeat-x;
	border : 1px solid #235371;
	font : normal 12px Verdana, Helvetica, sans-serif;
	color : #FFFFFF;
	text-indent : 2px;
}

input.loginbutton {
	border : 1px solid #235371;
	text-indent : 0px;
}

span.helpbutton {
	font : normal 10px Verdana, Helvetica, sans-serif;
	color : #235371;
/*	background-color : #beccd5; */
}

span.helpbutton:hover {
	text-decoration : underline;
	cursor : pointer;
/*	cursor : hand; */
}

.input_bold {
	color : #235371;
	background-color : #beccd5;
	font-weight : bold;
}

span.error_message {
	color : #235371;
/*	background-color : #beccd5; */
	font : normal 12px Verdana, Helvetica, sans-serif;
}
/* END LOGIN */
