div.error-messages {
	border-left: 5px solid red;
	padding-left: 20px;
}

#errorExplanation {

}

.error-messages p {
	font-weight: bold;
	color: red;
}

.error-messages li {
	color: black;
}

label {
	cursor: pointer;
}

fieldset legend {
	color:#3A3B3B;
	font-size:108%;
	font-weight:bold;
	padding-bottom: .8em;
	margin-left: 0;
	padding-left: 0;
}

fieldset ul, fieldset li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

fieldset ul {
	margin-bottom: 0;
}

fieldset {
	overflow: hidden;
	width: 100%;
	 margin-bottom: 2em;
}

fieldset li {
	background-color: #eeeeee;
	padding: 1em 0;
	display: block;
	overflow: hidden;
	width: 100%;
	clear: left;
}

fieldset li h3 {
	margin: 0 0 .4em 0;
}

fieldset li.alt {
	background-color: #f3f3f3;
}

input {
	margin-bottom: .4em;
}

label, .label {
	margin-bottom: .6em;
	float: left;
	width: 35%;
	text-align: right;
	margin-right: 1em;
	font-weight: normal;
	font-size: 93%;
	padding: 2px 0;
}

label.radio {
	display: inline;
	margin-right: 1em;
}

ul.submit, ul.submit li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* 
 * Text inputs
 */

input.text.medium {
 	width: 50%;
	padding: 2px;
}

textarea.textarea.medium {
 	width: 50%;
}

li.single-text input {
	margin: 0;
}

/*
 * Quote Request Form
 * Shipment Modes
 */ 

.shipment-directions {
	float: left;
	width: 100%;
	line-height: 1.4em;
	padding: 2em 0;
}

.shipment-direction {
	float: left;
	text-align: center;
}

.shipment-direction label.radio {
	margin-right: 0;
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	
}

.shipment-direction.import {
	text-align: center;
	width: 50%;
}

.shipment-direction.export {
	text-align: center;
	width: 50%;
}

.shipment-modes {
	padding-left: 0;
	padding-right: 0;
}

.shipment-modes label {
	display: block;
	float: none;
	width: auto;
	text-align: center;
}

.shipment-mode, .sea-mode {
	clear: both;
	float: left;
	width: 100%;
}

.sea-mode.FCL {
	padding-bottom: 1em;
}

.sea-modes {
	float: left;
	width: 60%;
}

.shipment-mode-option, 
.sea-mode-option {
	width: 40%;
	float: left;
	line-height: 2em;
	text-align: center;
}

.shipment-mode-option.Sea {
	margin-top: 3.5em;
}

.sea-mode-option {
	width: 25%;
}

.shipment-mode-option label,
.sea-mode-option label,
.sea-mode-details label {
 	display: block;
	margin-right: 0;
}

.shipment-mode-option .radio,
.sea-mode-option .radio {
	margin-right: 0;
}

.shipment-mode-details,
.sea-mode-details {
	float: left;
	width: 60%;
}

.sea-mode-details {
	width: 75%;
}

.shipment-mode-detail,
.sea-mode-detail {
	float: left;
	width: 140px;
	padding-right: 1em;
}

.fcl .sea-mode-detail {
	width: 61px;
}

.lcl .sea-mode-detail {
	width: 98px;
}

.shipment-mode-detail input.text.medium,
.sea-mode-detail input.text.medium {
	width: 100%;
}

/*
 * service types
 */

.service-type {
	clear: both;
	float: left;
	width: 25%;
	text-align: center;
	line-height: 3em;
}

.service-type h4.label {
	width: auto;
	display: block;
	float: none;
	margin-top: 1.6em;
}

.service-type-details {
	float: left;
	width: 75%;
}

.service-type-detail {
	float: left;
	width: 175px;
	padding-right: 1em;
}

.service-type-detail label {
	float: none;
	display: block;
	width: auto;
	margin-right: 0;
	text-align: center;
}

.service-type-detail .text.medium {
	width: 100%;
}

/*
 * Cargo description
 */

.hazardous-options {
	display: block;
	float: left;
	width: 50%;
}

.side-by-side {
	width: auto;
	display: inline;
	float: none;
}