* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	}

HTML, BODY {
	height: 100%;
	}

BODY {
	background: #FFF;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	}

IMG {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	}

TABLE {
	border-spacing: 0;
	border-collapse: collapse;
	}

A {
	color: #428BCA;
	text-decoration: none;
	}
A:hover,
A:focus {
	color: #2A6496;
	text-decoration: underline;
	}

HR {
	height: 0;
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #5955A4;
	*border-top: 1px solid red;
	}

H1, H2, H3, H4, H5, H6 {
	margin: 20px 0 10px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	color: #323132;
	}
H4, H5, H6 {
	margin-top: 10px;
	}
H2 { font-size: 30px; }
H3 { font-size: 24px; }
H4 { font-size: 18px; }
H5 { font-size: 14px; }
H6 { font-size: 12px; }

P {
	margin: 0 0 10px;
	}

BUTTON,
INPUT,
TEXTAREA,
SELECT {
	display: inline-block;
	vertical-align: middle;
	*font-family: inherit;
	}
BUTTON,
INPUT[type="button"],
INPUT[type="submit"],
INPUT[type="text"],
TEXTAREA,
SELECT {
	height: 34px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background: #FFF;
	padding: 7px 12px 5px;
	color: #555;
	font-size: 14px;
	line-height: 20px;
	}
TEXTAREA {
	height: auto;
	}
BUTTON:focus,
INPUT[type="button"]:focus,
INPUT[type="submit"]:focus,
INPUT[type="text"]:focus,
TEXTAREA:focus,
SELECT:focus {
	border-color: #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	}
INPUT[type="button"],
INPUT[type="submit"],
BUTTON {
	background: #FBD813;
	border-color: #FBD813;
	color: #000;
	*background: #647982;
	*border-color: #647982;
	*color: #FFF;
	text-align: center;
	cursor: pointer;
	}
INPUT[type="button"]:hover,
INPUT[type="submit"]:hover,
BUTTON:hover {
	background: #5955A4;
	border-color: #5955A4;
	color: #FFF;
	*background: #ED3041;
	*border-color: #ED3041;
	*color: #FFF;
	}


.display-s, .display-sm, .display-m, .display-ml, .display-l,
.display-s, .display-m, .display-l {}
@media (max-width:770px) {
	.display-m, .display-ml, .display-l { display: none !important; }
	}
@media (min-width:771px) and (max-width:1000px) {
	.display-s, .display-l { display: none !important; }
	}
@media (min-width:1001px) {
	.display-s, .display-sm, .display-m { display: none !important; }
	}


#Header {
	position: relative;
	height: 40px;
	margin-bottom: -40px;
	background: #EEE;
	}
#Body {
	min-height: 100%;
	margin: 0 auto;
	max-width: 1000px;
	overflow: auto;
	padding: 60px 20px 80px;
	}
#Footer {
	position: relative;
	height: 60px;
	margin-top: -60px;
	padding: 25px;
	background: #EEE;
	font-size: 9px;
	line-height: 1;
	}

#Body TABLE {
	width: 100%;
	}
#Body TABLE *+TH,
#Body TABLE *+TD {
	padding-left: 10px;
	}

.BodyBlock {
	margin-top: 30px;
	}
@media (max-width:770px) {
	.BodyBlock { font-size: 11px; }
	}

#Logo, #SearchForm {
	float: left;
	width: 48%;
	margin-bottom: 20px;
	}
@media (max-width:770px) {
	#Logo, #SearchForm { width: 100%; }
	}
#SearchForm {
	float: right;
	border: 1px solid #DDD;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	padding: 15px;
	}
#SearchForm BUTTON,
#SearchForm INPUT,
#SearchForm TEXTAREA {
	display: block;
	width: 100%;
	}
#SearchForm TEXTAREA {
	resize: none;
	height: 34px;
	}

.btnCarrier {
	height: auto !important;
	padding: 5px 8px !important;
	}

.delivered {
	color: green;
	font-weight: bold;
	}
.delivered SPAN.description {
	padding-right: 15px;
	background: url("http://www.search.trackmytrakpak.com/_trackmytrakpak_images/ok.png") no-repeat right center;
	}