.content_member_login_form{
	background-image:url(../images/etc/member_login-h.png);
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
	padding:200px 0px 0px 300px ;
}


.container {
	width:810px; 
	margin: -20px 0px 0px 110px; 
	position:relative;
	z-index:12;
	}
	
/* Positions the member form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#memberFormContainer {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	/*left:400px; */
	z-index:1;
	}
	
/* Hides the whole member form until needed */	
#memberForm {
	height: auto;
	width:650px;
	font-size:12px;
	border:1px solid #929191;
	padding:7px 12px;
	float:left; width:618px; 
	margin:25px 0px 0px 100px;
	color:#fff;
	display:none;
	background-color:#545254;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/etc/loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#memberForm span { 
	display:none; 
	font-size:12px; 
	line-height:10px; 
	padding-left:0px; 
	color:#F63;
	}
	
/* Some styling for the member button */
#memberFormContainer .member {
	height:47px;
	width:211px;
	/*background:url(../images/member_me.png); */
	position:absolute;
	left:700px;
	bottom:600px;
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#memberForm textarea{
	width:200px; 
	/*background:#6d6d6d url(../images/member_input.png) repeat-x top;*/ 
	color:#000; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:12px; 
	padding:2px 2px 0px;
	height:50px; 
    font-family:Verdana, Geneva, sans-serif;
	}
	

 
#memberForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin:20px 0px 0px 245px;
	}
#memberForm .submit:active {background:#cacaca; }
#memberForm label {padding-left:4px; font-weight:bold;}
#memberForm p {padding-bottom:8px;}
#dummycontent {padding-top:100px; height:600px; position:relative;}
.bottomlink {
	position: absolute;
	margin: 100px 0px 0px 850px;
	font-weight: 100;
	color: #009;
	text-decoration: none;
	width: 145px;
	height: 35px;
}

.bottomlink_member_login {
	position: relative;
	margin: 0px 0px 0px 0px;
	font-weight: 100;
	color: #009;
	text-decoration: none;
	left: 587px;
	top: 260px;
}
.bottomlink_member_login_form_button{
	position:absolute; 
margin:280px 0px 0px 440px;
}
.bottomlink_member_login_f {
	position: relative;
	margin: 0px 0px 0px 0px;
	font-weight: 100;
	color: #009;
	text-decoration: none;
	left: 587px;
	top: 235px;
}
.fieldset {
	width:593px;
	margin-top: 5px;
	padding : 10px;
	border: 1px solid #929191;
	font-family:Verdana, Geneva, sans-serif; 
		
}

.legend {
	font-size: 12px;
	color:#FFF;
	font-weight: 900;
}

.infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
	height:60px;
}.input_text {
	width:200px; 
	color:#000; 
	font-size:12px; 
    font-family:Verdana, Geneva, sans-serif;
	
	}
		.forgotpass_td_email{
		font-size:11px;
	}
		.forgotpass_td_note{
		font-size:11px;
		 font-style:italic;
		 color:#096;
	}
	.mu{
			padding-left:5px;
	}
		.mp{
			padding-left:5px;
	}
		.mus{
			padding-left:12px;
	}
		.mup{
			padding-left:0px;
	}
	
