/*********************
 * Registration page copy styles
 *
**********************/
.registerSectionTitle {
    color:#666666;
    font-size:13px;
    font-weight:bold;
}

.interiorBodyContentText {
}

/*********************
 * End Registration page copy styles
 *
**********************/

/*********************
 * Registration Form styles
 *
**********************/
.regImgContainer {
    background-color:#ECECEC;
    width:613px;
}

.registrationLeftSpacer {
    width:24px;
}
.registrationMiddleSpacer {
    width:24px;
}

.registrationValidationError {
    color:#930608;
    font-weight:bold;
    font-size:10px;
}
#registrationForm th {
    width:613px;
    font-size:10px;
    color:#6A6A6A;
}

#registrationForm td {
    text-align:left;
    background-color:#ECECEC;
}

#registrationSectionHead {
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

#registrationForm input[type="text"], #registrationForm input[type="password"]{
    font-size:10px;
    color:#4A4A4A;
    line-height:12px;
    border:solid #CFCFCF 1px;
    background-color:#C6C6C6;
    width:199px;
    height:20px;
}

#registrationForm textarea {
    font-size:10px;
    color:#4A4A4A;
    line-height:12px;
    border:solid #CFCFCF 1px;
    background-color:#C6C6C6;
    width:505px;
	font-family:inherit;
}

#registrationForm select, #registrationForm option {
    font-size:10px;
    color:#4A4A4A;
    background-color:#C6C6C6;
    height:20px;
}
#registrationForm select {
    width:199px;
    border:solid #CFCFCF 1px;
}
#registrationForm option {
    width:159px;
}

.registrationReqMsg {
    font-size:9px;
    color:#464646;
    width:589px;
}

.registrationSectionWithBar {
    color:#CFCFCF;
    font-size:12px;
    font-weight:bold;
    height:55px;
    text-transform: uppercase;
}

.registrationSingle{
    width:589px;
}

.registrationFieldLabel {
    font-size:10px;
    color:#6a6a6a;
    text-transform:uppercase;
}
.registrationSubmitCell {
    width:100%;
}
.registrationSubmitCell input{
    float:right;
    margin-right:80px;
}
.paySubmitCell input {
    margin-right:10px;
}

/**********************
 * Contact Page Styles
***********************/
.getInvolvedText {
    font-size:16px;
    font-weight:bold;
    color:#666666;
}

.volunteerText {
    font-size:11px;
    font-weight:bold;
}
.contactFreeform {
    height:72px;
}
/**********************
 * End Contact Page Styles
***********************/


/**********************
 * Payment form
***********************/

.paymentForm select {
    width:250px;
}

.dateSelect, .dateSelect option {
    width:100px !important;
}
.dateSelect {
    margin-right:10px;
}
#PaymentExpDateDay {
    display:none; 
}

