﻿form
{
    position: relative;
}

form h4
{
    width: 100%;
    border-top: 1px solid #EFA8A8;
    border-bottom: 1px solid #EFA8A8;
    padding: 1px 0px;
    background-image: none;
    margin-top: 0px;
}

form p
{
    font-weight: bold;
}

/* All input text fields need to have this style applied */
form input.textRegister, form input.textRegisterShort, form select, form textarea
{
    position: absolute;
    border: 1px solid #CC9999;
    padding: 1px;
    background-color: #FFEEEE;
    color: #330000;
    font-size: 11px;
    font-weight: bold;
}

option
{
    color: #330000;
}

.validateText
{
    position: absolute;
    left: 24em;
}
.validateTextDDL
{
    position: absolute;
    left: 32.5em;
}

/* Register form */
.textRegister
{
    width: 150px;
    left: 11em;
}

.textRegisterBox
{
    position: relative;
    width: 200px;
    height: 100px;
    left: 5em;
    vertical-align: top;
}

.textRegisterShort
{
    width: 40px;
    left: 11em;
}

.ddlRegister
{
    left: 11em;
}

.ddlRegister option
{
    color: #330000;
}

#registerPhone
{
    position: absolute;
    left: 10em;
}
.textRegisterPhoneShort
{
    position: static;
    width: 30px;
    border: 1px solid #CC9999;
    background-color: #FFEEEE;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}
.textRegisterPhoneLong
{
    position: static;
    width: 40px;
    border: 1px solid #CC9999;
    background-color: #FFEEEE;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}
.chkRegister
{
    margin-left: 10px;
}
.chkRegister input
{
    background-color: Transparent;
    border: 0px;
    position: static;
    margin: 0px 2px 0px 14px;
}
.chkRegister label
{
    margin: 0px 4px 0px 1px;
}
.chkErrorMessage
{
    margin-left: 10em;
}

.btnRegister
{
    padding: 0px 6px;
    color: #330000;
    margin-left: 12em;
}


/* Ticket Order Form */

#ccSelect
{
    padding: 0px 30px 8px 30px;
}
#ccSelect input
{
    vertical-align: top;
    height: 14px;
    margin-right: 6px;
    margin-bottom: 6px;
}
#ccSelect label
{
    vertical-align:top;
}

#cctype
{
    margin-top: 0px;
}
#cctype span
{
    position: absolute;
    margin-left: 2em;
}

#cctype input
{
    vertical-align: top;
    height: 14px;
    margin-left: 18px;
    margin-right: 3px;
}
#cctype span label
{
    vertical-align: top;
}
#ccWarning
{
    border: 1px solid #EEEEEE;
    background-color: #555555;
    padding: 12px;
    margin-bottom: 12px;
    color: #FFFFFF;
}
#ccInfo
{
    margin: 0px 0px 20px 0px;
    padding-top: 0px;
}
#ccExp
{
    position: absolute;
    height: 12px;
    left: 10.2em;
}
.ddlExpMonth, .ddlExpYear
{
    position: static;
    vertical-align: top;
}
.ddlExpYear option, .ddlExpMonth option
{
    color: #000000;
}

#contactPref
{
    min-height: 20px;
    margin-top: 0px;
}
#contactPref span
{
    position: absolute;
    margin-left: 3em;
}

#contactPref input
{
    vertical-align: top;
    height: 14px;
    margin-left: 18px;
    margin-right: 3px;
}
#contactPref span label
{
    vertical-align: top;
}

#mailingList
{
    font-weight: normal;
}

#mailingListOptions
{
    padding: 0px 30px;
}

#mailingListOptions input
{
    vertical-align: top;
    height: 14px;
    margin-right: 6px;
    margin-bottom: 6px;
}
#mailingListOptions label
{
    vertical-align:top;
}

.btnReserve
{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin: 8px 0px;
    padding: 2px;
}
.txtBox { height: 50px; position: relative; }
.txtBox span, .txtBox span a { font-size: 10px; }
.txtBox textarea
{
    position: absolute;
    top: 0px;
    left: 11em;
    width: 200px;
    height: 50px;
}

/* Donation Form changes */
#donationChecks
{
    margin: 12px 12px 12px 0px;
}
#donationChecks div
{
    position: relative;
}
#donationChecks div div
{
    position: absolute;
    top: 0px;
    right: 0px;
    white-space: nowrap;
}
#donationChecks div div select
{
    position: static;
}
.donationChoice input
{
    vertical-align: top;
    height: 14px;
    margin-top: 1px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.donationChoice label
{
    vertical-align:top;
    font-weight: bold;
}
.donationChoice label span
{
    font-weight: normal;
    font-style: italic;
}

#packageSelect
{
    position: static !important;
}
.packages input
{
    vertical-align: top;
    height: 14px;
    margin-left: 30px;
    margin-right: 5px;
    margin-bottom: 4px;
}
.packages label
{
    vertical-align:top;
    font-weight: bold;
}
.packages label span
{
    font-style: italic;
    font-weight: normal;
}

#platinumQuantitySelect, #chairQuantitySelect, #pianokeyQuantitySelect { color: #FFFFFF; }