html, body{
	background: #dcdcdc url('images/bg.jpg') repeat-x scroll center top;
	color: gray;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a{
	color: gray;
	outline: none 0px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #07aacd;
}
img{
	border: none 0px;
}
ul, li{
	margin: 0;
	padding: 0;
	outline: none 0px;
	list-style: none;
}
h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
h1{
	font-size: 13px;
	font-weight: bold;
}
input{
	margin: 0;
	padding: 0;
	color: #b6b6b6;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
}
.header{
	width: 960px;
	height: 120px;
	margin: auto;
	text-align: center;
}
.headerTop {
	height: 120px;
	background: transparent url('images/logo.png') no-repeat scroll right 31px;
}
.headerTop .Left{
	float: left;
	width: 300px;
	height: 120px;
    direction: rtl;
}
.headerTop .Logo{
	float: right;
	width: 150px;
	height: 120px;
}
.headerTop .login{
	width: 300px;
	height: 28px;
	margin: 10px 0 0 0;
}
.loginform{
	height: 34px;
	margin: 20px 0 4px 0;
}
.loginuserinput {
	float: right;
	background: transparent url('images/inputuserpass.jpg') no-repeat;
	width: 90px;
	height: 34px;
}
.loginuserinput input {
	background: none;
	border: 0px none;
	width: 90px;
	margin: 0px 0px;
	margin-top: 8px;
	text-align: center;
	direction: rtl;
}
.loginGo{
	float: right;
	width: 80px;
    margin-right: 10px;
	height: 33px;
	background: transparent url('images/login.jpg') no-repeat scroll right bottom;
}
.Content{
	width: 960px;
	margin: auto;
	overflow: hidden;
	padding: 5px 0px;
	min-height: 600px;
	background: transparent url('images/ContentBg.jpg') repeat-y;
}
.Footer{
	background: #373737 url(images/footer-bg.jpg) repeat-x scroll center top;
}
.FooterBody{
	width: 960px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 15px;
	background: #373737 url(images/footer-bodyCenter.jpg) repeat-x;
}
.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 99% 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 40%;
	text-align: right;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.error {
	border-color: #df8f8f;
	color: #665252;
	background: #ffcece;
}
.notification div h2 {
	color: red;
	padding: 5px;
	font-weight: bold;
	padding-right: 20px;
	background: transparent url('images/cross_circle.png') no-repeat;
	background-position: right;
	border-bottom: 1px #df8f8f solid;
}
.notification div ul {
	padding: 20px;
}
.notification div ul li {
	list-style: disc;
}
.register_form {
	margin: auto;
}
.register_form h1 {
	color: #06a9cc;
}
.register_form .forminput {
	margin-top: 10px;
}
.register_form .forminput label {
	display: block;
	padding: 5px;
	color: #111b03;
}
.register_form .forminput input {
	width: 250px;
	height: 30px;
	padding-right: 10px;
	color: gray;
	border: 1px #9ebe41 solid;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: 0px;
}
.formitem .itemimg {
	width: 14px;
	height: 47px;
	background: transparent url('images/form_head.jpg') no-repeat;
}
.register_form .forminput input:focus {
	border: 1px #53860F solid;
	background: url("../img/ContentBg.jpg") repeat-y scroll 0 0 transparent;
}
.register_form .forminput .selectbg {
	width: 250px;
	height: 30px;
	background: white;
	padding-right: 10px;
	color: gray;
	border: 1px #9ebe41 solid;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: 0px;
}
.register_form .forminput .selectbg:hover {
	border: 1px #53860F solid;
	background: url("images/ContentBg.jpg") repeat-y scroll 0 0 transparent;
}
.register_form .selectbg select {
	border: 0px;
	background-color: white;
	width: 240px;
	margin-top: 5px;
}
.register_form .submitform {
	margin: 20px;
}
.register_form .submitform button {
	font-family: Tahoma;
	font-size: 11px;
	outline: 0px;
	width: 100px;
	height: 25px;
	background: transparent url('images/hedaer-menuCenter.jpg') repeat-x;
	border: 1px #9ebe41 solid;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: white;
	font-weight: bold;
}
