/* ------------------------------------------------------------------------------------
 * cubes-company.de
 * contact_us.css -
 *
 * Author Bastian Schröder <bastian@creative-feat.com>
 * Version 2009-12-13
 * ------------------------------------------------------------------------------------ */

body div#contentframe h2 {
	margin: 0 0 15px 92px;
	color: #6d6c67;
	font-size: 20px;
}
body div#contentframe div#contact_content {
	margin-bottom: 30px;
}
body div#contentframe p.text_success {
	margin-left: 92px;
}


/* ------------------------------------- fomular -------------------------------------- */
body div#contentframe form {
	margin-left: 92px;
}
body div#contentframe form label,
body div#contentframe form div.label {
	display: block;
	margin-top: 5px;
}
body div#contentframe form label span.title,
body div#contentframe form div.label span.title {
	display: block;
}
body div#contentframe form label input,
body div#contentframe form label textarea {
	width: 380px;
	padding: 2px;
	border: 1px solid #bab9b9;
}
body div#contentframe form label textarea {
	height: 180px;
	font-size: 11px;
}
/* button */
body div#contentframe form div.submit_button {
	margin: 5px 0 0 286px;
}


/* ---------------------------------- contact_right ----------------------------------- */
body div#contentframe div.contact_right {
	float: right;
	width: 192px;
	padding: 281px 0 0 5px;
	background: url(../img/contact.jpg) no-repeat;
}
body div#contentframe div.contact_right span.phone {
	font-size: 18px;
	font-weight: bold;
	color: #b6ca00;
}
