*, html, body {
	margin: 0;
	padding: 0;
	outline: 0;
	outline-width: 0;
}
img 
{
    border: none;
    }
body {
	background: #f2f2f1;
	direction: rtl;
}
@font-face {
    font-family: 'sasnew';
    src: url('fonts/hacen_jordan.eot');
    src: url('fonts/hacen_jordan.eot') format('embedded-opentype'),
         url('fonts/hacen_jordan.woff') format('woff'),
         url('fonts/hacen_jordan.ttf') format('truetype'),
         url('fonts/hacen_jordan.svg#HacenJordanRegular') format('svg');
}
header {
	margin-left: auto;
	margin-right: auto;
	min-height: 480px;
	width: 436px;
	margin-top: 60px;
}
.logintittle {
	opacity: .8;
	float: left;
	margin-left: 131px;
	margin-right: auto;
	opacity: 0;
	background-image: url(../content/images/control_logo_first.png);
	display: block;
	height: 201px;
	width: 176px;
}
.logo {
	margin-right: 160px;
	margin-bottom: 15px;
	border:none;
	outline: none;
}
.logintxts {
	height: 183px;
	width: 431px;
	background-color: #fff;
	border: 10px solid #e3e3e3;
	border-radius: 5px;
}
.loginheadertxt {
	width: 421px;
	height: 23px;
	background-image: url(../Content/images/control_login_header_bg.png);
	background-repeat: repeat-x;
	display: block;
	color: #fff;
	padding-right: 10px;
	padding-top: 5px;
	font-family: 'sasnew';
	font-size: 18px;
	letter-spacing: 1px;
}
.firstblock {
	float: right;
	width: 421px;
	height: 47px;
	margin-top: 15px;
}
.labellogin {
	padding-right: 10px;
	padding-top: 5px;
	font-family: 'sasnew';
	font-size: 16px;
	letter-spacing: 1px;
	float: right;
	color: #1d1f21;
}
.TBOXSTANDARD {
	width: 285px;
	height: 18px;
	background-image: url(../Content/images/username_txt.png);
	background-repeat: no-repeat;
	text-align: right;
	margin-right: 18px;
	font-family: 'sasnew';
	font-size: 14px;
	text-indent: 23px;
	color: #565656;
	float: right;
	margin-top: 4px;
	border: 0;
}
.password {
	background-image: url(../Content/images/password_txt.png);
	background-repeat: no-repeat;
	letter-spacing: 3px;
}
.chkblock {
	float: right;
	width: 180px;
	margin-right: 111px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.labelbesidechk {
	color: #000000;
	font-family: 'sasnew';
	font-size: 16px;
	opacity: .8;
	float: right;
	margin-top: -5px;
	margin-right: 5px;
}
.labelbesidechk:focus, .labelbesidechk:hover {
	color: #1d1f21;
}
.hidden {
	float: right;
}
.chkbox {
	float: right;
}
.mark {
	float: right;
}
.button {
	background-image: url(../Content/images/login_btn.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 109px;
	float: left;
	margin-left: 25px;
	cursor: pointer;
	color: #fff;
	margin-top: -8px;
	font-family: 'sasnew';
	opacity: .6;
}
.button:hover {
	opacity: 1;
}
.box .content {
	padding: 0 10px;
	border: 1px solid #c8c8c8;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #2b5177;
	background: #fff;
}
.box.closed .content {
	display: none;
}
.box .content.grey {
	border-top-color: #c8c8c8;
}
.box .content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box .content.with-actions {
	border-radius: 0;
	border-bottom: 0;
}
.box .content.no-header {
	border-radius: 3px;
	border: 1px solid #c8c8c8;
}
.box .content.no-padding {
	padding: 0;
}
.alert.error {
	border-color: #cb5959;
	background: url(../Content/images/sprites/alertboxes/bg-error.png) repeat-x #f2aeae;
}
.alert.error span.icon {
	background: url(images/icons/packs/fugue/16x16/cross-circle.png);
}
label.error {
	color: #b13636;
}
label.error.red {
	float: right;
	margin: -34px 133px 10px 0;
	display: block;
	border-radius: 5px;
	background: url(../Content/images/sprites/forms/bg-error.png) repeat-x #b13636;
	color: #fff!important;
	text-shadow: 0 1px 1px #460909;
	filter: dropshadow(color=#460909,offx=0,offy=1);
	width: 100px;
	text-indent: 10px;
}
