@import url("reset.css");
@import url("ui.theme.css");

body
{
	background-color: #c6ebff;
	background-image: url("../images/top-g.jpg");
	background-repeat: repeat-x;
	background-position: top;
	color: #7c7c7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	direction: rtl;
	text-align: center;
	line-height: 18px;
}

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

a:hover
{
	text-decoration: underline;
}

#bodywrapper
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header 
{
}

#content
{
	clear: both;
}

#top-content
{
	margin: 0 auto;
	width: 940px;
	height: 414px;
	background-image: url("../images/top-info.jpg");
	background-repeat: no-repeat;
	position: relative;
	zoom: 1;
}

#logo
{
	position: absolute;
	top: 0;
	right: 0;
}

#clicks
{
	position: absolute;
	top: 82px;
	left: 18px;
	font-size: 12px;
}

#search-box
{
	position: absolute;
	top: 79px;
	left: 362px;
}

#top-links
{
	position: absolute;
	top: 0;
	left: 20px;
	width: 350px;
}

.top-link
{
	float: right;
	width: auto;
	height: 28px;
	line-height: 28px;
	color: #e5f19a;
	font-size: 14px;
	padding: 0 8px;
}

.top-link a
{
	color: #ffffff;
}

.top-link-current
{
}

.top-link-current a
{
	color: #ffffff;
}

#text
{
	clear: both;
	width: 513px;
	position: absolute;
	top: 162px;
	right: 35px;
	color: #272727;
	text-align: justify;
}

#short-text
{
	position: absolute;
	top: 346px;
	right: 319px;
	color: #000000;
	text-align: right;
	line-height: 22px;
	border-right: 5px solid #E7681B;
	padding-right: 8px;
}

#short-text a
{
	font-weight: bold;
	color: #4f87cb;
	text-decoration: underline;
	font-size: 14px;
}

#progress-bar
{
	clear: both;
}

#main-form
{
	clear: both;
	width: 905px;
	margin: 0 auto 5px auto;
}

#main-form-top
{
	clear: both;
	height: 0;
}

.main-form-middle
{
	clear: both;
	width: 855px;
	background-image: url("../images/form-middle.jpg");
	background-repeat: repeat-y;
	text-align: right;
	padding: 10px 25px 0 25px;
	display: none;
}

.main-form-one-col
{
	clear: both;
}

.main-form-one-left-right-col
{
	clear: both;
}

.main-form-right, #right-box
{
	float: right;
	width: 393px;
	padding-left: 15px;
}

.main-form-left, #left-box
{
	float: left;
	width: 393px;
	padding-right: 15px;
}

.main-form-right-s7
{
	float: right;
	width: 412px;
	padding-left: 15px;
}

.main-form-left-s7
{
	float: left;
	width: 412px;
	padding-right: 15px;
}

.main-form-one-col div, .main-form-right div, .main-form-left div
{
	padding-bottom: 5px;
}

#main-form-bottom
{
	clear: both;
	width: 905px;
	height: 16px;
	background-image: url("../images/form-bottom.jpg");
	background-repeat: no-repeat;
}

#right-box div
{
	line-height: 26px;
}

#left-box div
{
	line-height: 26px;
}

#footer
{
	font-size: 10px;
	color: #555555;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
	color: #5a5b4d;
}

form
{
	display: inline;
}

label
{
	float: right;
	width: 207px;
}

button
{
	clear: both;	
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/button.jpg");
	background-repeat: no-repeat;
	width: 106px;
	height: 29px;
	line-height: 29px;
}

input
{
	color: #7c7c7c;
	background: #ffffff;
	border: 1px solid #5a5b4d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
}

input.cbr
{
	color: #7c7c7c;
	background: #ffffff;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}

select
{
	color: #7c7c7c;
	background: #ffffff;
	border: 1px solid #5a5b4d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
}

select.d
{
	width: 59px;
}

textarea
{
	color: #7c7c7c;
	background: #ffffff;
	border: 1px solid #5a5b4d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
}

.long
{
	width: 387px;
}

.middle
{
	width: 200px;
}

.short
{
	width: 87px;
}

.short-middle
{
	width: 130px;
}

.error-msg
{
	color: #b40001;
	font-weight: bold;
}

.step-title
{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
	color: #5a5b4d;
}

.prev-step
{
	margin-left: 20px;
}

.next-step
{
	margin-right: 20px;
}

.clean-prev-step
{
	margin-left: 0;
}

#container { text-align: center; margin: 0 auto; width:500px; height:857px; background:url(../images/bg.jpg) center top no-repeat; position:relative;  }

#box01 { width:470px; margin: 0 auto 0; position:relative; display:inline-block; }
#box01 h2 { font-family:Arial, Helvetica, sans-serif; font-size:17pt; font-weight:normal; margin: 25px 0 15px; position:relative; float:right; direction:rtl; color:#3379ae; width:310px; text-align:right;  }
#box01 p { font-family:Arial, Helvetica, sans-serif; font-size:11pt; font-weight:normal; margin:0 0 10px; position:relative; float:right; direction:rtl; color:#333333; width:310px; text-align:justify;  }
#box01 .leftside { width:152px; margin: 15px 0 10px; position:relative; float:left; text-align:right;  }
#box01 .leftside img { width:152px; margin: 0 0 10px; border:none; }
#box01 a:link { font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; direction:rtl; text-align:right; color:#ea0001; text-decoration:underline;}
#box01 a:visited { font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; direction:rtl; text-align:right; color:#ea0001; text-decoration:underline;}
#box01 a:hover { font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; direction:rtl; text-align:right; color:#ea0001; text-decoration:none;}

#box02 { width:470px; margin: 30px auto 0; position:relative; display:inline-block;}
#box02 h2 { font-family:Arial, Helvetica, sans-serif; font-size:17pt; font-weight:normal; margin: 25px 0 15px; position:relative; float:right; direction:rtl; color:#3379ae; width:310px; text-align:right;  }
#box02 p { font-family:Arial, Helvetica, sans-serif; font-size:11pt; font-weight:normal; margin:0 0 10px; position:relative; float:right; direction:rtl; color:#333333; width:310px; text-align:justify;  }
#box02 .leftside2 { width:152px; margin: 15px 0 10px; position:relative; float:left; text-align:right;  }
#box02 .leftside2 img { width:152px; margin: 0 0 10px; border:none; }
#box02 a:link { font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; direction:rtl; text-align:right; color:#ea0001; text-decoration:underline;}
#box02 a:visited { font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; direction:rtl; text-align:right; color:#ea0001; text-decoration:underline;}
#box02 a:hover { font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; direction:rtl; text-align:right; color:#ea0001; text-decoration:none;}
