﻿/** 
CSS creato da: Riccardo Tartaglia 
E-Mail: tartaglia.riccardo@gmail.com
www.icircle.it
**/


/***********STYLE TABLE**************/
.contatti{
width:450px;
margin:auto;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size: 12px;
}

.contatti td{
text-align:left;
}
/*************END********************/



/***********STYLE FORM***************/

.campiform {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 12px;
  padding: 2px 3px;
  border: solid #cccccc 1px;
  width: 200px;
}
  
.bottoniform{
padding:0;
width:50px;
font: 11px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
border: solid #000 1px;
background-color:#ffffff;
cursor:pointer;
margin-left: 350px;
}

.bottoniform:hover{
background-color:#d6d6d6;
}
/*************END********************/
.contDescIscr{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	padding:15px 0;
}

.contDescIscr a{
	color: #263400;
	text-decoration: underline;
}

.contDescIscr a:hover{
	color: #263400;
	text-decoration: none;
}

.mailErr{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	padding:15px 0;
	color:#b40303;
	text-align: center;
	font-weight: bold;
}

.contButtInvia{
	padding: 0;
}

.contForm{
	margin-top: 15px;
	float: left;
	width: 100%;
}

.contForm a{
	color: #263400;
	text-decoration: underline;
}

.contForm a:hover{
	color: #263400;
	text-decoration: none;
}

.Stile4 {color: #263400; font-weight: bold;}


