#right_box {
	background: url(../images/reports_right_box.jpg) top right no-repeat;
	color: #000;
}

#right_box h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 17px 15px 0 15px;
	line-height: 0.9em;
}

#right_box p {
	font-size: 11px;
	line-height: 1.2em;
	padding: 10px 15px 0 15px;
}

.less_margin {
	margin-top: 0;
}

h2.adj_padding {
	padding-bottom: 7px;
}

.body_copy {
	font-size: 11px;
	line-height: 1.2em;
}

a#download {
	display: block;
/*	border: 1px red solid;*/
	background: url(../images/reports_downloadbg.jpg) top left no-repeat;
	height: 40px;
	width: 437px;
	font-size: 20px;
	font-weight: bold;
	padding: 28px 0 0 15px;
	text-decoration: none;
	color: #fff;
}

div#div_download {
	background: url(../images/reports_downloadbg_hover.jpg) top left no-repeat;
}

a#download:hover {
	background: transparent;
}

a#download span {
	font-weight: normal;
	padding-left: 20px;
}

.extra_padding {
	padding-bottom: 10px;
}

#contact_form {
	font-size: 11px;
	padding-top: 10px;
}

#contact_form input {
	border: #C9CACC 1px solid;
	background-color: #fff !important;
	width: 170px;
	background: url(../images/contacts_inputbg_small.jpg) top left repeat-x !important;
}

#contact_form .input_small {
	width: 178px;
	padding-right: 10px;
}

#contact_form .row1 {
	float: left;
}

#contact_form div#form_address {
	clear: left;
	float: left;
	width: 376px;
}

#contact_form textarea {
	border: #C9CACC 1px solid;
	background-color: #fff !important;
	width: 358px;
	height: 58px;
	background: url(../images/contacts_inputbg_large.jpg) top left repeat-x !important;
}

#contact_form .row2_5 {
	float: left;
}

#contact_form div#form_enquiry {
	clear: left;
	float: left;
	width: 376px;
}

#contact_form input#send {
	float: left;
	background: url(../images/contacts_send.jpg) left no-repeat !important;
	height: 60px;
	width: 160px;	
	margin-top: 20px;
	border: none;
	font-size: 11px;
}

#contact_form div#send_button {
	background: url(../images/contacts_send_hover.jpg) left no-repeat !important;
}

#contact_form input#send:hover {
	background: url(../images/contacts_send_hover.jpg) left no-repeat !important;
}

#contact_form #legal_info {
	clear: both;
}

#contact_form #legal_info input {
	width: 1em;
	height: 1em;
}

.status {
	color: green;
	font-size: 11px;
	padding-top: 12px;
}

.error {
	color: red;
}