/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* ------------------ Contact ---------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

#contact_address {
	position	: absolute;
	top			: 155px;
	left		: 1px;
	width		: 180px;
	padding-top	: 40px;
	font-size	: 1.1em;
	color		: #fff;
}

#contact_address a {
	color		: #fff;
}

#contact_picture {
    background	: url('../images/content/contact/right_image.jpg') no-repeat center center;
	position	: absolute;
	top			: 155px;
	left		: 680px;
	width		: 282px;
	height		: 375px;
}

#contact_form {
    background		: url('../images/content/contact/background.jpg') no-repeat center center;
	position		: absolute;
	top				: 155px;
	left			: 186px;
	width			: 445px;
	height			: 346px;
	padding-top		: 30px;
	padding-left	: 40px;
	font-size		: 1.2em;
}

#contact_form_form {
	width	: 100%;
}

.contact_form_td_left {
	width	: 120px;
}

.contact_form_td_middle {
	width	: 5px;
}

.contact_form_input {
	border				: 1px solid #aaa;
	background-color	: #101010;
	color				: #fff;
	font-family			: Arial, Tahoma, Helvetica, sans-serif;
	width				: 270px;
}

.contact_form_submit {
    background		: url('../images/content/contact/bu_valid.jpg') no-repeat center center;
	width			: 118px;
	height			: 25px;
}
