﻿

/************************************/
.contactUsWrapper {
    display: block;
    /* width is set on parent @ 630px */
}
.contactUsWrapper h3 {
    border-bottom: solid 1px #ED0677;
    color: #ED0677;
    font-size: 1.8em;
    line-height: 2.0em;
    margin-bottom: 20px;
}
/************************************/
.contactUsWrapper .introMsg {
    font-size: 1.3em;
    line-height: 1.35em;
    margin-bottom: 20px;
}
.contactUsWrapper .introMsg a {
    color: #ED0677;
}
/************************************/
.pinkAsterik {
    color: #ED0677;
}
/************************************/
.contactUsWrapper .panelBody fieldset
{
    margin: 10px 0;
    padding: 10px;
    border-style: none;
}
.contactUsWrapper .panelBody label {
    margin-right: 10px;
    padding-right: 10px;
    width: 200px;
    float: left;
    text-align: right;
    position: relative;
    font-size: 1.6em;
    line-height: 1.6em;
    height: 1.6025em;
    display: block;
    margin-top: 5px;
}
/************************************/
.contactUsWrapper .panelBody input[type="text"] {
    font-size: 1.6em;
    line-height: 1.6em;
    height: 1.6025em;
    min-width: 200px;
    margin-top: 5px;
}
.contactUsWrapper .panelBody select { 
    font-size: 1.6em;
    line-height: 1.6em;
    height: 1.6025em;
    margin-top: 5px;
}
.contactUsWrapper .panelBody textarea {
    font-family: Arial, Helvetica, Verdana;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-top: 5px;
}
/************************************/
.contactUsWrapper .buttonPanel {
    margin: 0 auto;
    text-align: center;
    width: auto;
}
/************************************/
.contactUsWrapper .errorMessageCnt {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    width: 80%;
    background-color: #ED0677;
    color: #FFFFFF;
}
.contactUsWrapper .successMessageCnt {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    width: 80%;
    background-color: #95BA99;
    color: #FFFFFF;
}
.contactUsWrapper span.errorMessageTitle {
    display: block;
    font-size: 2.0em;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 auto;
    text-align: center;
}
.contactUsWrapper span.errorMessage, .contactUsWrapper .errorMessage {
    display: block;
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0 auto;
    text-align: center;
}
/************************************/
/************************************/
/************************************/



