/*Foglio di stile per la pagina dei contatti*/

#IndexContact {
	margin-left:2px;
	padding-left:2px;
	width: 737px!important;
	width: 739px;
	min-height: 300px;
	height: auto!important;
	height: 300px;
}
#BoxContactSx {
	float: left;
	margin-left: 20px;
	width: 330px;
}
#BoxContactDx {
	float: left;
	margin-left: 25px;
	width: 360px;
}

fieldset.ContactForm {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: none;
	font: bold 11px Tahoma, Arial, Verdana;
	background: url(../image/layout/bg_form_contact_bot.png) bottom left no-repeat;
}
fieldset.ContactForm div.form_top {
	margin: 0px;
	padding: 22px 20px 0px 20px;
	width: 320px!important;
	width: 360px;
	height: 18px!important;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #8C4600;
	background: url(../image/layout/bg_form_contact_top.png) top left no-repeat;
}
fieldset.ContactForm div.form_top span {
	padding: 8px 0px 0px 28px;
	background: url(../image/form.png) 0em 0em no-repeat;
}

fieldset.ContactForm div.form_body {
	margin: 0px;
	padding: 0px;
	width: 360px;
	min-height: 190px;
	height: auto!important;
	height: 190px;
	background: url(../image/layout/bg_form_contact_mid.png) top left repeat;
}
fieldset.ContactForm div.form_left,
fieldset.ContactForm div.form_right,
fieldset.ContactForm div.form_fullrow  {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 143px;
	min-height: 40px;
	height: auto!important;
	height: 40px;
	font: bold 11px Tahoma, Arial, Verdana;
}
fieldset.ContactForm div.form_fullrow  {
	width: 286px;
}

fieldset.ContactForm form {
	margin: 0px 12px;
	padding: 10px 25px 0px 25px;
	min-height: 180px;
	height: auto!important;
	height: 190px;
	background: url(../image/layout/world_contact.png) top left no-repeat;
}
fieldset.ContactForm input.text {
	padding: 2px;
	width: 119px!important;
	width: 125px;
	height: 16px!important;
	height: 22px;
	font: normal 11px "Trebuchet MS", Arial, Verdana;
	color: #001B35;
	border: 1px solid #7B9EBD;
	background: url(../image/layout/bg_contact_input.png) top left repeat-x;
}
fieldset.ContactForm textarea.texta {
	padding: 2px;
	width: 262px!important;
	width: 268px;
	height: 79px!important;
	height: 85px;
	font: normal 10px "Trebuchet MS", Arial, Verdana;
	color: #001B35;
	border: 1px solid #7B9EBD;
	background: url(../image/layout/bg_contact_texta.png) top left repeat-x;
}
fieldset.ContactForm input.pulse {
	margin: 0px 0px 0px 47px;
	width: 62px;
	padding: 1px 0px 2px 0px;
	height: 22px;
    font: bold 12px Tahoma,Arial,sans-serif;
	color: #003366;
	text-align: center;
	cursor:pointer;
}

ul.ContactList {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font: normal 11px Tahoma,Arial,sans-serif;
	color: #007EFD;
	line-height: 18px;
	background: url(../image/layout/bg_contact_top.png) 0 0 no-repeat;
}
ul.ContactList li.top {
	padding: 20px 0px 0px 50px;
	height: 20px!important;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #8C4600;
}
ul.ContactList li.sede {
	background: url(../image/sede.png) 1.6em 1.15em no-repeat;
}
ul.ContactList li.phone {
	background: url(../image/phone_fax.png) 1.6em 1.15em no-repeat;
}
ul.ContactList li.mail {
	background: url(../image/email.png) 1.6em 1.15em no-repeat;
}
ul.ContactList li.clock {
	background: url(../image/clock.png) 1.6em 1.15em no-repeat;
}
ul.ContactList li.mid {
	padding: 0px 0px 0px 50px;
	text-align: left;
	background: url(../image/layout/bg_contact_mid.png) 0 0 repeat-y;
}
ul.ContactList li.mid2 {
	padding: 0px 0px 0px 40px;
}
ul.ContactList li.mid span {
	color: #003366;
}
ul.ContactList li.mid a:link,
ul.ContactList li.mid a:visited {
	padding-left: 10px;
	background: url(../image/contact_link.gif) 0 0 no-repeat;
	text-decoration: none;
	color: #F07800;
}
ul.ContactList li.mid a:hover {
	text-decoration: underline;
	color: #844200;
}
ul.ContactList li.bot {
	height: 25px;
	background: url(../image/layout/bg_contact_bot.png) 0 0 no-repeat;
}
