@charset "UTF-8";
/* CSS Document */

#contactForm {

margin:20px 0;
background:url(../images/tree.png) bottom right no-repeat;
}



fieldset {
border: solid 1px #333;
background-color:#eee;
padding:12px;
width:420px;

margin:0 20PX 20PX 0;
}

legend {
font:12px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
border: solid 1px #333;
background-color:#fff;
padding:4px;
}

form#contact p {
padding:4px 0;
font-size:14px;
}

.sbutton{padding:18px 0 0 130px !important;}

label.textarea {
vertical-align:top;
}


form li {padding:6px 10px;}
form label {display:inline-block;width:120px;text-align:right;font:12px Verdana, Arial, sans-serif;color:#555;}

form#contact em {
font-weight:bold;
color:#FF0033;
}

#thanks {color:#CC0406;}

.send {
background:url(http://www.utahnsforethicalgovernment.org/images/styles/submit.png) no-repeat 0 0;
width:100px;
height:30px;
border:none;
padding:20px;
}

.close {
background:url(http://www.utahnsforethicalgovernment.org/images/styles/close.png) no-repeat 0 0;
width:100px;
height:30px;
border:none;
padding:20px;
display:none;
}

.error {
color:#CC0000;
}