@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic);
.one_half.last {width:95%;  text-align:center; margin-left:6px;}

/* Popup Styles*/
.popupHeader {font-size:14px; text-transform: uppercase; background:#F4F4F2; position:relative; padding:15px 20px; border-bottom:1px solid #DDD; border-radius: 5px;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:7px 10px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px; border-radius: 5px;}

/* User Login Form */
.user_login {/*display: none;*/}
.user_login label {display: block; margin-bottom:5px;}
.user_login input[type="text"]{display: block;
margin-left: 6px;
width: 92%;
padding-left: 10px;
border: 1px solid #DDD;
color: #666;
margin-bottom: 20px;
height: 30px;
/* box-shadow: 1px 1px 1px 1px #808080; */
border-radius: 3px;}
.user_login textarea { display: block;
width: 100%;
max-width: 292px;
margin-bottom: 20px;
margin-left: 6px;
padding-left: 10px;
height: 100px;
/* box-shadow: 1px 1px 1px 1px #808080; */
border-radius: 3px;
border: 1px solid #DDD;
color: #666;
}
.user_login select {
display: block;
width: 100%;
max-width: 306px;
padding: 10px;
border: 1px solid #DDD;
color: #666;
margin-left: 6px;
height: 40px;
margin-bottom: 20px;
/* box-shadow: 1px 1px 1px 1px #808080; */
border-radius: 3px;
	}
	
	#popup {
			width: 100%;
max-width: 320px;
height: auto;
position: absolute;
color: #000;
background-color: #FFF;
top: 25%;
left: 50%;
/* margin-top: -100px; */
margin-left: -150px;
border-radius: 5px;
	}
.ontop {
				/*z-index: 100;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: none;
				position: absolute;		*/		
				color: #aaaaaa;
				height:100%;
				width:100%;
			background-color: rgba(0, 0, 0, 0.75);
				display: none; 
				position: fixed; 
				z-index: 11000; 
				left: 0; 
				top: 0px; 
			
}
				
