html{
	direction: rtl;
}

body{
	background-color: #000;
	font-family: Arial, tahoma;
	font-size: 14px;
	color: #000;
}


/* LAYOUT */
#page_wrap{
	background: url(../images/under_construction.jpg);
	height: 616px;
	width: 900px;
	margin: auto;
	position: relative;
}

























/* SUBSCRIBE */
.subscribe_box{
	position: absolute;
	top:180px;
	left: 126px;
}

.tbl_frm_subscribe{
	margin: 8px 0 0 0;
}

.tbl_frm_subscribe td{
	padding: 4px;
	vertical-align: top;
}

/* FORM */
form{
	margin: 0;
	padding: 0;
}

.frm_fld{
	background: #e5e5e5;
	border: 1px solid #c3c3c3;
	width: 188px;
}

.submit{
	background: url(../images/btn_submit.jpg);
	border: none;
	cursor: pointer;
	width: 78px;
	height: 24px;
}

.required{
	color: red;
}

.error{
	color: red;
}

.success{
	font-weight: bold;
	padding: 20px 0 0 0;
	text-align: center;
}