/* Drop styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-weight: inherit; font-style: inherit; font-size: 100%;
font-family: inherit; vertical-align: baseline; background: transparent;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
/* End of drop */

.png{ behavior: url('/media/css/iepngfix.htc'); }

html{
    height: 100%;
}

body{
  font: normal normal 80% "Trebuchet MS", Arial, sans-serif;
  background: #47332c url(../img/popup-bg.jpg) repeat-x 0 100%;
  color: #fff;
  margin: 0 30px;
  height: 100%;
}

#wrapper{
    padding-top: 30px;
}

#header{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbc521;
    position: relative;
}

#popupCloseButton{
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 25px;
    display: block;
    height: 30px;
    width: 30px;
    background: url(../img/mediabox/BlackClose.gif) no-repeat;
}

a{
  color: #9e9b16;
}

h1{
    color: #dfdc1f;
    font-size: 190%;
    font-weight: bold;
}
h2{
    font-size: 120%;
    font-weight: normal;
}

.quote{
    color: #9b9324;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}

.right{
    text-align: right;
}

form{

}

form label{
   float: left;
   width: 150px;
}

p{
    padding-bottom: 16px;
    overflow: hidden;
    clear: both;
    position: relative;
} * html p{ zoom: 1}

form input, form select{
  font: normal normal 100% "Trebuchet MS", Arial, sans-serif;
  width: 220px;
  position: relative;
  float: right;
}


form select{
    width: 226px;
}

form textarea{
  font: normal normal 100% "Trebuchet MS", Arial, sans-serif;
  width: 400px;
  //width: 390px;
  height: 100px;  
} * html form textarea{
  width: 390px !important;
}

form .errors input, form .errors textarea, form .errors select{
    background: #d24c17;
}

form button{
    background: #6f6913;
    color: #fff;
    font-weight: bold;
    border: 2px solid #6f6913;
    margin-top: 7px;
}

.buttons{
    height: 20px;
}

span.over{
    display: block;
    overflow: hidden;
} * html span.over{ zoom: 1}

form span.message, form span.about{
    padding-top: 40px;
}
form .message label, form .about label{
    font-size: 125%;
    font-weight: bold;
}

form .message .required, form .about .required{
    display: none;
}

form .education{
    padding-top: 5px;
}

ul.errorlist{
    float: right;
    padding-top: 10px;
    margin-bottom: -10px;
    font-size: 85%;
    color: #d24c17;
    display: none;
}

span.required, span.upper{
    font-size: 150%;
    color: #dfdc1f;
}