﻿#backgroundPopup2{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#cccccc;
border:1px solid #cecece;
z-index:1;
}
#popupContact2{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:450px;
width:685px;
background: #000000;
/*border:2px solid #FFCC00;*/
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact2 h1{
text-align:left;
color:#BEBEBE;
font-size:40px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose2{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button2{
text-align:center;

}

.login_wrapper{

	margin:0 auto;
	width:613px;
}
.loginfields{
 
    font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	color:#25313C;
	background:url(../images/loginfield_active.jpg) no-repeat;
	width:615px;
	height:49px;
	text-align:left;
	float:left;
	border:0px;
}

.file{
 
    font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 5px 5px 5px;
	color:#25313C;
	background:url(../images/file_bg.jpg) no-repeat;
	width:528px;
	text-align:left;
	float:left;
	border:0px;
}

.loginfields:focus{
 
    font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/loginfield_focus.jpg) no-repeat;
	padding:5px;
	color:#25313C;
	width:615px;
	height:49px;
	text-align:left;
}


.login_texts{

	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#BEBEBE;
	float:left;
	padding:10px 0 5px 0; 
	width:500px;

}

.login_texts2{

	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	float:left;
	padding:10px 0 5px 0; 
	width:500px;

}

.submit_fp{

	width:613px;
	float:left;
	padding-top:15px;

}

.submit_fp2{

	width:533px;
	float:left;
	padding-top:15px;

}

.login_button{

	width:200px;
	float:left;
}

.fp{

	float:right;
	margin-top:20px;
	text-align:right;
	width:300px;

}

.fp a{

	font-size:18px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	
}

.fp a:hover{

	text-decoration:underline;
	
}





