/* global styles */
body {
	background-color: #FFF;
}

a:link, a:visited {
	color: #549ce4;
}

a:hover, a:focus {
	color: #4a4a48;
}

#container {
	border: 0;
	text-align: center;
}

#logo {
	background-image: url('../images/222001/logo.jpg');
	background-position: 250px 30px;
	padding-bottom: 120px;
}

#form {
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #97b48b;
	width: 440px;
	margin: 0 auto;
	text-align: center;
}

#form #processing {
	margin: 0 auto 30px;
	width: 244px;
	height: 44px;
	text-indent: -9000px;
	overflow: hidden;
	background: #97b48b url("../images/222001/processing.png") no-repeat
		center;
	border: 0;
	padding: 0;
}

#form #processing div {
	position: relative;
	left: 40px;
	top: -3px;
	width: 20px;
	height: 20px;
	background: url("../images/222001/rotator.gif") no-repeat center;
}

#form a#submit:link, #form a#submit:visited, #submit {
	margin: 0 auto 30px;
	width: 244px;
	height: 44px;
	text-indent: -9000px;
	overflow: hidden;
	background: #97b48b url("../images/222001/track_your_order.png")
		no-repeat center;
	border: 0;
	padding: 0;
}

#form a#submit:focus {
	
}

#form a#submit:hover {
	background: #97b48b url("../images/222001/track_your_order_hover.png")
		no-repeat center;
}

#form .form-item label {
	color: #4a4a48;
	position: relative;
	top: 18px;
	left: 36px;
	text-align: right;
}

#form .form-item .input {
	color: #4a4a48;
	font-weight: normal;
	float: none;
	position: relative;
	left: 43px;
	top: 10px;
}

#form .input input {
	color: #4a4a48;
	border: 0;
	border-bottom: 1px solid #c9c9c9;
	background-color: #f8f8f8;
	padding: 5px;
	font-size: 16px;
}

#form .form-item {
	width: 366px;
	height: 47px;
	margin: 0 auto 10px;
	text-align: left;
}

#form .last-name {
	margin-top: 30px;
	background: url("../images/222001/last_name.png") no-repeat center;
}

#form .phone-num {
	background: url("../images/222001/phone_number.png") no-repeat center;
}

#form .zip-code {
	margin-bottom: 30px;
	background: url("../images/222001/zip_code.png") no-repeat center;
}

#form h2 {
	display: none;
}

#form .msg {
	position: relative;
	top: 170px;
	margin-top: -60px;
}

#form .msg li {
	color: #b80e12;
}

#content {
	color: #4a4a48;
	border: 1px solid #dddddd;
}

#content .holder {
	width: 758px;
	border: 0;
}

#content table, #content table th, #content table td, #content table tr
	{
	border-collapse: collapse;
}

#content table td.summary {
	width: 50%;
	color: #214a82;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
}

#content table td.status {
	padding-top: 50px;
}

#content table td.summary h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px;
}

#content table td.summary label {
	color: #4a4a48;
}

#line-items {
	border: 0;
}

#line-items h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0;
}

#line-items table {
	border: 1px solid #999999;
	width: 100%;
}

#line-items table th {
	background-color: #999999;
}

#line-items table td {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#line-items table td, #line-items table th {
	padding: 5px 15px;
	font-size: 13px;
}