BODY {
	direction: rtl;
}
#page {
	text-align: center;
}
#content {
	background-image: url("http://media.albayan.ae/images/dss/2012/poster3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 593px;
    padding-top: 35px;
    width: 456px;
}
.form-container {
	margin-top: 120px;
}
FORM {
	text-align: right;
}
FORM FIELDSET {
	border: none;
	vertical-align: top;
	padding: 0px;
	height: 50px;
}
FORM FIELDSET INPUT[type="TEXT"] {
	margin-right: 20px;
    padding-top: 2px;
    width: 175px
}
FORM FIELDSET LABEL {
	display: inline;
    float: right;
    font-weight: bold;
    padding-right: 15px;
    text-align: left;
    width: 105px;
	font-weight: bolder;
}
FORM FIELDSET.buttons {
	padding: 2px;
	text-align: center;
}
FORM FIELDSET.submit {
	width: 110px;
}
FORM FIELDSET LABEL.error {
	clear: both !important;
    padding-right: 150px;
    width: auto;
	line-height: 1.8em;
	color: red;
	height: 0px;
}