@charset "iso-8859-1";


/* Field Submit generici usati nei form di sistema come Area Form o Registrazione Utente*/

.Field_Submit {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px #9a483c;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #b1462c;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #d96046 url('../../../download/MyTemplate/BgButton.gif') repeat-x;
	padding: 0.3em;
	border-radius: 3px;
	min-width: 90px;
}

/* Field Input generigi usati nei form di sistema come Area Form o Registrazione Utente*/

.Field_Input {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	vertical-align: middle;
	color: #222222;
	margin: 0px;
	margin-right: 5px;
	padding: 0.3em;
	border: 1px solid #888888;
	background: url('../../../download/MyTemplate/BGWhite.jpg') top center;
}

.Field_Form {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	vertical-align: middle;
	color: #222222;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0.4em;
	border: 0px;	
	background: url('../../../download/MyTemplate/BGWhite.jpg') top center;
	width: 400px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Field Submit specifico per i box come Cerca o Area Utenti*/

.Field_Submit_Box {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px #9a483c;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #b1462c;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #d96046 url('../../../download/MyTemplate/BgButton.gif') repeat-x;
	padding: 0.3em;
	border-radius: 3px;
	min-width: 90px;
}

/* Field Input specifici usati nei box di Area Utenti, Cerca e Newsletter*/

.Field_Box {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	vertical-align: middle;
	padding: 0.4em;
	padding-left: 5px;
	color: #444;
	margin: 0px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	border: 1px solid #fff;
	border-top: 1px solid #ccc;
	background-color: #f0f0f0;
	width: 160px;
	border-radius: 4px;
	line-height: 18px;
}

input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}