body {
text-shadow:0px 0px 1px #000;
margin:0px;
padding:0px;
background:#000 url('bg.jpg') no-repeat center top;
font-family:"tahoma";
font-size:11px;
color:#FFF;
direction:rtl;
}


a:link ,a:visited,a:active {
color: #AAA;
text-decoration: none;
}
a:hover {
color: #FFF;
text-decoration: none;
}
 

    div#qTip {
    padding: 3px;
    border: 1px solid #222;
    display: none;
    background: #000000;
    color: #FFF;
    font: 11px tahoma;
    position: absolute;
    z-index: 1000;
	opacity:0.8;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

input[type=text],input[type=password],textarea,select{
	border:1px solid #868686;	
	border-radius:3px;
	background:#f6f6f6 ;
	padding:3px;
	color:#222;
	margin:2px;
}
input[type=text]:hover,input[type=text]:focus,
input[type=password]:hover,input[type=password]:focus,
textarea:hover,textarea:focus,
select:hover,select:focus{
border:1px solid #999;
}


input[type=submit],input[type=reset],a.new_buttons {
font-family:"Tahoma";
font-size:11px;
text-shadow:0 0 1px #111;
color:#FFF;
cursor:pointer;
text-decoration:none;
padding:3px 6px 5px 6px;
background: -moz-linear-gradient(top, #2e84e5, #001021);
background: -webkit-linear-gradient(top, #2e84e5, #001021);
background: -o-linear-gradient(top, #2e84e5, #001021);
background-color: #001021;
border:1px solid #03162b;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input[type=submit]:hover,input[type=reset]:hover,a.new_buttons:hover{
background: -moz-linear-gradient(top, #2f77c8, #001021);
background: -webkit-linear-gradient(top, #2f77c8, #001021);
background: -o-linear-gradient(top, #2f77c8, #001021);
background-color: #001021;
text-shadow:0 0 1px #999;
color:#FFF;
}

.login_div{
margin-top:30px;
margin-right:33%;
background: url(div.png);
border:1px solid #000; 
width:310px;
min-height:140px;
color:#FFF;
border-radius:5px;
padding:5px;
}


.desc_div{
margin-top:-150px;
margin-right:45%;
background: url(div.png);
border:1px solid #000; 
width:370px; 
color:#FFF;
border-radius:5px;
padding:5px;
}
.footer{
margin-top:20%;
background: url(menu.png);
color:#FFF;
padding:5px;
text-align:center;
}
