body {

	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Sans;
	background: url(http://cdn.faxprices.com/img/bg.png) repeat-x #cccccd;
	
}

a img { border:none; }

#mainwrapper {
	
	background: url(http://cdn.faxprices.com/img/body.png) repeat-x #f3f3f3;
	margin: 0 auto;
	width:500px;
	padding:20px 20px 0 20px;
	text-shadow: 0 2px 0 #fff;

}

#header {
	
	height:80px;
	background: url(http://cdn.faxprices.com/img/logo.png) no-repeat transparent;

}

.intro { font-size:14pt;  }

#index {

	text-indent: -999999px;
	display: block;
	width:100%;
	height: 100%;
	z-index: 1;

}

.box {

	padding:20px 0;

}

#content {

	color:#666;
	font-size:11pt;

}

h2 {

	background-color: #c2cc32;
	color:#fff;
	text-shadow: none;
	display: block;
	width:480px;
	padding:10px 50px 10px 10px;
	margin: 0 0 0 -20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	position: relative;

}

h2 small {

	display: block;
	position: absolute;
	top:10px;
	right:10px;
	width: 48px;
	height:19px;
	background: url(http://cdn.faxprices.com/img/tip.png) no-repeat transparent;
	text-indent:-999999px;
	
}

#button-search {

	display: block;
	margin: 0 0 0 -20px;
	padding:0;
	width:540px;
	height: 70px;
	text-indent: -999999px;
	font-size:1px;
	color:#cc3232;
	background: url(http://cdn.faxprices.com/img/bt-search.png) no-repeat #dd2121;
	background-position: 50% 0;
	border:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

}

#button-search:hover {

	background-position: 50% -68px;

}

hr {

	display: none;

}

#result {

	padding:20px 20px 100px 20px;
	width:auto;
	color:#666;
	text-shadow: 0 2px 0 #fff;
	background: url(http://cdn.faxprices.com/img/bubble.png) no-repeat #fff;
	background-position: 50% 100%;

}

#result #header {

	
	border: 20px solid #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}


#result table {

	border:none;
	border-collapse: none;
    border-spacing:0px;
	background-color: #fff;

}


#result table tr th,
#result table tr td {

	padding:10px;
	border:none;
	text-align: left;
	font-size: 11pt;
	color:#666;
	
}

#result table tr th {

	text-transform: uppercase;
	font-size: 10pt;
	line-height: 13px;
	color:#333;
	vertical-align: top;

}


#result table tr:nth-child(2n+2) td {

	background-color: #f3f3f3;

}

#result table tr td.special {

	background-color: #c2cc32;
	color:#fff;
	text-shadow: none;

}

#result table tr:nth-child(2n+2) td.special {

	background-color: #acb528;

}

#footer {
	
	background: url(http://cdn.faxprices.com/img/bottom.png) no-repeat transparent;
	padding-top:30px;
	margin: -20px auto 0 auto;
	width:540px;
	color:#455;
	font-size:8pt;
	text-shadow: 0 1px 0 #fff;

}

#footer p {

	padding:0 20px;
	margin:0 0 5px 0;
	

}

a:link, a:active, a:visited {

	color:#727a00;
	text-decoration: none;
	font-weight: bold;

}

#footer a:link, #footer a:active, #footer a:visited {

	color:#fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 1px 0 #999;

}

#footer a:hover, a:hover { color:#000; }
