div#contact-name	{
	color: #002550;
	font-weight: bold;
}

div.contact-spacer	{
	height: 4px;
	overflow: hidden;
}

.contact-submit,
.brochure-button {
    clear: both;
    background-image: url('/images/button-gradient.jpg');
    border: 1px solid #eb8a00;
    width: 120px;
    height: 20px;
    color: #ffffff;
    padding-bottom: 5px;
    cursor: pointer;
    text-align: left;
}

.brochure-button {
    width: 160px;
}

.contact-submit-news {
    float: left;
    clear: both;
    background-color: #eb8a00;
    border: 1px solid #eb8a00;
    width: 120px;
    height: 20px;
    color: #ffffff;
    padding-bottom: 5px;
    cursor: pointer;
    text-align: left;
}

.contact-input {
	margin-top: 4px;
	margin-bottom: 2px;
    width:191px;
    border: 1px solid #cccccc;
}

.contact-textarea {
    height: 100px;
    overflow: auto;
}

.contact-form {
    margin-top: 8px;
}