/*** Basic Style For Web - Written by YCODER ***/
*{
	padding: 0px;
	margin: 0px;
	direction:rtl;
	font-family: Arial, Helvetica, sans-serif;
}
html{
	height: 100%;
	/*overflow: hidden;*/
}
input, select, select *, textarea{
	font-size: 14px;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px;
}
ol, ul{
	list-style: none;
}
.clear{
	clear: both;
}
body {
	background:#dddddd;
}
.main{
	width: 800px;
	margin: 0px auto;
	background: white;
	margin-top: 20px;
	min-height: 600px;
}
#top{
	background: white;
	height: 58px;
	margin-top: -10px;
}

#top h1{
	text-align: center;
}
#txt{
	float: right;
}
#menu{
	width: 800px;
	margin: 0px auto;
}
ul li{
	float :right;
	margin-right: 10px;
}
#add_user{
	width: 450px;
	
}	
#add_user label{
	float: right;
	margin-right: 20px;
}
#add_user label input[type=checkbox]{
	margin-top: -1px;
}	
#footer{
	margin-top: 20px;

    bottom: 0;
	width: 100%;
	text-align: center;
	background: white;
	height: 58px;
	margin-bottom
}