html, body {
height: 100%;
}
*{
	padding:0;
	margin:0;
}
body{
	direction:rtl;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear{
	clear:both;
}
a img, img{
	border:0;
}

label.error {
	background: url('../images/unchecked.gif') no-repeat;
	margin-right:5px;
	padding-left:18px;
	*padding-left:5px;
	*padding-right:10px;
	color:#F00;
	font:11px Tahoma, Geneva, sans-serif;
	padding-bottom:10px;
}
label.valid {
	background: url('../images/checked.gif') no-repeat;
}
.req {
	color:red; 
	font-weight:bold;
}

.form textarea{
	height:160px;
	width:300px;	
}
.form select{
	padding:3px 8px;
	height:30px;
}
.form input,textarea,select{
	color:#666;
	background:#FFFFFF url(../images/input_bg.png) repeat-x scroll left top;
	border:1px solid #D5D5D5;
	padding-top:2px;
	height:22px;
	-moz-border-radius:8px;
}
.form input:hover,.form textarea:hover,.form select:hover{
	border:1px solid #B6B6B3;
}
.form input.error, .form select.error, .form textarea.error{
	border: 1px solid red;
	margin: 0px;
	color: #F00;
}
.form input.error:hover, .form select.error:hover, .form textarea.error:hover {
	border:1px solid #B6B6B3;
	
}
.title{
	background:#D42B2E url(../images/back_title1.png) repeat-x center 0;
	height:30px;
	padding-right:35px;
	color:#FFF;
	line-height:30px;
	font-size:20px;
	-moz-border-radius:5px;
}
.form input[type="submit"]{
	height:24px;
	width:100px;
	color:#666;
	background:#F0F0F0 url(../images/bu.png) no-repeat 0 0;
	margin:5px;
	border:0 none;
	color:#fff;
	font-weight:bold;
	padding-bottom:4px;
}
.form input[type="submit"]:hover{
	background:#F0F0F0 url(../images/bu-hover.png) no-repeat 0 0;
	cursor:pointer;
}
fieldset{
	width:610px;
	padding:7px;
	margin:10px;
	font:18px Arial, Helvetica, sans-serif;
	-moz-border-radius:8px;
}
legend{
	font-weight:bold;
}
table{
	width:600px;
	height:auto;
	margin:5px;
	padding:5px;
	background:#F6F9FC;
}
table td{
	border:1px dotted #fff;
	padding:3px;
	
}
table .tdtitle{
	font-weight:bold;
}
table .label{
	width:114px;
}
table .field:hover{
	background:#FFF;
}
