/* search */
.search {
	height:40px;
	overflow:hidden;
	float: left;
	margin-top: 19px;
	width: 180px;
	background-image: url(../images/bg-search.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	line-height: 25;
	
}
.searchholder {
	width:186px;
	overflow:hidden;
	float: left;
	height: 70px;
	
}
.search input.button {float:left;}
.search input.text {
	background:none;
	float:left;
	border:0;
	width:130px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #8F0909;
	font-weight: bold;
	text-align: center;
}


input,
textarea,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}

.search select.text {
	background:none;
	float:left;
	border:0;
	width:130px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #8F0909;
	font-weight: bold;
	text-align: center;
}


select,
textarea,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}


form,fieldset {
	margin:0;
	padding:0;
	border:none;
	background-color: transparent;
}

.intro {
	height:1%;
	overflow:hidden;
	padding:0 0 17px 2px
}
.main-form {
	float:left;
	width:410px;
	padding:24px 0 0;
	direction:rtl;
}
.main-form .row {
	height:1%;
	overflow:hidden;
}
.main-form .col01,
.main-form .col02,
.main-form .col03 {float:left;}
.main-form .col01 {
	width:78px;
	padding:38px 0 0;
}
.main-form .col02 {width:60px;}
.main-form input.checkbox {
	float:right;
}
.main-form .col02 label {
	color:#600;
	float:right;
	line-height:22px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.main-form .col03 {
	float:left;
	width:270px;
	padding:2px 0 0;
}
.main-form .col03 .row {padding-bottom:7px;}
.main-form .input {
	float:left;
	width:128px;
	height:28px;
	margin:0 0 0 7px;
	background:url(../images/bg-input.png) no-repeat;
}
.main-form input.text {
	border:0;
	padding:4px 11px;
	background:none;
	width:106px;
	color:#600;
}

.main-form select.text {
	border:0;
	padding:4px 11px;
	background:none;
	width:106px;
	color:#600;
}





.outtaHere {
	position:absolute;
	left:-3000px;
}




/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:right;
	margin-left:1px;
	width:21px !important;
	height:22px;
	overflow: hidden;
	background-image: url(../images/bg-checkbox.png);
	background-repeat: no-repeat;
	background-position: 2px -2px;
	margin-right:5px;
}
.radioAreaChecked {
	background-position:0  -22px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:right;
	margin-left:1px;
	width:21px !important;
	height:22px;
	overflow: hidden;
	background-image: url(../images/bg-checkbox.png);
	background-repeat: no-repeat;
	background-position: 2px -2px;
	margin-right:5px;
}
.checkboxAreaChecked {background-position: 0 -22px;}




/* Selects */
.selectArea {
	position: relative;
	height: 23px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:26px;
	height:100%;
	background: url(../images/select-button.png) no-repeat;
}
.selectArea .center{
	height: 23px;
	line-height:23px;
	display:block;
	padding:0 26px 0 19px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}
.input #select {
	background-color: transparent;
}
.wrap.date select {
}
#select {
	background-image: url(../images/bg-search.gif);
}

 .midrag_top_button 
{
    display:block;
    position:absolute;
    z-index:9999;
    margin-right:935px;
    margin-top:53px;
}
