body{
	background: #fff url(../images/login.png);
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;}
.loginAdmin{
	width:400px;
	height:250px;
	margin:200px auto;
	clear:both;
	position:relative;
	border:1px solid #ddd;
	background:#fff url(../images/loginbg.png) repeat-x bottom center;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
		border-radius: 5px;
	padding:10px;
}
.loginAdmin h1{
	position:absolute;
	top:-50px;
	left:150px;
	border:2px solid #DDD;
	width:100px;
	height:100px;
	text-indent:-9999999px;
	display:block;
	margin:0;
	padding:1px;
	background:#fff url(../images/loginLogo.png) no-repeat center center;}
.loginAdmin form{
	margin-top:75px;
	clear:both;}
.loginAdmin form p{
	width:300px;
	overflow:hidden;
	margin:5px auto;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
	clear:both;}
.loginAdmin form p label{
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	color:#333;
	text-align:right;
	direction:rtl;
	width:80px;
	display:inline-block;
	float:right;
	border-left:1px solid #ccc;}
.loginAdmin form p input[type="text"], .loginAdmin form p input[type="password"]{
	width:190px;
	padding:5px;
	outline:0;
	border-right:1px solid #fff;
	border-top:0;
	border-bottom:0;
	border-left:0;
	color:#333;
	text-align:right;
	direction:rtl;
	background:#fff;}
.loginAdmin form .inp{
	clear:both;
	margin:20px;}
.loginAdmin form .inp input[type="submit"]{
	opacity: 1;
font-weight: bold;
padding: 7px 15px;
border: 1px solid #CCC;
background: #EEE url(../images/buttons.png) repeat-x 0 -114px;
color: #fff;
border-color: #222;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
}
.loginAdmin form .inp input[type="submit"]:hover{
	opacity: 0.75;
	}
.loginAdmin .copy{
	margin:10px auto;
	clear:both;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	direction:rtl;
	color:#777;
	text-shadow:1px 0 1px #fff;}