@charset "utf-8";
/* CSS Document */
* {
	padding:0; 
	margin:0; 
	border:0;
}
	
	
a {
	font-family:trebuchet MS;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
    outline: medium none;
	color:#000;}

.center {
	margin: 0 auto;
	max-width: 970px;
    min-width: 940px;
    width: 950px;
	overflow:visible;
}

	
h3 {
	color:#2f2f2f;
	font-size:24px;
	padding: 0 0 30px 0}

html, body{height:100%}

li {list-style:none;}



.log_hide {
    background: url("../images/log_hide_bg.png") repeat-x scroll left bottom transparent;
    /*border: 1px solid #CBCAC8;*/
    height: 6px;
    left: 0;
    padding-bottom: 7px;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:10002;
	border-left:0;
}
.log_hide_inner{
    background-color: #121214;
}
.log_hide .center{
    overflow: visible;
    position: relative;
	min-height:6px;}
	
.log {
    background: url("../images/login1.jpg") no-repeat scroll 0 0 transparent;
    bottom: -26px;
    display: block;
    height: 26px;
    outline: medium none;
    position: absolute;

	right:50px; 
    width: 100px;}
	
.log_active {
    background: url("../images/close.jpg") no-repeat scroll 0 0 transparent;}
	
.login_container{
    background: transparent;
    display: none;
    padding-left: 0px;
	color:#8b8b8b;
	width:100%;}
	
.login_container a{color:#8b8b8b;}




	


.clearboth, .clearb{
    clear: both;
    display: block;
    margin-bottom: 0px;
    font-size: 0;
    height: 30px;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}
.clearb{
    height: 0px;
}

	
	
























p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
float:left;

}

/* ----------- stylized ----------- */
#stylized{

margin:10px;

}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:18px;
color:#fff;


}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}










	
	