html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}



#contact-pop-panel {
		width:350px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left:-175px;
    border:1px solid #000000;
    /* old */
    /* min-height: 200px; */
    text-align: center;
    z-index: 1000;
    background:#efefef;
    /*background-color:#bccc00;*/
    /*padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    */
}

#contact-pop-padding {padding:10px;}

#contact-pop-header {
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #bccc00;
    /*background-color:#777;*/
    color: #FFF;
    /*font-weight: bold;
    font-size: 16px;
    */
    text-align: left;
}

#contact-pop-header .close-overlay {
    position: absolute;
    top:10px;
    /*top: 5px;*/
    right: 10px;
    
    width: 20px;
    /*height: 20px;*/
    /*background: url('/_images/portal/close-overlay.png') no-repeat 1px 1px;*/
    overflow: hidden;
    /*text-indent: -2000px; */
    outline: none;
		text-decoration:none;
}

#contact-pop-form {
}

#contact-pop-panel .formItem {
    margin: 7px 10px 7px 10px;
    text-align: left;
}

#contact-pop-error {
    color: red;
    padding:6px 10px;
    border:1px solid red; background-color:#fbd8d2;
}

#contact-pop-success {
    color: black;
    padding:6px 10px;
    border:1px solid #24db00; background-color:#98fb84;
}

#contact-pop-panel label {
    padding: 0 10px 0 0;
    margin: 0;
    display: inline;
    font-weight:bold;
}

#contact-pop-panel #contact-name {
    padding: 0 8px 0 0;
}

/*#close_button {display:block; width:47px; height:18px; background:url(/_images/close_button.gif);}*/

#contact-pop-panel .inputText {
    width: 200px;
    padding: 2px 5px;
}

#contact-pop-panel textarea {
    width: 300px;
    margin-top: 5px;
    padding: 5px;
}

#contact-pop-panel .close-overlay {
    font-size: 12px;
    outline: none;
}

#contact-pop-x {line-height:30px; color:#ffffff;}

#contact-pop-loading-gif-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

#contact-pop-loading-gif {
    margin: 132px auto 0 auto;
}


/****** ie6 stuff ********/

* html #contact-pop-overlay {
    /*background-image: url('/_images/portal/overlay-ie6.png');
    height: 100%;
    */
    position: absolute;
}

* html #contact-pop-panel {
    height: 200px;
    position: absolute;
}

* html #contact-pop-header {
    height: 30px;
}

* html #contact-pop-header .close-overlay {
    /*background-image: url('/_images/portal/close-overlay-ie6.png');*/
}