#form-contact {
	font: 0.84em Verdana, Geneva, sans-serif;
}
#form-contact form {
	margin: 0;
	padding: 0;

}
#form-contact p {font-size: 1em;line-height:normal;}
.form-error {
	color: #C00;
}
#form-contact fieldset {
	margin: 0 0 0 0;
	padding: 9px 9px 9px 9px;
	width:378px;
	border: 1px solid #599726;
}
#form-contact fieldset legend {
	color: #fff;
	padding: 1px 5px 2px;
	background: #599726;
	font-weight: 500;
}
#form-contact fieldset label {
	float: left;
	text-align: left;
	margin-top: 3px;
	width:300px;
	}
input, textarea, .jumpMnStyle2 {
	color: #645E4F;
	border: 1px solid #6090BF;
	padding: 1px 3px 1px 3px;
	background: #ECF8C3;
	width: 90px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 3px 2px;
}
 input.shortInput {
width: 60px;}
 input.mediumInput {
width: 120px;}
 input.longInput,  textarea.longInput {
width: 240px;}
input.VeryLongInput, textarea.VeryLongInput {width:360px;}
textarea.small {width: 120px;}
#form-contact .jumpMenuForm, #form-contact .jumpMenuFormSmll, #form-contact .jumpMenuFormVerySmll, #form-contact .textAreaSmll, #form-contact .jumpMenuFormMed {
	color: #333333;
	border: 1px solid #B8B6A4;
	margin-left:3px;
	padding: 0;
	width:240px;
	height:16px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}
	
#form-contact .jumpMenuFormMed {
	width:150px;
}
#form-contact .jumpMenuFormSmll {
	width:105px;
}
#form-contact .jumpMenuFormVerySmll {
	width:72px;
}
#content2 input .smllinp  {
	width: 90px;
}
input:hover, textarea:hover {background: #F2FBD7;color: #689A01;}
input:focus, input:active, textarea:focus, textarea:active {
	color: #000;
	background: #fff;
}
input[type="submit"], input[type="reset"] {
	background: url(/assets/img/bg/btn_off.gif) repeat-x center;
	border-right: 1px solid #272724;
	border-left: 1px solid #BABFB5;
	border-top: 1px solid #BABFB5;
	border-bottom: 1px solid #272724;
	letter-spacing: 0.1em;
		margin-left:0px;

}
input:hover[type="submit"], input:hover[type="reset"] {
	background: url(/assets/img/bg/btn_on.gif) repeat-x top;
	border-top: 1px solid #272724;
	border-right: 1px solid #BABFB5;
	border-bottom: 1px solid #BABFB5;
	border-left: 1px solid #272724;
	color: #fff;
}
input:hover.smllBtn, input.smllBtn, input:hover.lrgBtn, input.lrgBtn {
	letter-spacing: 0.1em;
}

input:hover.smllBtn, input.smllBtn {
	width: 90px;
}
input:hover.lrgBtn, input.lrgBtn {
	width: auto; margin-left:9px;
}
input.smllBtn, input.lrgBtn {
	background: url(/assets/img/bg/btn_off.gif) repeat-x top;
}
input:focus.smllBtn, input:focus.lrgBtn {
	background: url(/assets/img/bg/btn_off.gif) repeat-x top;
	color: #000;
}
input:hover.smllBtn, input:visited.smllBtn, input:active.smllBtn, input:hover.lrgBtn, input:visited.lrgBtn, input:active.lrgBtn {
	background: url(/assets/img/bg/btn_on.gif) repeat-x top;
	color: #000;
}
