body {
	width:915px;
	height:100%;
	margin:0 auto;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:12px;
	background-color:#EAEAEA;
}
#header {
	height:120px;
/*	background-color:#6BBA70;*/
	background-color:#A5CE38;
}

#header img {
	height:90px;
	padding-left:10px;
	padding-top:5px;
}
#header-bar {
	height:20px;
	background-color:#317628;
}
#footer {
	height:20px;
	background-color:#317628;
	clear:left;
	text-align:center;
}
#footer span {
	padding-top:10px;
	font-weight:bolder;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}

#sidebar {
	width:12%;
	float:left;
	height:100%;
	margin:10px 10px 0 10px;
}
#sidebar ul {
	list-style:none;
	margin-right:10px;
}
#sidebar li{
	background-color:#EEEEEE;
	font-size:14px;
	margin-bottom:3px;
	text-align:center;
	vertical-align:text-bottom;
}
form label {
	float:left;
/*	clear:left;*/
	width:200px;
}
span.big {
	width:100px;
	margin-right:10px;
	font-weight:bolder;
}
form.inline-form {
	display:inline;
}
form.del-form {
	display:inline;
}
#login {
	width:400px;
	margin:auto;
}
#forget-password {
	width:400px;
	margin:auto;
}
#registration {
	width:400px;
	margin:auto;
}
#welcome {
	width:400px;
	margin:auto;
}
a img {
	border:0px;
	behavior: url(http://xdrive.aya.sy/js/iepngfix.htc) !important;
}
a.link-button {
	color:#275C20;
	font-weight:bolder;
	text-decoration:none;
}
a.link-button:hover{
	text-decoration:underline;
}
form {
	margin-top:20px;
}
#quota {
/*	color:#3F4C6B;*/
	color:#000;
	font-weight:bolder;
	font-size:80%;
	margin:30px auto 30px auto;
	width:370px;
}
#error {
	color:#f00;
	margin-top:10px;
	text-align:center;
}
.menu {
	list-style-type:none;
}
.menu li{
	display:inline;
}

