﻿body 
{
    margin: 0;
    padding: 0;
}
/* --- Form Style TOP HALF --- */
.top_container
{
	background-color:#ffffff;
	width:1002px;
	height:auto;
	margin:0;
	padding:0;
}
.top_left_container
{
	float:left;
	width:216px;
	height:auto;
}
.small_logo_container
{
	width:216px;
	height:90px;
}
.top_right_container
{
	float:right;
	float:left;
	width:770px;
	height:auto;
}
.header_container
{
	width:780px;
	height:90px;
}

/* --- Form Style BOTTOM HALF --- */
.title
{
	width:1002px;
	height:auto;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-size: 24px; 
	color: rgb(0,102,153); 
	font-weight: bold;
}

.quote_form
{
	clear:both;
	width:1002px;
	height:auto;
	border: solid 1px black;
	font-family: Arial, Verdana, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-size:small;
	background-color:#EBECF6;
}

.spacer_container
{
	float:left;
	position:relative;
	width:4px;
	height:400px;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}

.red
{
	color:Red
}

.freight_container
{
	float:left;
	position:relative;
	width:247px;
	height:300px;
	background-color:#EBECF6;
	text-align:left;
}

.contact_container
{
	float:left;
	position:relative;
	width:100%;
	height:auto;
	text-align:left;
	background-color:#EBECF6;
}

.contact_container p
{
	margin-left:10px;
}

.quote_instructions
{
	clear:both;
	width:1002px;
	height:auto;
	text-align:left;
}
.quote_instructions_left
{
	float:left;
	position:relative;
	width:500px;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-size: 14px; 
	color: rgb(0,102,153); 
	font-weight: bold;
	padding-left:10px;
}
.quote_instructions_center
{
	float:left;
	position:relative;
	width:250px;
}
.quote_instructions_right
{
	float:right;
	position:relative;
	width:250px;
}

.origin_container, .pieces_container
{
	float:left;
	position:relative;
	width:49%;
	height:auto;
}
.destination_container, .weight_container
{
	float:left;
	position:relative;
	width:49%;
	height:auto;
}
.equip_freight_container
{
	float:left;
	position:relative;
	width:100%;
	height:auto;
}

/* -- Warehouse Quote Page -- */
.wh_quote_form
{
	clear:both;
	width:1002px;
	height:auto;
	border: solid 1px black;
	font-family: Arial, Verdana, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-size:small;
	background-color:#EBECF6;
}
.data_left_containter, .data_right_containter
{
	float:left;
	position:relative;
	width:492px;		/* <50% width */
	height:auto;
	padding-left:5px;
	background-color:#EBECF6;
}
.right_side_container
{
	float:left;
	position:relative;
	width:247px;		/* 25% width */
	height:auto;
	background-color:#EBECF6;
}
.wh_contact_container
{
	text-align:left;
	background-color:#EBECF6;
	height:auto;
}
.wh_submit_container
{
	text-align:left;
	background-color:#EBECF6;
	height:auto;
}

