/*#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}
*/
#mask {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#masky {
    background: none repeat scroll 0 0 #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.login-popup{
	display:none;
	background: #fff;
	padding: 10px; 	
	/*border: 5px solid #00aceb;*/
	border: 5px solid #A7A7A7;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 999999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

.login-popup2{
	display:none;
	background: #fff;
	padding: 10px; 	
	border: 10px solid #9ABE0B;
	float: left;
	font-size: 12px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 999999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

#lightbox_open_about {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_contact {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_add_proj {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_work {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_workdel {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_add_college {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_edit_college {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_collegedel {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_add_school {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_edit_school {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_schooldel {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_email {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_pwd {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_notification {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox_open_accdel {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.p_txt2{
	color:#000;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:2px;
	
	}
.P_field_style{
	margin-top:25px;
	height:25px;
	width:313px;
	border:#d5d5d5 solid 1px;
	box-shadow: 1px 1px 4px 1px #e9e9e9;
	border-radius: 5px 5px 5px 5px;
	}
.p_lock{
	background-image:url(../../images/lock.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:127px;
	height:21px;
	width:24px;
	}

img.btn_close {
	float: right; 
	margin: -20px -20px 0 0;
}


######

.member-loginbox{width:624px; height:350px; display:block;  margin:auto; }
		
		.member-loginbox .inner-space{padding:35px;}
		
		.formarea label{width:20%; display:inline-block; text-align:right; line-height:25px; color:#5e5e5c; font-size:12px; font-weight:bold; padding-right:6px; float:left;}
	  .loginbox{background:url(../6images/txt-box2.gif) 0 0 no-repeat; width:297px; height:28px; display:inline-block; margin-bottom:10px; float:left; clear:right; z-index:999999; display:block; border:0px solid red}
	  
	  .loginbox input{margin:4px 0px 0px 9px; width:94%; border:solid 0px gray; background-color:none; color:#333333; height:20px; z-index:9999999; display:block;}
	  
	  .formarea a{line-height:25px; font-weight:bold; text-decoration:none; float:left; margin-left:6px;}
	  .formarea  p{color:#5e5e5c}
	  
	  
	  .tab_content .graybox table td p strong a{color:#7D0101;}
	  .tab_content .graybox table td p a.link21{color:#404040;}
	  .tab_content2 .graybox table td p strong a{color:#7D0101;}
	  .tab_content2 .graybox table td p a.link21{color:#404040;}
	  .tab_content2 .graybox table td p{width:80%; text-align:center; margin:auto}
	  .tab_content .graybox table td p{width:80%; text-align:center; margin:auto}
	  .tab_content td{vertical-align:top; padding-top:15px;}
	  .tab_content table td{vertical-align:top; padding-top:15px; text-align:center}
	  .tab_content2 table td{vertical-align:top; padding-top:15px; text-align:center}
	  .tab_content2 table{vertical-align:top; padding-top:15px;}
	  .tab_content table,.tab_content2 table{width:100%;}
	  
.uk-error{
	background: none repeat scroll 0 0 #FCE7E7;
	border: 1px solid #BB0000;
	margin-left: 184px;margin-top:
	30px;color: #BB0000;
	padding:10px;
	font-size: 12px;
	width: 360px;
	}
.popupbox_new{

	}
.pophead{
	color:#4d4d4d;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:25px;
	}
.locs{
	margin-left:50px;
	}
.popuplock{
	background:url(../../images/lock_07.jpg) no-repeat;
	width:133px;
	height:133px;
	float:left;
	}
.popupemail{
	float:left;
	font-weight:bold;
	}
.popemaiil{
	float:left;
	font-size:14px;
	width:130px;
	padding-top:3px;
	}
.emailfield{
	float:left;
	width:255px;
	}
.popuplogin{
	width:137px;
	height:35px;
	margin-left:264px;
	*margin-left:80px;
	}
.forgotpass{
	font-size:12px;
	color:#656565;
	margin-left:265px;
	
	margin-top:40px;
	}