/*********** start Contact Form ***********/

.form {
	position: relative;
	top:0px;
	left:10%;
	background-color: #e9fed7;
	background-image: url(http://www.NewSite.it/public/Content/Image/);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	text-decoration: none; 
	color: #306b00;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #306b00;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #306b00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #306b00;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #306b00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 80%;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.formright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	color: #306b00;
	padding-top: 5px;
	padding-left: 5px;
}

/*********** start inputs ***********/

INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	text-decoration: none; 
	color: #306b00;
    background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #306b00;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #306b00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #306b00;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #306b00;
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 2px;
	vertical-align: middle;
}

SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #306b00;
	background-color: #FFFFFF; 
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #306b00;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #306b00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #306b00;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #306b00;
}

TEXTAREA, IFRAME {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #306b00;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #306b00;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #306b00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #306b00;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #306b00; 
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
}

INPUT.checkbox {
	background-color: transparent;
	border-style: none;
}

.button {
clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none; 
	color: #E9FCD8;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #6699CC;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #6699CC;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #6699CC;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #6699CC; 
	background-color: #306b00;
	background-image: url(http://www.NewSite.it/public/Content/Image/);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: auto;
	line-height: 12px;
  	margin-top: -5px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px; 
}

.buttonover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none; 
	color: #306b00;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #AEB3D3;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #AEB3D3;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #AEB3D3;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #AEB3D3; 
	background-color: #E9FCD8;
	background-image: url(http://www.NewSite.it/public/Content/Image/);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: auto;
	line-height: 12px;
  	margin-top: -5px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px; 
  	cursor: pointer; 
}

/*********** end inputs ***********/

