@charset "utf-8";
/* CSS Document */

/* register form styles */
div.form-container {
	font-size:75%;
	color:#4060ab;
	width:400px;
	padding:0px;
	float: left;
}
div.form-container form fieldset { border:none; }
div.form-container form legend {
	font-weight: bold;
	color:#666666;
}
div.form-container form fieldset div { padding: 0px 0px 5px; }
div.form-container label {
	width: 125px;
	display: block;
	float: left;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.textArea {
	width:235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #666666;
	padding:2px;
	border: 1px solid #c9c9c9;
}
.textArea:focus { background-color:#d6eaff; }
.checkBox {
	width:15px;
	height:15px;
	margin: 0px 0px 0px 135px;
}
.bgSubmit {
	font: bold 12px Arial, sans-serif, Tahoma, Verdana;
	background: #FEB005 url(../tempestImages/bgSubmit.jpg) repeat-x top;
	color: #4362a8;
	margin: 0px 4px 5px 0px;
	cursor:pointer;
	padding: 1px 5px;
	border:none;
	float: left;
}
.loginRegistration {
	width: 400px;
	float: left;
}
.loginRegistration a {
	padding: 0px 0px 2px 135px;
	color: #4060AB;
	text-decoration: underline;
	float: left;
	clear: left;
}
.loginRegistration a:hover {
	text-decoration: none;
	color: #646464;
}
