@import url('font-awesome.css');
/* popup
----------------------------------------------------------------------*/

p.popup { font-size: 15px; margin: 0px; text-align: left;}

#blanket {
	background-color: #666;
	opacity: 0.65;
	filter: alpha(opacity=45);
	position: absolute;
	z-index: 9001;
}

#popUpDiv {
	position: absolute;
	background-color: #fff;
	width: 500px;
	height: 330px;
	z-index: 9002;
	padding: 20px;
}

#popUpDiv2 {
	position: absolute;
	background-color: #fff;
	width: 500px;
	height: 330px;
	z-index: 9003;
	padding: 20px;
}

#lean_overlay {
    position: fixed;
    z-index:101;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
	position:absolute;
	width:530px;
	height: auto;
	left:45%;
	top:80px;
	background: #00274F;
}

#popup_log_trigger {margin:0px auto;}

.btn { width:300px;padding:5px; background: #F4F4F2;}
.btn_red {width:100px; padding:5px; background: #ffd700; color: #004080; font-weight:bold; text-align:center;}

.btn:hover { position:relative; top:1px;}
.btn_red:hover {position:relative; top:1px;}

a.btn {color:#666; text-align: center; text-decoration: none;}
a.btn_red {color: #004080;}

.one_half { display: block; float:left;}
.one_half.last { margin-left:5%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase; text-align:center;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .popup_log_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:10px;}

/* ELogin Form */
.entrepreneur_login {}
.entrepreneur_login label {display: block; color:#FFFFFF; margin-bottom:5px; float:left;}
.entrepreneur_login input[type="text"], .entrepreneur_login input[type="password"] {display: block; width:90%; padding: 5px; border:1px solid #DDD; color:#004080; float:left;}
.forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color:#FFF; float:left;}
.forgot_password:hover {color: #FFF; text-decoration:none;}
.forgot_password:visited {color: #FFF; text-decoration:none;}
.forgot_password:active {color: #FFF; text-decoration:none;}

.centeredText {text-align: center; margin: 10px 0; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden; padding-top:10px; margin-left:0px;}
.action_btns a {display: block;}

/* candidate Form */
.candidate_login {display:none;}
.candidate_login label {display: block; color:#FFFFFF; margin-bottom:5px; float:left;}
.candidate_login input[type="text"], .candidate_login input[type="password"] {display: block; width:90%; padding: 5px; border:1px solid #DDD; color:#004080;float:left;}
