/*corpo sito*/
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #2C79AD;
}
#header {
	position: relative;
	width: 900px;
	height: 120px;
	margin-left: 20px;
	margin-top: 20px;
	border-bottom: 1px dashed #ccc;
	background-image: url(skin/header.gif);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	width: 880px;
	margin-left: 20px;
	padding: 10px;
}
#col_sx {
	position:relative;
	float:left;
	width:290px;
	height:auto;
	padding-right: 9px;
	border-right: 1px solid #2F84BD;
	}
#col_dx {
	position:relative;
	float:right;
	width:570px;
	padding-left:10px;
	height:auto;
	}

/*form*/
label {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	}
select {
	width:280px;
	margin: 10px 0 10px 0;
	background-color: #3087C0;
	border:1px dashed #266B99;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, serif;
	font-size: 12px;
	color: #fff;
	}
select:hover {
	background-color: #266C9B;
	border:1px dashed #AAD0EA;
	}
select OPTION{
	font-weight: normal;
	color: #fff;
	}
.input {
	width:280px;
	margin: 10px 0 10px 0;
	background-color: #3087C0;
	border:1px dashed #266B99;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, serif;
	font-size: 12px;
	color: #fff;
	}
.input:hover {
	background-color: #266C9B;
	border:1px dashed #AAD0EA;
	}
.pulsante {
	margin: 10px 0 10px 0;
	background-color: #009933;
	border:1px dashed #266B99;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	}
.pulsante:hover {
	background-color: #009933;
	border:1px solid #96DE9F;
	}
