body {
	direction: rtl;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background: url("../images/bg.jpg");
}

#wrapper {
	width:508px;
	margin:30px auto;
}

a {
	text-decoration:none;
	color:#18a;
}

a:hover {
	color:#333;
}

#logo {
	margin:0 auto;
	margin-bottom:30px;
	width:160px;
	height:96px;
	background: url("../images/logo-medium.png") no-repeat;
}

#logo a {
	display:block;
	width:160px;
	height:96px;
}

#container .header {
	padding-top:4px;
	width:508px;
	height:46px;
	background:url("../images/outpages/header.png") no-repeat;
}

#container .content {
	width:508px;
	background:url("../images/outpages/middle.png") repeat-y;
}

#container .bottom {
	width:508px;
	height:20px;
	background:url("../images/outpages/bottom.png") no-repeat;
}

#container .inner {
	padding:10px 20px;
}

.header-text {
	width:200px;
	height:40px;
	background:url("../images/outpages/headers.png") no-repeat;
	margin:0 auto;
}

.login-header {background-position:0 0;}
.register-header {background-position:0 -40px;}
.changepass-header {background-position:0 -80px;}

#errors {
	background:#930;
	margin-bottom:20px;
	border-radius:5px;
	padding:10px;
	color:#fff;
	text-align:justify;
}

#success {
	background:#360;
	margin-bottom:20px;
	border-radius:5px;
	padding:10px;
	color:#fff;
	text-align:justify;
}

input {
	font-size:16px;
	font-family: Tahoma, Arial, Verdana;
	padding:6px 8px;
}

input.textbox {
	border:1px solid #ccc;
	background:#fff;
	border-radius:3px;
	width:220px;
}


input.disabled-textbox {
	background:#eee;
}

input.error-textbox {
	border-color:#f30;
}

.description {
	padding:10px;
	border-radius:5px;
	margin-bottom:20px;
}

form table {
	margin:0 auto;
	font-size:13px;
	color:#555;
}

form table td {
	padding:2px 5px;
	text-align:right;
}

form table td.label {
	text-align:left;
	vertical-align:top;
	padding-top:10px;
}

.error-message {
	padding-top:3px;
	font-size:11px;
	color:#f33;
	margin-bottom:7px;
}

input.form-button {
	padding:0;
	margin:0;
	margin-top:5px;
}

.help-text {
	font-size:12px;
	line-height:140%;
}

#footer {
	margin-top:10px;
	direction:ltr;
	font-size:10px;
	color:#666;
	margin-left:7px;
}

.select {
	width:236px;
	border:1px solid #ccc;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}

.select option {
	padding:5px;
}
