/*- - - - - - - - - - - - - - - - - - -
Title  : Siafu CMS, login form
Author : Eugen Lobicov, Webartpro Studio 

last updated : February 1, 2008
- - - - - - - - - - - - - - - - - - */

@import url("reset.css");

body{
	background-color:#eee;
}
#wrapper{
	background: url(../img/i/siafu-logo.gif) no-repeat 0 0;
	width:498px;
	margin:100px auto 0;
	padding-top:50px;
}
#container{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:36px 36px 48px;
	border:1px solid #999;
	background:#fff;
}
#copyright p{
	font-size:12px;
	line-height:18px;
	color:#999;
	text-indent:5px;
}
#container h1{
	font-size:36px;
	line-height:36px;
	margin-bottom:36px;
	color:#3db2fe;
	text-indent:10px;
}
#login-form{
	width:400px;
	margin:0 auto;
}
#login-form label{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#696969;
}	
#login-form input{
	display:block;
	padding:1px 0 1px 5px;
	width:400px;
	font:30px Georgia, "Times New Roman", Times, serif; 
	margin:0 0 18px;
}
#login-form #submit{
	width:95px;
	height:22px;
	margin:0 0 0 310px;
}
#captcha-box{
	overflow:auto;
}
#login-form #captcha_result{
	width:25px;
	margin:0 0 0 65px;
	font-size:12px;
	font-family:Verdana;
	float:left;
	margin:0;
	padding:1px 0;
	text-align:center;
}
#login-form input#cmd{
       display:none;
}
#login-form img{
    float:left;
	display:block;
	width:60px;
	margin-right:10px;
}