@charset "UTF-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
background-color:#FFF;
}
.background{
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
}
.footer{
position:relative;
bottom:0;
width:100%;
}
hr{
width:800px;
color: #a4b0ac;
background-color: #a4b0ac;
border-color: #a4b0ac;
}
p.p1 {margin: 0px 0px 5px 0px; font: 22px Arial; color: #3a3835;}
p.p2 {margin: 0px 0px 13px 0px; font: 14px Arial; color: #3a3835;}
.footertext{
color:#3a3835;
font-size:12px;
}
.login{
background-image:url('images/login_bg.png'); 
background-repeat: no-repeat;
height:270px;
}
.register{
color:#3a3835;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
vertical-align:top;
padding-top:25px;
}
input[type=text], input[type=password]{
height:21px;
width:210px;
font-size:12px;
}
#zenbox_tab{
border:0;
}
img{
border:0;
}
.demo{
	color:#C00;
	vertical-align:bottom;
	padding-bottom:10px;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:100001;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}
.white_content {
    display: none;
    position: absolute;
    top:25%;
	left:30%;
    padding:15px 30px 15px 15px;
    border: 6px solid #c0c0c0;
    background-color: white;
    z-index:100002;
    overflow: auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	table-layout:fixed;
	width:435px;
}