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

body {
    position: relative;
}

#contact-pop-overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background: url('../img/overlay.png') repeat 0 0;*/
    display: none;
    /*text-align: center;*/
    z-index: 1000;
}

#contact-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 480px;
    /*background: #FFF;*/
    background: url('../img/overlay-background.png') repeat 0 0;
    -moz-border-radius: 5px;
    border: 4px solid #7DBA00;
    padding: 0;
}

#contact-pop-panel {
    min-height: 200px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}

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

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

#contact-pop-form {
	padding: 0 20px;
}

#contact-pop-form .close-overlay {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

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

#contact-pop-error {
    color: red;
    padding-bottom: 10px;
    font-size: 80%;
}

#contact-pop-success {
    color: #7DBA00;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

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

#contact-pop-panel .inputText {
    width: 300px;
    padding: 4px 5px;
    -moz-border-radius: 2px;
    border: 2px solid #7DBA00;
}

#contact-pop-panel .submit {
    padding: 3px 10px;
    -moz-border-radius: 2px;
    border: 2px solid #7DBA00;
    background: #7DBA00;
    color: #fff;
    font-weight: bold;
    margin:0 0 0 10px;
}

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

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

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

#contact-pop-loading-gif {
    margin: 100px 0 0 220px;
}


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

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

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

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

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

* {
	font-family: 'Arial';
}
h1 {
	font-size: 14px;
}
p, input {
	font-size: 12px;
}

