/*
 * Copyright 2009 Don Benjamin
 * Licensed under the Apache License, Version 2.0 (the "License"); 
 * you may not use this file except in compliance with the License. 
 * You may obtain a copy of the License at 
 *
 * 	http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, 
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
 * See the License for the specific language governing permissions and 
 * limitations under the License.
 */

.TextField {
	background:none;
}


.searchform-params {
	/*clear:left;*/
	width: 100%;
}

.searchform-param {
	/*clear:left;*/
	width:100%;
	display:block;
	margin-bottom: 10px;
}

.searchform-label {
/*display:block;*/
/*float: left;*/
	width: 35%;
	/*overflow: hidden;*/
	font-size:small;
	/*font-family: sans-serif;*/
	font-weight:normal;
	margin-right: 5px;
	margin-bottom: 5px;
   /* padding-top: 4px;*/  
}
.searchform-input-wrapper input {
/*float: left;*/
	/*text-align: left;*/
	width:25%;
	margin-bottom: 5px;
	position:absolute;
	left: 150px;

}
.searchform-note {
	font-size:small;
	position:absolute;
	left: 360px;
	top: 100px;
}

.searchform-input-wrapper select {
	width:40%;
	margin-top: 5px;
	position:absolute;
	left: 150px;
}


/*.searchform-input-wrapper select */
/*.DropDownField .searchform-param {

float: right;
display: block;
text-align: left;

}*/
.radio-button-wrapper  {
display:inline;
font-size:small;
margin-left: 5px;
left: 0px;
}

/*.radio-button-wrapper input*/
/*#sidebar .searchform-input-wrapper input,
.searchform-input-wrapper input,
.searchform-input-wrapper select{
       width: 100%;
}*/



/*.DropDownField {
position:relative;
float: right;
top: 0px;
right: 4px;
width: 45%;
}*/


.searchform-controls {
   /* clear: left;*/
    text-align: right;
}
.submit_button {
	border: none;
	width: 63px;
	height: 25px;
	background: transparent url(search.png) no-repeat top left;
}


*+html #sidebar .searchform-input-wrapper input {
/* IE7 */
	height: 18px;
	top: 0px;
	border : 0px solid #ffffff; 
}

#sidebar .searchform-input-wrapper input{
	position:relative;
	left: 40px;
	width: 178px;
	height: 21px;
		
	top: 0px;
	
	color: #0052CF;
	border:none;
}
#sidebar .searchform-param {
    clear: left;
    display: block;
    float: left;
	background:none;
		
}
*+html #sidebar .searchform-params {
/* IE7 */	
	top: -18px;	
}

#sidebar .searchform-params {
	/*  clear: left;
	display: block;
	float: left;*/
	position:relative;
	top: 0;
	
	left: 0px; /*14px;/*43px;*/
	color: #0052CF;
	width: 229px; /*186px;*/
	height: 29px;
	border: none;
	background: transparent url(search_box1.png) no-repeat top left;
	padding-top: 10px;
	outline: none; 
		
}
#sidebar .searchform-label {
	display:none;
}


.searchform-spoiler {
	width: 100%;
	text-align: center;
	size: 0.5em;
	opacity: 50%;
	margin: 5px;
}

#sidebar_advanced_link
	{
	font-size: 12px;
	display: block;
	position:absolute;
	top: 221px; /*259px; need to change this later*/
	right: 15px;
	padding: 0 5px 0 5px;
	background: #0052CF;
	color: #fff;
	}


#sidebar .submit_button {
	clear: left;
	/*text-align: right;*/
	position:absolute;
	top: 234px; /*272px; need to change this later*/
	right: 7px;
	display: block;
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 39px;
	background: transparent url(search_submit.png) no-repeat top left;
	/*text-indent: -5000px;*/	
}



















