input[type="text"]
	{
		height:36px !important;
		border:1px solid #f0efed;
		    background-color: #f0efed;
	}
	#customTrip .btn {
    padding: 6px 10px !important;
}

	input[type="email"]
	{
		height:36px !important;
		border:1px solid #f0efed;
		    background-color: #f0efed;
	}
	input[type="number"]
	{
		height:36px !important;
		border:1px solid #f0efed;
		    background-color: #f0efed;
	}
	select
	{
		height:36px !important;
		border:1px solid #f0efed !important;
		    background-color: #f0efed;
	}
	textarea.form-control
	{
		height:50px !important;
		    background-color: #f0efed;
		    padding:12px 12px;

	}
	input[type="checkbox"] {
    float: left;
    margin: 18px 1px 10px 0px;
    width: 50px;
     zoom: 0.4 !important;
}
.page-header {
    background: #124680;
    margin: 0px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #a5a0a0;
    color: #fff;
    text-transform: uppercase;
}
	.btn-primary
	{
		color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
	}
	.form-control
	{
		height:36px !important;
		    background-color: #f0efed;
		     box-shadow:none !important;
		     border-radius:0px;
	}
   label
   {
   	text-align: left !important;
    font-size: 14px !important;
   }
	small
	{
		font-size:10px;
	}
	.btn-danger
	{
		height: 35px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    background: #ea0e37;
	}
	input[type="text"]
	{
		    padding: 0px 10px 0px 5px;
    font-size: 13px;
	}
	.banner
	{
		display:none;
	}
	.btn
	{
	text-transform: uppercase;
	font-size:12px;
   height:30px !important;
   border-radius: 0px !important;
	}
	.well h2
	{
		font-size: 20px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
	}
	.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #124680;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.form-horizontal .control-label
{
	line-height:18px;
}
.well p
{
	color:#fff;
}