﻿.module-135 .no-box
{
    padding-left: 15px;
}
.body .module-135 h2
{
    padding-top: .3em;
}
.module-135-introduction
{
    margin-bottom: 1.4em;
}
.module-135-visible
{
    display:block;
}
.module-135-hidden
{
    display:none;
}
.body .module-135 label.required
{
    font-weight: bold;
    width: 200px;
    padding-right: 0;
}
.no-box .module-135-notice-area
{
    padding-right: 20px;
}
.module-135-notice-area p
{
    padding: .4em .8em .6em .8em;
    margin: .2em 0 1.4em 0;
}
.module-135-notice-area .module-135-error-notice
{
    color: #b70e0e;
    background: #f0c1c1;
}
.module-135-notice-area .module-135-success-notice
{
    color: #186abd;
    background: #d6e5f5;
}
.module-135-email-area, .module-135-phone-area, .module-135-location-area, .module-135-details-area, 
.module-135-service-area, .module-135-name-area, .module-135-vehicle-area
{
    padding-bottom: 10px;
}
.module-135-email-area label, .module-135-phone-area label, .module-135-details-area label,
.module-135-details-area label, .module-135-name-area label, .module-135-location-area label, 
.module-135-service-area label, .module-135-vehicle-area label
{
    display: block;
    float: left;
    width: 187px;
    padding: 4px 13px 0 0;
    text-align: right;
}
.module-135-email-area input, .module-135-phone-area input, .module-135-name-area input,
.module-135-details-area textarea, .module-135-service-area select, .module-135-location-area select,
.module-135-vehicle-area textarea, .module-135-vehicle-area input
{
    display: block;
    float: left;
    width: 290px;
    background: #fff;
    border: solid 1px #999;
    padding: 2px 6px 3px 6px;
    min-height: 16px;
    margin-left: 10px;
}
.module-135-service-area select, .module-135-location-area select
{
	width: 302px;
}
.module-135-details-area textarea
{
    height: 80px;
}
.module-135-vehicle-area textarea
{
    height: 60px;
}

.body .module-135-email-area input.disabled
{
    border-color: #fff;
    padding-left: 0;
}
.module-135-submit-area
{
    padding: 10px 0 16px 20px;
}
.module-135-submit-area input
{
    padding: 4px 12px;
}
.module-135-submit-area .send-button-area
{
    float: right;
    width: 505px;
}
.module-135-notice
{
    display: block;
    float: left;
    width: 370px;
    margin-left: 10px;
    padding: 3px 6px 4px 20px;
    min-height: 16px;
    background: transparent url(validation-notice-square.png) left top no-repeat;
    color: #fff;
}

.module-135 .module-135-bay-manager a {
	display: block;
	width: 340px;
	padding: 8px 40px 0 20px;
	height: 32px;
	background-image: url(bay-manager-link.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: medium;
	color: #1F5684;
	text-decoration: none;
}
.module-135 .module-135-bay-manager a:hover
{
    color: #fff;
    background-position: 0 -40px;
    text-decoration: none;
}

.module-135 .vehicle-select
{
    display: none;
    clear:none;
    float:left;
    margin-right:10px;
    padding-top: 5px;
    padding-left: 10px;
}
.module-135-introduction
{
	padding-bottom: 10px;
}