
input, select {
    font-size:11px;
}

#ContactForm fieldset {
    border:none;
}
#ContactForm legend {
    font-weight:bolder;
}
#ContactForm fieldset.form label {
    font-weight:bolder;
    float:left;
    width:150px;
    margin-left:20px;
}
#ContactForm fieldset.form input {
    background:#f3ddb8;
    border:#E48202 1px solid;
    width:450px;
    margin-bottom:5px;
}
#ContactForm fieldset.form textarea  {
    background:#f3ddb8;
    border:#E48202 1px solid;
    margin-bottom:5px;
    width:250px;
}


#ContactForm .required {
    color: #800;
}

#ContactForm fieldset.form label.ta {
    clear: both;
    float: left;
    padding-top: 10px;
    width:500px;
    text-align: left;
    font-weight:normal;
}

#ContactForm select {
    margin-left: 5px;
    width: 156px;
}

#ContactForm textarea {
    width: 250px;
}

#ContactForm .info {
	clear: both;
	padding: 10px 0px;
	color: #800;
}

#ContactForm .longinput {
	width: 80%;
}

#ContactForm .longinput input {
    width: 250px;
}

#ContactForm .empty {
	background-color: yellow;
}

#ContactForm fieldset.form input.radio {
    width:25px;
    border:0px;
    background:transparent;
}

