/* 
Codice realizzato da Terenzio Del Grosso
email: info@webweaver.it
Vi ringrazio per aver voluto visionare questo sorgente
*/

#header h1 {
width: 100%;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	background-color: White;
	color: #CC0000;
	font-weight: normal;
	border-bottom: 1px solid #cc0000;
}

fieldset{
padding: 8px;
border: 1px solid #838383;
margin-bottom: 20px;
}

legend{
padding: 0 5px;
text-transform: uppercase;
color: #838383;
}

label.necessario strong, strong.asterisco{
font-weight: bold;
font-family: verdana,sans-serif;
color: #990000;
}

input:focus{
background-color: #d3d3d3;
}

br{
clear:left;
}

fieldset.inserimento label{
float: left;
text-align: center;
margin: 0px 10px 5px 0;
}

fieldset.inserimento input,select{
display: block;
width: 170px;
}

fieldset.inserimento input.large{
width: 355px;
}

input#cap,input#provincia{
width: auto;
}

fieldset#check label{
float: left;
width: 120px;
}

fieldset#account p{
float: right;
width: 190px;
color: #1F3705;
margin-top: 10px;
}


fieldset#richieste {
margin:0 5px 6px;
}

div#bottone{
text-align:center;
margin-top: 20px;
}

input#vai{
width: 100px;
height: 28px;
color: black;
background-image: url(images/button_01.png);
background-position: top;
background-repeat: no-repeat;
border: 0;

}

input#vai:hover {
color: #cc0000;
border: 1px solid #cc0000;

}