html, body {
 
    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;
    font-size: 80%;

}

#contact-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 350px;
    background: #FFF;
}

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

#contact-pop-header {
    min-height: 30px;
    line-height: 30px;
    padding: 0 20px;
    padding-top: 5px;
    margin-bottom: 10px;
    background-color: #000;
    color: #FFF;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

#contact-pop-header .close-overlay {
    position: absolute;
    top: 2px;
    right: 10px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    outline: none;
}
a.close-overlay{
	color: black;
}
#contact-pop-header a.close-overlay{
	color: white;
}
a:hover.close-overlay{
	color: #666;
}
#contact-pop-form {
}

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

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

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

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

#contact-pop-panel textarea {
    width: 300px;
    margin-top: 5px;
    padding: 5px;
}
#contact-pop-panel .submit {
	text-transform: uppercase;}

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

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

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

.formItem .close-overlay{
	float: right;
}
.else{
	margin-top: 10px;
	margin-bottom: 10px;
}
/****** ie6 stuff ********/

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

* 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');
}