@charset "utf-8";
/* CSS Document */

.leftside
{
	background:url(../imgs/bg/bg-main-contatti.jpg) center;
    /*background-color:#C00;*/
}

.leftside p
{
    height:100%;
    padding:10px 20px 10px 10px;
    font-size:12px;
	background:url(../imgs/bg/bg-grey.png); 
}

.rightside
{
	background:url(../imgs/bg/bg-grey.png); 
}


/* ++++++++++++++++++++++ form ++++++++++++++++++++++++++*/

h4{
	font-weight:normal;
	margin:10px;
}


h5{
	font-size:10px;
	font-weight:normal;
	padding:0px; margin:0px 0px 0px 10px;
}

#contatti-form{
	position:relative;
	overflow:hidden;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.tbMain{
	margin:0px 15px 20px 15px;
	padding-top:10px;
}

.tbMain tr td{
	padding-bottom:2px;
}

.tbTextbox{
	width:112px;
}

.tbTextbox2{
	width:507px;
}

.tbTextbox3{
	width:297px;
}

.tbTextarea{
	width:588px; height:120px;
}

.tb-pdgrt{
	padding-right:5px;
}

.tbTXT{
	text-align:left;
	padding-right:5px;
}

.tbTitle{
	font-weight:700;
}

.input-style{
	border: 1px solid rgb(195, 195, 195); 
	background-color: rgb(249, 249, 249); 
}

#bt-invia{text-align:center; /*padding-right:2px;*/}

#bt-cancella{text-align:left; padding-left:2px;}

.bt-inv-canc{
	font-family: Tahoma; 
	font-size: 8pt; 
	border: 1px solid #C3C3C3; 
	background-color: #EBEBEB; 
	width:52px;
}