
input.tdInputBoxText, select.tdInputBoxText{
	border: 1px solid #DADADA;
	color: #000;
	height: 24px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 95%;
	font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
}

form[name="buildTrip"] td {
vertical-align: top;
}

select.tdInputBoxText{
    background: #FFF url('../img/down-arrow.png') no-repeat right;
    background: #FFF url('../img/down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	width: 100%;
	height: 24px;
}

.load_category{
background: #000;
opacity: 0.4;
position: fixed;
width: 100%;
height: 100%;
z-index: 99;
display: none;
}

.window_category{
position: fixed;
width: 600px;
height: 300px;
z-index: 999999999;
opacity: 1;
top: 25%;
left: 30%;
display: none;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
background-clip: padding-box;
outline: 0;
}


.window_category header{
min-height: 15%;
margin: 2px;
border-bottom: 1px solid #CCC;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
}

.window_category header h3{
width: 70%;
float: left;
}

.window_category  .fa-close{
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
cursor: pointer;
}

.window_category section{
min-height: 64%;
}
.window_category_parrent{
width: 100%;
height: 100%;
position: absolute;
}

.window_category footer{
min-height: 15%;
margin: 2px;
border-top: 1px solid #CCC;
font-size: 14px;
font-weight: bold;
text-align: right;
padding-top: 7px;
}

button.close{
color: #333;
background-color: #ebebeb;
border-color: #adadad;
}

.btn{
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

button.submit{
color: #fff;
background-color: #428bca;
border-color: #357ebd;
}

.category_selecter{
width: 24%;
height: 30%;
float: left;
margin: 3px;
cursor: pointer;
}

.category_selecter div {
	position: absolute;
	color: #000;
	z-index: 1;
	width: 24%;
	height: 30%;
}

.width30 div {
	width: 32%;
	height: 30%;
}

.aircharter-box{
	color: #000;
	margin: 10px;
}

.category_selecter img{
position: absolute;
width: 24%;
height: 30%;
z-index: 9;
}
.width30 img{
width: 32%;
}

.selected20{
width: 24%;
height: 30%;
position: absolute;
background: rgba(38, 128, 186, 0.22);
opacity: 0.6;
border-radius: 6px;
border: 2px solid rgba(38, 128, 186, 0.66);
color: #000;
}

.selected30{
width: 32%;
height: 30%;
position: absolute;
background: rgba(38, 128, 186, 0.22);
opacity: 0.6;
border-radius: 6px;
border: 2px solid rgba(38, 128, 186, 0.66);
color: #000;
}

.width30 {
width: 32%;
}