@CHARSET "ISO-8859-1";
#inviteContent{
    width:650px;
    min-height:100px;
    float:left;
    margin:20px;
}
#inviteContent .sectionHeader{
    background-color:#919340;
    color:#FFFFFF;
    margin:0 0 10px 0;
    padding:3px 0 0 5px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height:20px;
    width:650px;
}
#invite{
    width:650px;
    min-height:500px;
    float:left;
    margin:20px;
    border:2px solid #919340;
    background-color: #444444;
}
#invite .column{
    width:315px;
    height:250px;
    float:left;
    margin:10px 0 0 10px;
}
#invite .column .row{
    width:325px;
    height:40px;
}
#invite .column .row .label{
    width:125px;
    height:37px;
    float:left;
    padding:3px 0 0 0;
    color:#ffffff;
    font-weight:bold;
}
#invite .column .row .input{
    width:150px;
    height:40px;
    float:left;
}
#invite .column .row .input select{
    width:125px;
    border:1px solid #6A6B27;
    color: #6A6B27;
}
#invite .column .row .input select:focus{
    border:2px solid #6A6B27;
    background-color: #EEEFC2;
}
#invite .column .row .input .styled{
    width:125px;
    border:1px solid #6A6B27;
    color: #6A6B27;
}
#invite .column .row .input .styled:focus{
    border:2px solid #6A6B27;
    background-color: #EEEFC2;
}
#invite .rowFull{
    width:640px;
    height:75px;
    float:left;
    margin:0 0 0 10px;
}
#invite .rowFull .label{
    width:125px;
    height:72px;
    float:left;
    padding:3px 0 0 0;
    color:#ffffff;
    font-weight:bold;
}
#invite .rowFull .input{
    width:500px;
    height:75px;
    float:left;
}
#invite .rowFull .input textarea{
    border:1px solid #6A6B27;
    color: #6A6B27;
}
#invite .rowFull .input textarea:focus{
    border:2px solid #6A6B27;
    background-color: #EEEFC2;
}

