/*******************************************************************************
 * CSS Puntalago - XcessLab.com - June 2007
 *******************************************************************************/
/**
 * - Genral styles
 *******************************************************************************/
div.content-contact {
	background: url(../images/puntalago/background/contact.jpg) 0 376px no-repeat;
	background-color: #A2BBE1;
}

h2.h2-contact {
	color: #009088;
}


/**
 * - Form tab styles
 *******************************************************************************/
div#contact-infos {
	float: left;
	padding: 0 0 18px 0;
}
div#contact-form {
	float: right;
	margin-right: 40px;
	padding: 0 0 15px 0;
}
div#contact-infos, div#contact-form {
	background: url(../images/puntalago/contact/border_bg.gif) top left repeat-y;
	width: 362px;
	position: relative;
}
div.border-top {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 1px;
	background: url(../images/puntalago/contact/border-top_bg.gif) top left no-repeat;
	width: 362px;
	height: 19px;
}
div.border-bottom {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 1px;
	background: url(../images/puntalago/contact/border-bottom_bg.gif) top left no-repeat;
	width: 362px;
	height: 22px;
}

h3 {
	position: relative;
	z-index: 100;
	text-align: center;
	color: #009BF5;
	font-weight: bold;
	font-size: 20px;
	border: 0px solid orange;
}
h3.box-title {
	position: relative;
	top: -14px;
	/*background-color: #A2BAE0;*/
}
h3 span {
	font-weight: bold;
	font-size: 20px;
	background-color: #A2BAE0;
	padding: 0 4px 0 4px;
}

h4 {
	color: #009BF5;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 0 0;
	border-bottom: 2px solid #009BF5;
	padding: 0 0 0 16px;
}

div#contact-infos p {
	text-align: center;
	margin: 0;
	padding: 0;
}

div#distances {
	padding: 0 20px 0 20px;
}
div#distances div.detail {
	clear: left;
	position: relative;
	z-index: 100;
	background-color: #BFCEEB;
	border-bottom: 1px solid #A2BAE0;
	font-weight: normal;
	padding: 0 0 0 0px;
	color: #fff;
	height: 20px;
}
div.col1, div.col2, div.col3 {
	float: left;
}
div.col1 {
	width: 150px;
	/*background-color: #A2BAE0;*/
	padding-left: 6px;
}
div.col2 {
	width: 60px;
	text-align: right;
	padding: 0 20px 0 0;
}
div.col2 span {
	color: #009BF5;
}
div.col3 {
	width: 70px;
	text-align: right;
}


/**
 * - Form styles
 *******************************************************************************/
label {
	color: #ffffff;
	background: url(../images/puntalago/contact/label_bg.gif) top left no-repeat;
	display: block;
	float: left;
	width: 126px;
	height: 20px;
	text-align: right;
	padding-right: 2px;
	margin: 1px 0 0 14px;
}
label#label-message {
	background: url() top left no-repeat;
}

div.form div {
	clear: left;
}
div.form input.text, div.form textarea.text, select, option {
	background: url(../images/puntalago/contact/input_bg.gif) top left repeat-x;
	float: left;
	width: 195px;
	background-color: #fff;
	border: 0px;
	font-size: 14px;
	padding: 3px 4px 1px 4px;
	margin: 0 0px 4px 2px;
	color: #009BF5;
}
div.form input.error, div.form textarea.error {
	background: url(../images/puntalago/contact/input-error_bg.gif) top left repeat-x;
	float: left;
	width: 195px;
	background-color: #FFE9E9;
	border: 0px;
	font-size: 14px;
	padding: 3px 4px 1px 4px;
	margin: 0 0px 4px 2px;
	color: #ff0000;
}
div.form input.focus, div.form textarea.focus {
	background: url(../images/puntalago/contact/input-focus_bg.gif) top left repeat-x;
	float: left;
	width: 195px;
	background-color: #F0FFE2;
	border: 0px;
	font-size: 14px;
	padding: 3px 4px 1px 4px;
	margin: 0 0px 4px 2px;
	color: #68C742;
}
div.form input.over, div.form textarea.over {
	background: url(../images/puntalago/contact/input-over_bg.gif) top left repeat-x;
	float: left;
	width: 195px;
	background-color: #E0EEFF;
	border: 0px;
	font-size: 14px;
	padding: 3px 4px 1px 4px;
	margin: 0 0px 4px 2px;
	color: #009BF5;
}
select {
	padding: 3px 2px 1px 4px;
	line-height: 12px;
}
option {
	float: none;
	background: none;
}

div.form textarea {
	overflow: hidden;
	height: 50px;
}
span.red {
	color: #CC0000;
}

div.form a.submit {
	position: relative;
	z-index: 100;
	clear: left;
	background: url(../images/puntalago/contact/button_bg.gif) top left no-repeat;
	display: block;
	width: 170px;
	height: ;
	border: 0px solid orange;
	padding: 1px 0 4px 34px;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 0 143px;
}
div.form a.submit:hover {
	color: #A2BAE0;
	background: url(../images/puntalago/contact/button_bg.gif) 0px -26px no-repeat;
}
div.form a.submit span.send {
	position: absolute;
	top: 3px;
	left: 9px;
	background: url(../images/puntalago/contact/email_go.png) top left no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}

/*
.text {
	border-width: 1px;
}
.over {
	border-width: 2px;
}
*/
div.error {
	border: 0px solid red;
	margin: 0 15px 5px 15px;
	color: red;
}
/**/

#phperror {
	color: #FF0000;
}

/*
.focus {
	background-color: #E0ECFF;
	border-width: 1px;
}
*/

form {
	margin-left: 0;
}

div#sending-mail {
	color: #fff;
	background: url(../images/puntalago/contact/sending-mail.jpg) center 60px no-repeat;
	height: 300px;
	text-align: center;
	font-weight: bold;
}
div#mail-sent {
	color: #fff;
	background: url(../images/puntalago/contact/mail-sent.jpg) center 90px no-repeat;
	height: 300px;
	text-align: center;
	font-weight: bold;
	padding: 0 40px 0 40px;
}

/*
textarea#message {
	height: 310px;
	width: 300px;
}
textarea#adresse {
	width: 200px;
}
a.submit {
	text-align: center;
	display: block;
	width: 140px;
	background: url(../images/puntalago/btns_envoyer.jpg) top right no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	margin: 30px 0 0 500px;
	padding: 20px 0 25px 0;
}
a.submit:hover {
	background: url(../images/puntalago/btns_envoyer.jpg) bottom right no-repeat;
}
*/
/**
 * - Form tab styles
 *******************************************************************************/
div#map {
	background: url(../images/puntalago/contact/map.jpg) top left no-repeat;
	width: 895px;
	height: 548px;
}