body {
	padding: 0px;
	margin: 0px;
	font-family:tahoma;
}

#contain {
	width: 708px;
	margin: 0 auto;
	height: auto;
	background-image: url("../images/login/header.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 299px;
}

#login {
	background-image: url("../images/login/login_mid.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 239px;
}

#login_top {
	background-image: url("../images/login/login_top.jpg");
	background-repeat: no-repeat;
}

#login_bot * {
	direction: rtl;
}

#login_bot {
	background-image: url("../images/login/login_bot.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 45px 55px 10px 20px;
	width:164px;
}

#bot {
	padding-top: 50px;
	padding-left: 55px;
	background-image: url("../images/login/bot.jpg");
	background-repeat: no-repeat;
	height: 400px;
}

#username, #password, #capcha {
	font-family: Tahoma, "Times New Roman", Arial, serif;
	color: #AA3300;
	font-size: 11px;
	width: 100px;
	height: 14px;
	direction: ltr;
	border: 1px solid #AAAAAA;
	margin: 4px 0;
}

#versian_text{
	padding-right: 30px;
	text-align: center;
	font-family: Tahoma, "Times New Roman", Arial, serif;
	font-size: 10px;
	color: #666666;
}

#error_message {
	margin-top:-5px;
	padding-bottom: 5px;
	white-space: nowrap;
	text-align: center;
	font-family: Tahoma, "Times New Roman", Arial, serif;
	font-size: 11px;
}

#submit{
	background: transparent;
	width: 55px;
	height: 16px; 
	border-width:0px;
	margin: auto;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#login_bot form {
	display: inline;
}

#login_bot label.editbox {
	line-height:24px;
	white-space: nowrap;
	color: #000000;
	display: block;
	font-family: Tahoma, "Times New Roman", Arial, serif;
	font-size: 11px;
	width: 55px;
	float: right;
}

#login_bot label.checkbox {
	line-height: 28px;
}

#remember {
	vertical-align: middle;
}

#capchaimage {
	padding: 5px;
	text-align: center;
}

div.remember{
	width: 100%;
	text-align: center;
	font-size: 11px;
}