body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#F5F5F5;
}
input,select {
	font-size: 14px;
	padding-top:5px;
	width: 100%;
}
select, select:focus {
	overflow: hidden;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	height: 36px;
	line-height: 1;
	padding: 0px 0px 0px 4px;
	appearance: none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	/*-webkit-box-shadow:0 0 3px #999 inset; 
	-moz-box-shadow:0 0 3px #999 inset; 
	box-shadow:0 0 3px #999 inset;*/
}
input, input:focus {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	height: 36px;
	line-height:1;
	padding: 0px 0px 0px 4px;
	background: #fff;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	/*-webkit-box-shadow:0 0 3px #999 inset; 
   	-moz-box-shadow:0 0 3px #999 inset; 
   	box-shadow:0 0 3px #999 inset;*/
}
input[type="number"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	appearance: none;
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: -2px;
	margin-left: 0px;
}
.main-content{
    width: 100%;
    max-width: 250px;
    margin: auto;
    padding: 0 20px;
}
#topInfo{
	padding:4px;
	color:#9ec630;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	width:180px;
	margin-bottom:16px;
	*margin-bottom:14px;
}
#topInfoSpan{
	padding:1px;
	padding-left:7px;
	padding-right:6px;
	font-size:14px;
}
.input-extra-mini{
	height:15px;
	padding:0px;
}
.control-group.inline-controls .controls {
	width: 49%;
}
.controls{
	width: 100%;
	margin-bottom:-12px;
	position: relative;
	display: inline-block;
}
.control-label{
	margin-bottom:-20px;
	color:#333;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
}
#date-iphone{
	display:none;
}
#moving_date{
	background-color:#fff;
}
.datepicker{
    position: absolute;
    top: 0!important;
    bottom: 0;
    margin: auto;
    height: 231px;
}
.datepicker:before {
	display: none;
}
#date-control{
	margin-left:32px;
	*margin-bottom:5px;
}
#date-label{
	padding:0;
	margin-left:-22px;
}
#date-label-datepicker{
	margin-left:14px;
}
#date{
	width:55px;
}
#month{
	margin-left:17px;
	width:56px;
}
#year{
	width:64px;
}
#make_back{
	text-decoration: underline;
	cursor: pointer;
	text-align: right;
    display: block;
}
#make, #model, #transport, #running, #to_state{
	background: url("../png/arrowdown.png") no-repeat scroll right 5px top 12px #fff;
	width:100%;
}
#submit-button{
	font-size:18px;
	width:100%;
	height:40px;
}
#submit-icon{
	margin-top:4px;
}
#info-panel {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
	display: none;
	text-align: center;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}
#errorText{
    display: none;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #B94A48;
    width: 100%;
    text-align: center;
}
.dropdown-menu a {
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
}
.datepicker table {
	width: 233px;
}
.datepicker:after {
	left: 144px;
}
.datepicker:before {
	left: 143px;
}

select + label, input + label {
    position: absolute;
    top: 30px;
    transition: top 0.7s ease, opacity 0.7s ease;
    opacity: 0;
    font-size: 12px;
    font-weight: 400;
    color: #039146;
    left: 26px;
    pointer-events: none;
}
input:not(:placeholder-shown) ~ label, select:valid ~ label  {
    opacity: 1;
    top: 0;
    left: 4px;
}
input:not(:placeholder-shown), select:valid {
    padding: 13px 0px 0px 4px !important;
}
select:invalid {
	color: #999;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border: 1px solid #cccccc;
	box-shadow: none;
	color: #555555;
}
#make-control-other {
    display: none;
}
.from-to-wrap {
	position: relative;
}
.from-to-wrap .from-to-arrow {
    position: absolute;
    background-image: url(../png/vehicle-quote-arrow.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    left: -16px;
    top: 16px;
    width: 18px;
    height: 53px;
}
.sect-title:first-child {
	margin-top: 0px;
}
.sect-title {
    font-size: 15px;
    color: #555;
    margin-top: 15px;
}