@charset "utf-8";
/* CSS Document */
/*--------------------------------FORMS AND FORM ELEMENTS--------------------------------*/
form {
	display:inline;
}
.formframe {
	width:540px;
	padding:10px;
	margin-left:5px;
	background-color:#eaeaea;
	border:1px solid #eaeaea;
	padding:10px;	
}


/*hover and focus behaviour of form elements*/
input.finput {
	width:200px;
	height:auto;
	padding:2px;
	background:#fff;
	border:1px solid #eaeaea;
	border-left-color:#ddd;
	border-top-color:#ddd;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;

}
input.finput:hover {
	height:auto;
	background-color:#fff;
	background-image:none;
	border-color:#eee;
}
input.finput:focus {
	height:auto;
	background:#fff;
	border-color:#999;
}
textarea.finput {
	width:360px;
	height:150px;
	padding:2px;
	font-size:12px;
	background:#fff;
	border:1px solid #eaeaea;
	border-left-color:#ddd;
	border-top-color:#ddd;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;

}
textarea.finput:hover {
	background-color:#fff;
	background-image:none;
	border-color:#eee;
}
textarea.finput:focus {
	background-color:#fff;
	background-image:none;
	border-color:#999;
}

label, div.empty {
	display:block;
	float:left;
	width:120px;
	height:20px;
	padding-right:4px;	
	text-align:right;
	font-size:1em;
}
#signup label, #signup div.empty, #signup input.finput {
	font-size:0.85em;
}
fieldset {
	border:1px solid #fff;
	background-color:#fafafa;
}
legend {
	background-color:#fafafa;
	font-size:0.75em;
	text-transform:uppercase;
	padding:0 2px 2px 2px;
}
fieldset.submit {
	background:none;
	border:none;
	padding:10px 0 20px 90px;
}
fieldset.word_verification {
	background-color:#ffc;
	padding-bottom:10px;
}
ol.formlist {
	list-style: none;
 	margin:10px;
	padding:0;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2px;
	margin:0;
	font-size:0.8em;
	line-height:normal;
}
.msg, .msgf, .msgs {
	background-color:#ffc;
	border:1px solid #fc0;
	padding:5px;
}
.msg h2 , .msgf h2 {
	color:#ffb742;
	border-bottom:1px solid #fc0;
}
/*buttons*/
a.button, a.button:visited {
	display:block;
	float:left;
	width:80px;
	height:25px;
	padding-top:5px;
	margin-right:1px;
	border:1px solid #122046;
	background:url(../images/button.png) top center repeat-x;
	color:#fff;	
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
	text-align:center;
}
#main a.button:hover {
	background-position:bottom left;
	color:#fff;
}
a.long {
	width:120px;
}
a.longer {
	width:150px;
}
a.long-centered, a.long-centered:visited, a.long-centered:hover {
	float:none;
	width:120px;
	margin:0 auto;
}
a.special, a.special:visited {
	float:none;
	margin:0 auto;
}
/*--------*/
#loginform fieldset {
	background:none;
	border:none;
	margin:0px;
	padding:0px;
}
#loginform ol.formlist {
	margin:5px 0px 0px 0px;
}
#loginform label {
	color:#ffc;
	width:80px;
}
#loginform input {
	float:left;
	width:180px;
}
a.login-button, a.login-button:visited {
	display:block;
	float:left;
	width:50px;
	height:15px;
	padding:3px 0px 0px 20px;
	margin-left:5px;	
	background: url(../images/icon-login.png) top left no-repeat;
	color:#fff;	
	font-weight:bold;
	text-decoration:none;
}
a.login-button:hover {
	background-position:bottom left;
	color:#ff6;
}
#membership_form label, #signupform label {
	width:210px;
}
#membership_form fieldset.submit, #signupform fieldset.submit {
	padding-left:235px;
}
#landregform label {
	width:250px;
	font-size:0.85em;
}
#landregform textarea {
	width:230px;
}
#memberprofileform label {
	width:230px;
}
p.fineprint {
	font-size:0.7em;
	margin:0px;
	padding:3px 0px 0px 85px;
	color:#ffc;
	line-height:1;
	
}
p.fineprint a, p.fineprint a:visited {
	color:#ffc;
	text-decoration:none;
}
p.fineprint a:hover {
	color:#ff6;
	text-decoration:underline;
}
.req {
	color:#c00;
}
