html {
    overflow: auto;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#pageContent {
    overflow: hidden;
}

#globalNavigator {
    width: 33%;
    position: relative;
}

#formContainer {
    left: 20%;
    top: 15%;
    position: absolute;
    width: 680px;
    z-index: 10000;
}

.spacer {
    width: 100%;
    height: 100%;
}

.noscript {
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.fixed_position {
    position: fixed;
    top: 0;
    left: 0;
}

#formContainerTop, #formContainerBtm {
    height: 18px;
    width: 680px;
}

#formContainerTop {
    background: transparent url('/utils/css/img/bg_formContainer_top.png') top left no-repeat;
    cursor: move;
}

#formContainerBtm {
    background: transparent url('/utils/css/img/bg_formContainer_btm.png') top left no-repeat;
}

#iframeWrapper {
    background-color: #555;
    width: 680px;
}

#iframeForm {
    background-color: #555;
    width: 680px;
}

#sampleEditBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 30px;
    border: 1px dotted yellow;
}

/* Set the position and dimensions of the background image. */
#page-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {
    position: relative;
    z-index: 1;
    padding: 30px;
    height: 550px;
}

#unsupported_footer {
    font-size: 0.8em;
    color: #FFFFFF;
    width: 100%;
    font-family: serif;
    z-index: 1;
    position: relative;
}

 #backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
 }
 #popupContact{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    /* height:384px; */
    /* width:408px; */
    /* background:#FFFFFF; */
    /* border:2px solid #cecece; */
    z-index:2;
   /* padding:12px; */
   /* font-size:13px; */
 }

#survey-box-top, #survey-box-btm {
    margin: 0px;
    padding: 0;
    height: 18px;
    width: 450px;
}

#survey-box-top {
    background: transparent url('/custom-assets/img/survey-box-top.png') top left no-repeat;
    margin-bottom: -1px;
}

#survey-box-btm {
    background: transparent url('/custom-assets/img/survey-box-btm.png') top left no-repeat;
}


#survey-box {
    background-color:#555;
    margin: 0px;
    padding: 0px;
    width: 450px;
}

#close-btn {
    text-align: right;
    margin: 0px 15px 0px 0px;
    font-family:Gotham, Arial, sans-serif;
    font-size: 11px;
}

#close-btn a, #close-btn a:link, #close-btn a:active, #close-btn a:visited {
    color:#ddd;
    text-decoration: none;
}
#close-btn a:hover {
    color:#fff;
    text-decoration: none;
}
#survey-copy {
    color:#fff;
    font-family:Gotham, Arial, sans-serif;
    font-size: 14px;
    margin: 0px 55px 0px 30px;
    text-align: left;
}

h1 {
    font-size: 18px;
    margin: 0;
}

ul.buttons {
    text-align: right;
    margin: 40px 15px 0px 0px;
    list-style-type: none;
    color:#ddd;
    font-family:Gotham, Arial, sans-serif;
    font-size: 14px;
}

ul.buttons li {
    display: inline;
    margin-left: 15px;
}

ul.buttons li img {
    vertical-align: middle;
}

ul.buttons li a, ul.buttons li a:link, ul.buttons li a:active, ul.buttons li a:visited {
    color:#ddd;
    text-decoration: none;
}
ul.buttons li a:hover {
    color:#fff;
    text-decoration: none;
}

body {
	background-color:#101010;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#FFF;
}
h1 {
	font-weight:bold;
	font-size:20px;
	color:#808080;
}
h2 {
	font-weight:bold;
	font-size:12px;
}
h3 {
	font-weight:bold;
	font-size:12px;
}
a {
	color:#808080;
}
