
#shadowing
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:100;
    opacity:0.8;
    filter: alpha(opacity=50);
}


#box 
{
    display: none;
    position: fixed;
    top: 15%;
    left: 20%;
    width: 408px;
    height: 538px;
    padding: 28px;
    margin:0;
    border: 2px solid #CD071E;
    background-color: white;
    z-index:101;
    overflow: auto;
    font-size: 13px;
    color: #003882;
    font-family: Verdana,Arial,helvetica,sans-serif;
}


.questionnaireBox 
{
    background-color: #FFFFFF;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    display: none;
    font-family: Verdana,Arial,helvetica,sans-serif;
    font-size: 13px;
    height: 500px !important;
    left: 17%;
    margin: 0;
    overflow: auto;
    padding: 5px !important;
    position: fixed;
    top: 2% !important;
    width: 800px !important;
    z-index: 101;
}

#bullets
{
    margin-left: -26px;
}

#disclaimer_text
{
    color: black;
    font-style: italic;
    font-size: 10px;
}

/*
input#email
{
    font-size: 10px;
    font-style: italic;
    color: lightslategray;
    width: 292px;
    height: 18px;
}
*/

#submit_popup
{
    padding-top: 1px;
    padding-left: 3px;
}

#formpopup input, #formpopup select{
    font-size: 10px;
    font-style: italic;
    color: lightslategray;
    height: 18px;
    margin-bottom: 2px;
    font-family: Verdana,Arial,helvetica,sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

.formpopupemail{
    width:314px;
}

.formpopuptitle{
    width: 60px;
    line-height: 20px;
    margin-bottom: 2px;
}

.formpopupfirstname, .formpopuplastname{
    width: 120px;
}

#submit_popup{
    margin-top: 2px;
}

#txt_email_error
{
    color: #CD071E;
    font-size: 10px;
}

#boxtitle
{
    position:absolute;
    float:center;
    top:0;
    left:0;
    width:496px;
    height:24px;
    padding:0;
    padding-top:4px;
    left-padding:8px;
    margin:0;
    border-bottom:4px solid #3CF;
    background-color: #09c;
    color:white;
    text-align:center;
}

.unhappyMessage {
    background: none repeat scroll 0 0 #E3A0AB;
    border: 1px solid #BF0000;
    clear: both;
    color: #FFFFFF;
    display: block;
    margin: 3px 0;
    padding: 3px;
}
.main_content
{
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    zwidth: 900px;
    border: 1px solid #F0F0F0 ;
    padding: 5px;
}
.main_content p
{
    margin: 8px 0px 8px 0px;
}
.question_heading, #section_heading
{
    font-weight: bold;
}
#section_heading
{
    color: white;
    width: 470px;
    background-color: #333399;
    padding: 3px;
    margin: 20px 0px 4px;
    font-size: 16px;
}
.top_text
{
    font-size: 14px;
    font-weight: 600;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
#yourDetails
{

    margin-right: 10px;
    border: 1px solid grey;
    padding: 5px;
    margin-bottom: 5px;

}
#nextCruise
{

    border: 1px solid grey;
    padding: 5px;
    margin-bottom: 5px;
    height: 85px;
}
th
{
    text-align: left;
    padding-right: 2px;
}  
#nextCruise th
{
    text-align: left;
    padding-right: 20px;
} 
#cruiseLines
{

    border: 1px solid grey;
    padding: 5px;
    margin-bottom: 5px;
}
.divHeader
{
    background-color: grey;
    color: #fff;
    padding: 5px;
    border-radius: 14px 14px 0px 0px;
    
}
#yourDetailsHeader
{
    width:115px;

}
#cruiseLinesHeader
{
    width:280px;

}
#nextCruiseHeader
{
    width:250px;

}
.cruiseLineCheckbox
{
    float: left;
    font-size: 11px;
    width: 250px;
    font-weight: bold;
}
.cruisedBeforeCheckbox{
    font-size: 11px;
    width: 208px;
    font-weight: bold;
}
#cruisedBeforeWrapper{
    display: none;
}
#surveySubmit
{
    color: #FFFFFF;
    font-size: 20px;
    height: 26px;
    text-align: center;
    width: 150px;
}
td
{
    border: none !important;
}
.yourDetailsLabel{
    width: 125px;
    padding-bottom: 5px;
}
.yourDetailsSection{
    width:50%;
}
.yourDetailsInput{
    padding-bottom: 5px;
}
.nextCruiseLabel{
    width: 230px;
    padding-bottom: 5px;
}
.nextCruiseInput{
    padding-bottom: 5px;
}
.cruiseLinesLabel{
    width: 230px;
    padding-bottom: 5px;
}
