@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic);


#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
}

#modal_trigger {display:block;}
a#modal_trigger {width:0px;}
.one_half {width:50%; display: block; float:left;}
.one_half.last {width:49%; margin-left:1%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;font-family: 'Source Sans Pro', sans-serif !important; font-size: 14px; color: #666;}

.popupBody {padding:20px;}

.centeredText {text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}

/* User Login Form */
.user_login {display: none;}
.user_login label {display: block; margin-bottom:5px;align: left;margin-left:15px;}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_login input[type="checkbox"] {float:left; margin-right:5px;}
.user_login input[type="checkbox"]+label {float:left;}

.forgot_password_form {display: none;}
.forgot_password_form label {display: block; margin-bottom:5px;align: left;margin-left:15px;}
.forgot_password_form input[type="text"], .forgot_password_form input[type="email"], .forgot_password_form input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.forgot_password_form input[type="checkbox"] {float:left; margin-right:5px;}
.forgot_password_form input[type="checkbox"]+label {float:left;}

.forgot_password{align:left;}