body {
	background-color: #5F0D2A;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img
{
border: 0
}
.bg {
	background-image: url(images/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	line-height: 16px;
}
a.text_white:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	line-height: 13px;
	text-decoration: none;
}
a.text_white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	line-height: 13px;
	text-decoration: underline;
}
a.text_white:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	line-height: 13px;
	text-decoration: underline;
}
.form_eglish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
}
.form_arabic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: right;
}
.text_firstname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B66A3B;
	text-align: center;
	width: 207px;
	height: 20px;
	border: none;
	background-image: url(images/name.jpg);
	background-repeat: no-repeat;
}
.text_contax {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B66A3B;
	text-align: center;
	width: 155px;
	height: 20px;
	border: none;
	background-image: url(images/tel.jpg);
	background-repeat: no-repeat;
}
.text_num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B66A3B;
	text-align: center;
	width: 21px;
	height: 20px;
	border: none;
	background-image: url(images/participants.jpg);
	background-repeat: no-repeat;
}

.cust_checkbox{
	font-size:14px;
	cursor: pointer;
}
.cust_checkbox_on{
	background:url(chk_images/checkbox_on.png) no-repeat 0 0;
}
.cust_radio_on{
	background:url(chk_images/radiobox_on.png) no-repeat 0 0;
}
.cust_checkbox_off{
	background:url(chk_images/checkbox_off.png) no-repeat 0 0;
}
.cust_radio_off{
	background:url(chk_images/checkbox_off.png) no-repeat 0 0;
}
.cust_checkbox_disabled_on{
	background:url(chk_images/checkbox_disabled_on.png) no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url(chk_images/disabled_off.png) no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url(chk_images/radiobox_disabled_on.png) no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url(chk_images/disabled_off.png) no-repeat 0 0;
}
.group{
	color:#333;
}
fieldset{
		border:1px solid #ccc;	
}
fieldset label{
	color:#999;	
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
