/* CSS Document */
div#innerContent {
	float: right;
}
div#innerContent_right {
	padding: 0;
}

/* Control of contact layout */
div#contact_form {
	float: right;
	width: 50%;
	background: url(../images/content_rightbg.jpg) right top repeat-y;
}
/*
div#contact_data h3, div#contact_form h3 {
	margin: 0 0 0 13px;
	padding: 10px 0 0 0;
}
*/
div.data_container {
	background: url(../images/shadeRight.jpg) right top no-repeat;
	margin: 0 6px 0 13px;
	padding: 10px 20px 10px 15px;
}

/* Form style */
form#send_message {
	margin: -10px 0 0 0;
}
form#send_message label {
	padding: 10px 0 0 0;
}
label.text_input {
	display: block;
	height: 56px;
	background: url(../images/input_bg.jpg) bottom left no-repeat;
}
form#send_message label input, form#send_message label textarea {
	background: none;
	border: none;
}
label.text_input input {
	width: 269px;
	margin: 9px 10px;
}
label.text_area textarea {
	width: 269px;
	margin: 9px 10px;
	height: 145px;
}
form#send_message label span {
	display: block;
	color: #68899C;
	font-size: 13px;
	padding: 0 0 3px 0;
}
label.text_area {
	display: block;
	height: 183px;
	background: url(../images/textarea_bg.jpg) bottom left no-repeat;
}
p.send_btn  {
	margin: 10px 0;
	width: 99px;
	background: url(../images/btn_send_over.jpg) no-repeat;
}
p.send_btn  a {
	display: block;
	width: 100%;
	height: 31px;
	background: url(../images/btn_send.jpg) no-repeat;
}
p.send_btn a:hover {
	background: url(../images/btn_send_over.jpg) no-repeat;
}

/* Sent message raport */
div#message_confirm h3 {
	padding: 0 0 0 17px;
	background: url(../images/ico_checkmark.jpg) left 1px no-repeat;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #68899C;
}
div#message_confirm h3 span {
	display: block;
	color: #FEFEFE;
}
div#message_confirm p {
	margin: 20px 0 0 11px;
}
div#message_confirm p a {
	margin: 0 0 0 11px;
	padding: 0 0 0 8px;
	background: url(../images/linkArrow.png) left center no-repeat;
}
div#message_confirm p a:hover {
	background: url(../images/linkArrow_over.png) left center no-repeat;
}


/* Common overrides */

div.floatReset {
	display: none;
}
div.exploderFix {
	display: none;
}
