body
{
	margin: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

#freight-calc
{
	border: solid 2px #005daa;
	padding: 10px;
	width: 350px;
	height: 234px;
	margin: 0px auto;
	background: url(truck.gif) no-repeat 300px 40px;
}

*html #freight-calc
{
	padding-bottom: 0px;
}

#freight-calc h1
{
	font-size: 14px;
	margin: -10px -10px 10px -10px;
	background: #005daa;
	color: #fff;
	padding: 6px;
	text-align: center;
}

#freight-calc h2
{
	font-size: 10px;
	margin: -10px -10px 10px -10px;
	background: #ddd;
	color: #666;
	padding: 6px;
	text-align: center;
	border-top: solid 1px #005daa;
}

label
{
	font-weight: bold;
	color: #666;
}

#zip-div
{
	display: block;
	float: left;
	width: 140px;
	height: 46px;
}

.zip-text
{
	border: solid 1px #444;
	width: 112px;
	font-weight: bold;
	color: Navy;
}

.weight-text
{
	border: solid 1px #444;
	width: 69px;
	font-weight: bold;
	color: Navy;
}

.weight-text-readonly
{
	background: #ddd;
}

#accessorials-div
{
	display: block;
	float: left;
	width: 150px;
	height: 46px;
}

#button-div
{
	display: block;
	clear: both;
	text-align: center;
}

#shippingDiv
{
	clear: left;
	margin-top: 10px;
	background: #54b848;
	border: solid 2px #336633;
	text-align: center;
	height: 38px;
	line-height: 40px;
}

#shippingDiv label
{
	color: #fff;
}

#progress-div
{
	clear: left;
	margin-top: 10px;
	background: #CAFF70;
	border: solid 1px #666;
	text-align: center;
	height: 40px;
	display: none;
}

#errorDiv
{
	clear: left;
	margin-top: 10px;
	background: red;
	border: solid 1px #666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: none;
	font-weight: bold;
	font-size: 12px;
}

#progress-div img
{
	margin-top: 5px;
}

.ship-rate
{
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-right: 10px;
}

.service-days
{
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#disclaimer
{
	font-size: 10px;
	color: #333;
	margin: 10px -10px 6px -10px;
	border-top: solid 1px #005daa;
	border-bottom: solid 1px #005daa;
	padding: 6px;
}

.button-mid
{
	display: block;
	float: left;
	padding: 4px;
	background: #ffff90;
	text-decoration: none;
	color: #666;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	width: 200px;
	margin-bottom: 20px;
}

html* .button-mid
{
	margin-bottom: 0px;
}

.button-mid:hover
{
	background: #999;
	color: #fff;
}

.button-side
{
	display: block;
	float: left;
	background: #666;
	width: 1px;
	height: 23px;
	margin-top: 1px;
	margin-bottom: 1px
}

.button-left
{
	margin-left: 138px;
}

*html .button-left
{
	margin-left: 69px;
}

