@charset "utf-8";
/* CSS Document */

/* --------- 1. Form Defaults  --------- */
	
#contactInfo, #companyInfo {
/*	width:390px;*/
	border:1px solid #CCC;
	position:relative;
	top:10px;
	margin:10px 0px 10px 0px ;
	padding:10px 10px 0px 10px;
	}
	
#companyInfo {
	position:relative;
	top:15px;
	}

#contactInfo legend, #companyInfo legend{
	font-size:1.2em;
	font-weight:bold;
	color:#F90;
	position:relative;
	top:-20px;
	margin:0px;
	padding:0px;
	background:#FFF;
	}
	
#contactInfo label, #companyInfo label{
	margin:0px 0px 3px 6px;
	padding: 3px 0px;
	cursor: hand;
	}
	
#contactInfo input, #contactInfo select, #companyInfo input, #companyInfo select {
		vertical-align: middle;
		border:#CCC 1px solid;
		padding:2px;
		}

/* --------- 2. Contact Information  --------- */
	
.address, .city, .zip, .contactname, .contacttitle, .phone, .email, .fax{
	width:282px;
	}
	
.address {
	margin:6px 0px 6px 38px;
	}
	
.city{
	margin:6px 0px 6px 65px;
	}
	
.stateprovince {
	margin:6px 0px 6px 58px;
	width:288px;
}

.zip{
	margin:6px 0px 6px 68px;
	}

.contactname {
	margin:6px 0px 6px 10px;
	}
	
.contacttitle {
	margin:6px 0px 6px 27px;
	}

.phone{
	margin:6px 0px 6px 51px;
	}
.email{
	margin:6px 0px 6px 57px;
	}

.fax{
	margin:6px 0px 10px 68px;
	}

.best{
	margin:10px 0px 10px 2px;
	/*margin:0px;
	position:relative;
	left:130px;
	top:-20px;
	bottom:0px;*/
	}
		
/* --------- 3. Company Information  --------- */

.companyInfo {
	margin-bottom:25px;
	}

.companyname {
	width:282px;
	margin:3px 0px 6px 0px;
	}
	
.companybusiness{
	width:242px;
	margin:6px 0px 6px 0px;
	}

.parentcompany{
	width:191px;
	margin:6px 0px 6px 0px;
	}

.numberemployees{
	width:190px;
	margin:6px 0px 6px 14px;
	}

.transportation{
	margin:10px 0px 6px 6px;
	}
	
.describe{
	width:375px;
	height:100px;
	margin:10px 0px 6px 7px;
	}

.relocating {
	width:179px;
	margin:6px 0px 6px 5px;
	}

.carrier{
	margin:10px 0px 0px 5px;
	padding-bottom:0px;
	}

.which_carrier {
	width:179px;
	margin:6px 0px 6px 5px;
	}

.contracts {
	width:373px;
	margin:6px 0px 6px 7px;
	}

.outside {
	margin:6px 0px 6px 5px;
	}

.organization {
	width:157px;
	margin:0px 0px 6px 5px;
	}

.service, .price, .management, .agency {
	width:15px;
	text-align:center;
	}
	
#companyInfo ul{
	position:relative;
	left:0px;
	}
	
#centerContent #companyInfo li{
	background:none;
	margin:0px;
	padding:5px 0px;
	}
	


