@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------
# CnC Tour Management (Tour Search) - Version 1.0 - Licence Owner Curves n' Colors (Cn'C)
# ---------------------------------------------------------------------------------------
# Copyright (C) 2009 Curves n' Colors Pvt. Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Curves n' Colors Pvt. Ltd.
# Websites:  http://www.curvesncolors.com
# This file may not be redistributed in whole or significant part.
---------------------------------------------------------------------------------------*/


.toursearch{
}

.toursearch div{
float:left;
display:block;
width:100%;
margin:3px 0px 0px 0px;
padding:0px;
}

.toursearch div span{
display:block;
float:left;
width:40%;
color:#8eab53;
}

.toursearch div label{
display:block;
float:left;
width:60%;
font-size:11px!important;
}


.toursearch div select{
font-size:11px!important;
width:110px!important;
}


.tour-button{
float:left;
margin-left:40%!important;
}
