#content_contact {
	background-image:url(../img/content_bg.png);
	background-position:593px bottom;
	background-repeat:repeat-y;
	float:left;
	margin-top:13px;
	min-height:300px;
	overflow:hidden;
	padding:10px 25px 50px 20px;
	width:555px;
	line-height: 1.5;
}

#contact_right_area {
	width: 200px;
	float: right;
	background-image: url("../img/contact_right_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#contact_right_area #text1 {
	float: left;
	height: 20px;
	width: 150px;
	text-align: left;
	padding: 5px 20px 10px 5px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 11px;
}

span.error {
	color:#840A0A;
	font-weight: bold;
}

#contact_right_area #text2 {
	float: left;
	overflow: hidden;
	width: 98px;
	text-align: left;
	padding: 3px 105px 2px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
}

a.contact {
	margin-top: -1px;
	font-weight: normal;
}

#contact_left_area {
	width: 280px;
	overflow: hidden;
	float: left;
	padding: 0px 40px 0px 0px;
}

/*****************************/

form {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

table.date_forma {
	margin-top: 15px;
	border-collapse: collapse;
}

table.date_forma tr td {
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0px 5px 0px 0px;
	background-repeat: no-repeat;
}

table.date_forma tr td.right {
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0px 5px 0px 0px;
	background-image: url("../img/contact_input_bg.png");
	background-position: right;
	width: 220px;
}

table.date_forma tr td.code {
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0px 5px 0px 2px;
	background-image: url("../img/contact_input_bg_code.png");
	background-repeat: no-repeat;
	height: 23px;
}

table.date_forma tr td.textarea {
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
	background-image: url("../img/contact_textarea_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 85px;
}

table.date_forma tr td.textarea_adresa {
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
	background-image: url("../img/contact_textarea_adresa_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 46px;
	vertical-align: top;
}

table.date_forma tr td.white {
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	background-image: none;
}

table.date_forma tr td.inf_obl {
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	background-image: none;
	font-weight: bold;
	font-size: 12px;
}

table.date_forma tr td.label {
	text-align: right;
	font-weight: bold;
	color: #b79cd9;
	background-image: url("../img/label_bg.png");
	height: 22px;
	font-weight: bold;
	color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
}

table.date_forma tr td.label_red {
	text-align: right;
	font-weight: bold;
	color: #840a0a;
	background-image: url("../img/label_bg.png");
	height: 22px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
}

input.input_text {
	border: 1px solid #fff;
	font-size: 12px;
	width: 200px;
	background-color: #fff;
	color: #000;
}

input.input_text_code {
	border: 1px solid #fff;
	font-size: 12px;
	width: 30px;
	background-color: #fff;
	color: #000;
}

input.input_text_varsta {
	border: 1px solid #fff;
	font-size: 12px;
	width: 20px;
	background-color: #fff;
	color: #000;
}

textarea.textarea_text {
	border: 1px solid #fff;
	font-size: 12px;
	color: #000;
	width: 290px;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 1px 1px 1px 1px;
	height: 68px;
}

textarea.textarea_text_adresa {
	border: 1px solid #fff;
	font-size: 12px;
	color: #000;
	width: 290px;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 1px 1px 1px 1px;
	height: 38px;
}

#content_contact table.date_forma tr td #button {
	width: 110px;
	height: 32px;
	background: transparent;
	background-image: url("../img/contact_button1.png");
	line-height: 32px;
	text-align: center;
	border: none;
	color: #fff ! important;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
}

.validation_image {
	border: 1px solid #9d81bf;
	margin-bottom: 1px;
}

#message_sent {
	background-image: url("../img/contact_msg_sent.html");
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 70px;
	margin: auto;
	padding-bottom: 65px;
	padding-top: 65px;
	text-align: center;
	width:300px;
	color: #3c0480;
	font-weight: bold;
}

#message_sent a {
	display: block;
	margin: 40px 50px 20px 20px;
	color: #3c0480;
	font-weight: bold;
	float: right;
}

a img {
	border: none;
}