td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #76430C;
}
.midbgx {
	background-repeat: repeat-y;
	background-color: #FEFFE0;
}
.headlinex {
	color: #76430C;
	font-size: 16px;
	font-weight: bold;
}
.subheadx {
	font-weight: bold;
	color: #77A036;
}
a {
	color: #77A036;
}
.subgreens {
	font-weight: bold;
	color: #B75516;
}
.hrule {
	color: #B75516;
}
.whitesmalls {
	font-size: 12px;
	color: #FEFDDE;
}
.bordershome {
	border: thin solid #B75516;
	font-size: 13px;
}
.boldz {
	font-weight: bold;
}

table.webform {
	 width: 90%!important;
	 margin:auto;
}
table.webform br {
	display:none;
}
label {
	display:block;
	width:90%;
	height:auto;
	margin-top:15px;
	margin-bottom:3px;
}
.cat_textbox, .cat_dropdown_smaller, .cat_button {
    display: block;
    width: 90%!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 

.cat_listbox {
 	 display: block;
    width: 90%!important;
     padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
