@charset "utf-8";
/* CSS Document */


#lightbox {
 display:none;
 background:#000000;
 opacity:0.5;
 filter:alpha(opacity=40);
 position:fixed;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 z-index:1000;
}
/* Lightbox panel with some content */
#lightbox-panel {
width:370px;
 display:none;
 position:fixed;
 top:100px;
 left:50%;
 margin-left:-200px;
 background-image:url(../images/bg.jpg);
 background-repeat:repeat;
 z-index:1001;
 top:20%;
 line-height:22px;
}

.logo_light
{
	width:350px;
	margin-top:10px;
	float:left;
	
}

.light_text
{
	color:#22518b;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:350px;
	float:left;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}

h2
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	background:#F00;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	padding-left:20px;
	padding-top:5px;
}
p
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin-top:10px;
}

.login_left
{
	width:350px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	
}

.login_right
{
	width:200px;
    height:150px;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.field
{
	width:320px;
	height:28px;
	float:left;
	background-image:url(images/field3.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border-radius:8px 8px 8px 8px;
	border:1px solid #CCC;
	padding-left:10px;
	margin-bottom:10px;
}

.text
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:10px;
}
.btn
{

	padding-top:10px;
}