﻿body {
	background: #f5c200 url(../images/login/login_bg.jpg) no-repeat 50% 0;
	font-family: tahoma;
	font-size: 11px;
}

a:link, a:visited {
	text-decoration: none;
	color: #C00;
	line-height: 150%;	
}

a:hover {
	color: #F00
	
	
}

ol {
	margin: 0;
	margin-right: 25px;

}

ol li {
	padding: 0;
}

.error_title {
	color: #ff0000;
	direction: rtl;
	width: 300px;
	margin: auto;
}

.error {
	direction: rtl;
	background: #fffdee;
	border: 3px double #ffd5d5;
	border-width: 3px 0;
	color: #666666;
	padding: 3px;
	width: 310px;
	margin: auto;
	margin-top: 15px;
}

.login {
	width:270px;
	height:147px;
	margin: 20px auto 5px auto;
}

.login_header {
	height: 57px;
	background: url(../images/login/login_header.png);
}
.username {
	height: 22px;
	background: url(../images/login/username.png);
}
.password {
	height: 23px;
	background: url(../images/login/password.png);

}
.login_footer {
	height: 47px;
	background: url(../images/login/login_footer.png);

}

.login .textbox {
	width: 145px;
	margin: 3px 0 0 20px;
	background: none;
	font-size: 11px;
	font-family: tahoma;
	border: 0;
	
}

.login .button, .login .botton_hover {
	border:0;
	height: 34px;
	width: 85px;
	margin: 0 10px;
	cursor:pointer;
	margin: 5px 0 0 45px;
	background:url(../images/login/login.png) repeat-x 0 0;
	
}
.login .button {
	background-position:100% 0;
}

.login .botton_hover {
	background-position:100% 100%
}


.table input.textbox {
	width: 170px;
	font-size:11px;
	color: #6e4100;
	border:1px #f8be79 solid;
	font-family: tahoma;
	background:#FFF url(../images/input_bg.gif) repeat-x;
}



.table {
	color: #797268;
	padding: 0;
	margin: 0 auto 20px auto;
	border-left: 1px solid #ffd29c;
	text-align: right;
	line-height: 150%;
	width: 315px;
}


.caption {
	direction: rtl;
	margin-top: 30px;	 
	font-size: 12px;
	border-bottom: 1px #ffd29c solid;
	padding: 10px;
	color: maroon;
}

.td {
	padding: 7px 8px 3px 8px;
	float: right;
}

.right {
	direction: rtl;
	width: 100px;
}

.left {
	width: 170px;
	border-right: 1px solid #ffd29c;
}

.tr {
	clear: both;
	height: 29px;
 	border-bottom: 1px solid #ffd29c;
	letter-spacing: 1px;
}

div .submit {
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-bottom: 0;
}


input.button {
	margin: 0 10px;	
	width: 110px; 
	height: 30px; 
	background: repeat-x 0 0; 
	cursor:pointer; 
	border:none;
	vertical-align:middle;
}
