/*body{
	scrollbar-face-color:#FF8000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#C0C000;
	scrollbar-shadow-color:#808080;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#E0E0E0;
	scrollbar-darkshadow-Color:#000000;
}*/

/*----------------Formulario----------------------*/

#contact_form {
	margin: 15px;
	padding: 0px;
	border: 0px solid #f7f7f7;
	/*background-color: #fcfcfc;*/
	/*background-color: #F1F3F5;*/
}
fieldset {
	border: 0px none;
	padding: 5px
}

legend{
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	border: 0px none;
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #ff9900;/*#98bb79;*/
	margin-bottom: 20px		
}

label, input {
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
	font-size: 9pt;
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 10px;
}

label {
	color: #333;
	text-align: right;
	width: 90px;
	padding-right: 10px;
}

input {
		border: 1px solid #ccc;
		color: #2F4165;
}

textarea{
	border: 1px solid #ccc;
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;	
	font-size: 9pt;
	color: #2F4165;
	display:block;
	float:left;
	width:130px;
	margin-bottom: 10px;
}
.submit {
	background-color: #616161; /*8F002B*/
	border-top: 1px solid #99CC66;
	border-left: 1px solid #99CC66;	
	border-right: 1px solid #669900;
	border-bottom: 1px solid #669900;
	margin-top:10px;
	margin-bottom:10px;
	color: #fcfcfc;	
}

.submit2 {
	background-color: #ff9900;
	margin-top:10px;
	margin-bottom:10px;
	color: #fcfcfc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff9900;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #ff9900;
}
SELECT{ 
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
	font-size: 9pt;
	display: block;
	width: 134px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ccc;		
	color: #2F4165;
}
br {
	clear: left;
}


.input_green{
	color: #98bb79;
}

.no_style{
	border: 0px none;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}
