﻿body {
	background-color: #1275B8;
}
#panel {
	border: 1px solid #1895C5;
	width: 800px;
	margin: 0 auto;
	height: 600px;
	background: url("/UI/LoginImage.ashx") no-repeat center center;
	direction: rtl;
}
#panel2 {
	border: 1px solid #1895C5;
	width: 800px;
	margin: 0 auto;
	height: 600px;
	background: url("/UI/images/login-reseller.jpg") no-repeat center center;
	direction: rtl;
}
#login {
	width: 330px;
	margin-right: 50px;
	margin-top: 75px;
	font-family: Tahoma;
	font-size: 8.5pt;
	color: white;
}
.field {
	padding: 5px;
}
.input {
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #aaaaaa;
	font-family: font-size:11pt;
	direction: ltr;
	width: 200px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.btn {
	margin-top: 3px;
	margin-right: 190px;
}
.button {
	background: url("/UI/images/btnlogin.png") no-repeat center center;
	width: 135px;
	height: 38px;
	border: 0;
	cursor: pointer;
}
.button:hover {
	background: url("/UI/images/btnlogin-hover.png") no-repeat center center;
}
.msg {
	height: 15px;
	color: yellow;
	padding: 2px;
	margin-right: 7px;
}

.keyw
{
	  visibility:hidden;
}
