#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: 450px;
    background: #FFFFFF;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	border-left: 1px #d7d7d7 solid;  
	border-right: 1px #d7d7d7 solid; 
	border-top: 1px #d7d7d7 solid;
	border-bottom: 1px #d7d7d7 solid;
}

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

#contact-pop-header {
    min-height: 30px;
    line-height: 30px;
    padding: 105px 0px 0px 18px;
    margin-bottom: 10px;
	margin-top: 0px;
    color: #214fa5;
    font-weight:normal;
    font-size: 105%;
    text-align: left;
}

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

#contact-pop-form {
}

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

#contact-pop-error {
    color: #214fa5;
    padding-bottom: 10px;
    font-size: 100%;
}

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

#contact-pop-panel .inputText {
    width: 200px;
	margin-left: 1px;
    padding: 2px 0 5px 2px;
	border-left: 6px #214fa5 solid;  
	border-right: 1px #d7d7d7 solid; 
	border-top: 1px #d7d7d7 solid; 
	border-bottom: 1px #d7d7d7 solid;
}

#contact-pop-panel textarea {
    width: 390px;
    margin-top: 5px;
    padding: 5px;
	border-left: 6px #214fa5 solid;  
	border-right: 1px #d7d7d7 solid; 
	border-top: 1px #d7d7d7 solid; 
	border-bottom: 1px #d7d7d7 solid;
}

#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;
}


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