#contact-content h1 {
    margin: 20px 0 0 0;
    font-size: 1.8em;
    color: #905ca6;
}

#contact-content h2 {
    margin: 20px 0 0 0;
    font-size: 1.4em;
    color: #00b3d1;
}

#contact-content p {
    margin: 10px 0 0 0;
    font-size: 1.2em;
    color: #525252;
}

#contact-content p a, #contact-content p a:visited {
    color: #53798a;
}

#contact-content p a:hover, #contact-content p a:active {
    
}

#contact-content em {
    font-style: normal;
    font-weight: normal;
    color: #ed1b2e;
}

/*
----------------------------------

FORM

----------------------------------
*/

#contact-content p.error {
    color: #ed1b2e;
    font-size: 1.1em;
    font-weight: bold;
}

#contact-content p.message {
    color: #525252;
    font-size: 1.1em;
    font-weight: bold;
}

.form {
    margin-top: 20px;
    background-color: #eeeeee;
    width: 100%;
}

.form th, .form td {
    padding: 8px 8px;
}

.form th {
    width: 100px;
    vertical-align: top;
}

.form td {
    
}

.form th label {
    display: block;
    height: 20px;
    font-size: 1.2em;
    line-height: 20px;
    color: #525252;
    text-align: right;
}

.input-field {
    width: 350px;
    height: 18px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.2em;
    border: none;
    color: #525252;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

.select-field {
    width: 350px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.2em;
    border: none;
    color: #525252;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

.textarea {
    width: 350px;
    height: 125px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.2em;
    border: none;
    color: #525252;
    background: url(../images/field-bg.gif) 0 0 no-repeat;
}

.file-field {
	font-size: 1.2em;
	height: 24px;
    margin-top: 5px;
}

#form-button {
    padding: 2px 7px;
    font-size: 1.2em;
}