html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

body {
    width:960px;
    height:575px;
    margin:0;
    padding:0;
background:#fafafa;
    font-family:lato,sans-serif;
}

p, li, td, th {
    font-size:15px;
}

#waitText {
    background:#f2f2f2;
    width:350px;
    float:left;
    height:575px;
}

#waitText h3 {
    font-size:22px;
    color:#002b60;
    padding:20px;
}

#waitIntro {
    padding:5px 20px;
}

#waitIntro p {
    margin-bottom:15px;
}

#waitSet {
    margin:5px 20px;
}

#waitSet th {
    font-weight:bold;
    padding:0 15px 5px 0;
    white-space:nowrap;
    vertical-align:baseline
}
#waitSet td {
    padding-bottom:5px;
}

form {
float:left;
padding:40px 50px 0;
position:relative;
}

form p {
    display: block;
    float: left;
    clear:both;
    margin-bottom:12px;
    color:#474747;
    width:100%;
}
label {
    display: block;
    float: left;
    width: 100px;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    line-height:28px;
}
.text input,
select {
    border:1px solid #bac2cd;
    background:#ffffff;
    font-size:14px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
}

.text input {
    height:26px;
    width:207px;
    padding:0 5px;
}
p.formNote {
    color:#474747;
    margin:20px 0 10px;
}
.checkbox {
    padding-left:110px;
}

.checkbox label {
    background:url('../images/checkboxIcon.png') no-repeat left -8px;
    width:100%;
    clear:left;
    text-align:left;
    padding-left:20px;
    line-height:18px;
font-style:italic;
color:#666;
}

.checkbox label.checked {
    background-position:left -46px;
}
.checkbox input {
    display:none;
}
.submit {
    float:left;
    clear:both;
    margin:20px 0 0 110px;
}

#error {
      font-weight:bold;
    color:#E52727;
    margin:0 20px; 
}

.error input, .error textarea,
.error .selectBox {
    border-color:#E52727 ;
}
.errorNote {
    font-weight:bold;
    color:#E52727;
    font-size:12px;
    padding-left:10px;
}
.submit input {
    background:url(../images/buttonGrad.png);
    border:0;
    border-radius:5px 5px 5px 5px;
    font-weight:bold;
    color:#fff;
    text-shadow:0 -1px 0 #003d5b;
    padding: 0.2em 0.7em;
    background: #0097d5;
    background: -moz-linear-gradient(top,  #0097d5 0%, #0080cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097d5), color-stop(100%,#0080cb));
    background: -webkit-linear-gradient(top,  #0097d5 0%,#0080cb 100%);
    background: -o-linear-gradient(top,  #0097d5 0%,#0080cb 100%);
    background: -ms-linear-gradient(top,  #0097d5 0%,#0080cb 100%);
    background: linear-gradient(to bottom,  #0097d5 0%,#0080cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097d5', endColorstr='#0080cb',GradientType=0 );
    cursor:pointer;
    white-space:nowrap;
}

.submit input:hover {
    background: #0088bf;
    background: -moz-linear-gradient(top,  #0088bf 0%, #0073b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088bf), color-stop(100%,#0073b6));
    background: -webkit-linear-gradient(top,  #0088bf 0%,#0073b6 100%);
    background: -o-linear-gradient(top,  #0088bf 0%,#0073b6 100%);
    background: -ms-linear-gradient(top,  #0088bf 0%,#0073b6 100%);
    background: linear-gradient(to bottom,  #0088bf 0%,#0073b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088bf', endColorstr='#0073b6',GradientType=0 );
    text-decoration:none;
    color:#fff;
}


form #thanks {
position:absolute;
top:0;
left:0;
background:#fafafa;
width:100%;
height:100%;
z-index:50;
text-align:center;
}

form #thanks h3 {
font-size:32px;
margin:110px 0 30px;
color:#002b60;
}

form #thanks p {
font-size:18px;
color:#777;
margin-bottom:20px;
font-weight:bold;
}

form #thanks a {
color:#0087cd
}


/* Dropdown control */
.selectBox-dropdown {
    height:26px;
    position: relative;
    border: solid 1px #bac2cd;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #FFF;
    display: inline-block;
    cursor: default;
    font-size:13px;
    color:#afafaf;
    line-height:21px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {

}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../images/arrow-select.png) #fff 50% top no-repeat;
}

.selectBox-dropdown:hover {
    border-color:#9ca5b2;
    color:#939393;
}
.selectBox-dropdown:hover .selectBox-arrow {
    background-position:bottom
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align:left;
    font-size:13px;
}

.filterDestination-selectBox-dropdown-menu {
width:240px !important
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
    margin-top:1px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
    border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    height:26px;
    line-height:26px;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}