/* CIBLO 2008 - CONTACT */

/* Navigation overriding */
div#news { font-size: 12px; }
#navigation img.contactImage { float: right; margin-bottom: 1em; }
#navigation h2.topTitle { clear: both; }
#all #news h3 { font-size: 13px; clear: none;}
#news div.newsItem {
	border-top: 1px dotted #333; clear: both; padding: 0.5em 0;
	border-bottom: none;
}
#navigation div.text a { color: #c39; }

/* Main Content */
#content {
	font-size: 12px; margin-right: 26em;
	padding: 2.09em 1.25em 2.09em 2.09em;
}

#errorExplanation { width: 38.8em; }

form#contact { 
	background: transparent url(../images/back_form1.png) center top repeat-y; 
	width: 27em; position: relative; padding: 7em 6.5em 3em; margin: 1em 0;
}
#contactLogo { 
	background: transparent url(../images/salamandre_ciblo.png) top right no-repeat; 
	position: absolute; top: 1em; right: 1.5em; width: 7.5em; height: 7em;
}
p.field { float: left; margin-bottom: 0.6em; width: 100%; }
p.field label {
	float: left; width: 10em; line-height: 1.6em;
	font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.field input, p.field textarea {
	border: 1px solid #836e3e;
}
p.field input { float: right; padding: 1px 2px; width: 18em; }
p.field textarea { width: 100%; }

#contact p.submit { text-align: center; clear: left; margin: 1em 0; }
#contact p.submit input { 
	background: transparent url(../images/btn_send.png) bottom center no-repeat; 
	width: 11.1em; height: 2.8em; border: none;
	color: #fff; font-weight: bold; font-size: 14px;
}

