/* CSS - Form Index Quick Search */

#comp_index_quick_search {
	color:#3366CC;
}

#comp_index_quick_search .title {

	padding-left:20px;
	height:16px;
	background-image:url(../../img/icons/magnifier.gif);
	background-repeat:no-repeat;
	background-position:left;
	
}

#comp_index_quick_search .submit {

	width: 60px;
	height: 18px;
	padding: 18px 0 0;
	background: transparent url(../../img/button/search_btn.gif) no-repeat center top;

}

#comp_index_quick_search .submit:hover {

	background: transparent url(../../img/button/search_btn.gif) no-repeat 0 -18px;

}

.darkblue {

	color:#3366CC;
	
}

.lightblue {

	color:#3399FF;
	
}


.ind_qs_ck, .ind_qs_sel, .ind_qs_age {

	margin-top:12px;
	margin-bottom:12px;
	
}

.ind_qs_ck td {

	padding-left:40px;

}

.ind_qs_age {

	padding-left:20px;
	
}

.ind_qs_age label {

	margin-left:20px;
	
}

.ind_qs_age select {

	height:19px;
	width:50px;
	margin-left:5px;
	
}

.ind_qs_sel {

	padding-left:10px

}

.ind_qs_sel input {

	margin-left:20px;

}