body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(images/bg.png) repeat;
	font-family: 'Helvetica';
}
a{
	color: #6c3800;
	text-decoration:none;
}
a:hover{
	color: #fff;
}
@font-face {
    font-family: 'Custom';
    src: url('fonts/visitor2-webfont.eot');
    src: url('fonts/visitor2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/visitor2-webfont.woff') format('woff'),
         url('fonts/visitor2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}.wrap {
	width: 100%;
}
.row {
	width: 900px;
	margin: 0 auto;
}
p {
	margin: 0 auto;
	padding-top: 45px;
	width: 700px;
	color: #564931;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}
#outer {
	min-height: 550px;
	background: url(images/background.png) top center no-repeat;
}
#inner { padding-top: 50px;}
#title {
	margin: 0 auto;
	width: 615px;
	height: 47px;
	background: url(images/title.png) no-repeat;
}
#input_container {
	margin: 0 auto;
	margin-top: 30px;
	width: 448px;
	text-align:center;
}
.input {
	width: 448px;
	height: 39px;
	line-height: 30px;
	text-indent: 10px;
	font-family: 'Custom';
	color: #705f3d;
	border: none;
	background: url(images/input.png) no-repeat;
}
.button {
	margin: 0 auto;
	margin-top: 10px;
	cursor: pointer;
	width: 88px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Custom';
	color: #705f3d;
	border: none;
	background: url(images/button.png) no-repeat;
}
.button:hover {
	opacity: .75;
}
#report_container {
	margin: 0 auto;
	padding-top: 20px;
	width: 446px;
	font-family: 'Custom';
	color: #564931;
}
#report_container .t_r_box {
	width: 446px;
	height: 9px;
	background: url(images/report_01.png) no-repeat;
}
#report_container .m_r_box {
	width: 446px;
	background: url(images/report_02.png) repeat-y;
}
.m_r_box .padding {
	padding: 0px 15px 0px 15px;
}
.m_r_box .l_side {
	float: left;
	width: 79%;
	line-height: 25px;
	font-family: Helvetica;
	font-size: 11px;
}
.m_r_box span.white {
	color: #fff;
}
.m_r_box span.green {
	color: #88ff39;
}
.m_r_box span.red {
	color: #ff0000;
}
.m_r_box span.yellow {
	color: #ffd200;
}
.m_r_box .r_side {
	float: left;
	width: 20%;
}
.m_r_box .r_side a.alert {
	display: block;
	margin: 10px 0px 0px 5px;
	width: 77px;
	height: 70px;
	background: url(images/alert.png) no-repeat;
	opacity:.6
}
.m_r_box .r_side a.alert:hover {
	opacity: 1;
}
#report_container .b_r_box {
	width: 446px;
	height: 10px;
	background: url(images/report_03.png) no-repeat;
}
#footer {
	margin: 0 auto;
	width: 268px;
	height: 171px;
	color: #4f3921;
	font-family: 'Custom';
	text-align: center;
	line-height: 17px;
	background: url(images/footer.png) no-repeat;
}
#footer .padding {
	padding-top: 70px;
}
#footer a {
	color: #6c3800;
	text-decoration: none;
	font-family: 'Custom';
}
#footer a:hover {
	color: #fff;
}
.spacer {
	clear: both;
}
.message {
	width: 982px;
	height: 40px;
	line-height: 40px;
	text-indent: 70px;
	font-family: 'Custom';
	margin-bottom: 10px;
}
.success {
	color: #448333;
	background: url(../images/success_message.png) no-repeat;
}
.error {
	color: #830202;
	background: url(../images/error_message.png) no-repeat;
}
.info {
	color: #334483;
	background: url(../images/info_message.png) no-repeat;
}
