body{
	/* Setting default text color, background and a font stack */
	font-size:11px;
	font-family:tahoma;
	background:#e0e3e7;
}
/*________________________________________________All Combo Boxes*/
select {		
	font-family:tahoma;
	font-size:12px;
	height:19px;
	border:1px gray solid;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:120px;
}
/*________________________________________________All Text Boxes*/
input {
	text-align:right;
	font-family:tahoma;
    height:17px;
	font-size:11px;
	border:1px gray solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
/*_________________________________________________________*/
.login-frame{
    width:650px;
    height:500px;
	margin-top:10px;
    background  :url(../login/login.png);
}
/*_________________________________________________________*/
.loginbtn{
	position    : relative ;
	top         : 44.3%      ;
	left       : 10px     ;
	width       : 508px    ;
	height      : 77px     ; 
	background  :url(../login/log.png) no-repeat center;
	}
/*_________________________________________________________*/
.editlogin{
	border		: 0;
	outline: none;
	width       : 190px    ;
	height      : 25px     ;
    text-align: left;
	background  : none     ;
	font-family : 29px     ;
	margin-left	: 5px;
	color       : #369     ;
	direction	: ltr;
	font-weight : 900      ;
	}
/*_________________________________________________________*/	
.loginbotten{
	font-family : Tahoma, Geneva, sans-serif;
	color       : blue     ;
	font-size   : 18px     ;
	}
/*_________________________________________________________*/