
*{
	padding:0px;
	margin:0px;
}
body{
	background:#e9e3a7 url(imgs/bg.jpg) repeat-x;
	font:11px tahoma;
	color:#1b1b1b;
	direction:rtl;
}
a {color: #5E645E;text-decoration: none;}a:hover {text-decoration: underline;}
#header{
	background:url(imgs/header.jpg);
	width:735px;;
	height:125px;
}
#Content{
	width:750px;;
	/*height:1025px;*/
/*	border:1px dashed #577056;
	border-top:0px;	float:inherit;*/

}
#block{
	width:190px;;
	height:125px;
	border:1px dotted #577056;
	text-align:right;
	margin:10px;
	padding:5px;
	float:right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#block h1{
	font:bold 12px tahoma ;	color:#5e645e;
	border-bottom:1px dotted #5e645e;
	padding-bottom:3px;
	margin:1px;
}
#block h2{
	font:11px tahoma ;
	padding:5px;
}
#blockBig{
	width:490px;;
	border:1px dotted #577056;
	margin:10px;
	padding:5px;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}



#loginContent{
	float:left;
	padding-top:30px;
	padding-left:10px;
}
#loginData{
	float:left;
	/*border:1px solid #577056;*/
	background:#433c36;
	padding:10px;
	color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#loginData input {font: 11px tahoma;}
#loginData a {color:#fff;font: 9px tahoma;text-align:center;padding-top:5px;  }
#loginDataDone a {color:#fff;font: 11px tahoma;text-align:center;padding-top:5px; line-height: 200%; text-decoration:none}
#loginDataDone a:hover {text-decoration:underline}

