/*
Default style for WP Query Search Filter plugin

Simply refer to this to styling your form


*/


/*the form div*/
#aqsfformid{
border:0px solid #ccc; 
width:100%;
height:160px;
  font-family: Questrial,serif !important;
  

}


#awqsf_search_form_162 label{
font-size:14px !important;float:left; color:#e9e9e9 !important;
}


#awqsf_search_form{padding:5px;border:1px #ccc solid;}
/*form title*/

/*each input div*/
.awqsf_box {margin-bottom:10px;

width:30%;
float:left;
}
/*dropdown box width*/
.awqsf_box select {
width:80%;
background:#fff;
border:2px solid #909090 !important;
color:#262626 !important;
padding:2px;

}






/*Label of each input*/
#awqsf_search_form label{font-weight:bold;font-size:13px !important;float:left; color:#e8e8e8 ;}
/*text search input width*/
input#awqsf_keyword{width:100%}
/*id of search button*/
#awqsf_submit{
float:right;

-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #909090 0%, #262626 100%) repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #262626;
    border-image: none;
  /*  border-radius: 2px 2px 2px 2px;*/
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
margin-right:-70px;
				   font-size:13px;
}

#awqsf_submit:hover{
opacity:0.8;
cursor:pointer;
	
		}

/*search button div and label*/
p.awqsf-button{text-align:center;width:90%;}
/*Checkbox field*/
label.taxcheckbox, label.cmfcheckbox{float:left;width:100%;}
/*radio field*/
label.taxradio, label.cmfradio{float:left;width:auto;padding-left:5px;}
/*text search field*/
label.awqsf-label-keyword{}

#aqsfformid .form_title{
font-size:25px;
color:#909090;

}
span.form_title{font-weight:normal;

line-height:45px !important;
}

#aqsfformid div{

}

.awqsf_box_button{
float:right;
width:100px;
bottom:22px;
position:absolute; right:80px;

}

.fs-desc .cmfradio-5,.fs-desc .cmfradio-6{
display:none;
}

#form_search2{
width:100%; 
height:185px; 
border:1px solid #e8e8e8; 
position:relative;
padding-left:10px;

}

#form_search2 label{
font-weight:bold;
color:#909090 !important;
}

#form_search2 select{

border:2px solid #e8e8e8 !important;
}

#form_search2 #aqsfformid .form_title{

color:#EDAA00;
}


#form_search2 .awqsf_box  {
width:16.5%;
}

#form_search2 .cmfradio-6, #form_search2 .cmfradio-5 {
padding-top:10px;

font-weight:normal;
}

#form_search2 .cmfradio-6 {

width:25% !important;

}

.cmfradio{

font-weight:normal !important;
}

#form_search2 #awqsf_submit{
float:right;
margin-right:-50px;
				  
}