@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
	}
	
body {
	background-color:#60A0E7;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}.loginDiv .footer div a {
	color: #900;
	text-decoration: none;
}
.wrap {
	float: right;
	height: 100%;
	width: 100%;
	direction:rtl;
}
.nonfloat {
	float: none;
	height: auto;
	width: 876px;
	margin: auto;
}
.wrap .nonfloat .base {
	float: right;
	height: auto;
	width: 876px;
}
.header {
	background-image: url(header-bg.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 116px;
	width: 876px;
}
.logo {
	float: left;
	height: auto;
	width: auto;
}
.mybody {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: auto;
	width: 876px;
}
.loginDiv {
	float: right;
	height: auto;
	width: 876px;
}
.formDiv {
	float: right;
	height: 216px;
	width: 381px;
	background-image: url(formBg.png);
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-right: 228px;
	margin-bottom: 20px;
	margin-left: 227px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.formDiv table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #069;
	font-weight: bold;
}
.formDiv table tr td {
	padding: 3px;
}
.formDiv #form1 table tr td a {
	color: #900;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: right;
}
.formDiv #form1 table tr td a:hover {
	text-decoration:underline;
}
.formDiv #form1 table tr td .txtbx {
	background-image: url(Shape-6.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 331px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F1F1F1;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #069;
	margin-right: 10px;
}
.iconsDiv {
	float: right;
	height: auto;
	width: 836px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer {
	float: right;
	height: auto;
	width: 866px;
	padding: 5px;
	font-size: 11px;
	background-color: #D6EAF5;
	margin-top: 20px;
}
