

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

#contact-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 350px;
    background: #FFF;
		padding:10px;
		border:6px solid #666;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
}

#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;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
		background-color:#09f;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		text-shadow: 1px 1px 2px #444;
		
}

#contact-pop-header .close-overlay {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('/hrt/images/contact-pop/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: red;
		font-weight:bold;
    padding-bottom: 10px;
		font-size:14px;
}

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

#contact-pop-panel .submit {
    padding: 5px;
    margin-bottom: 10px;
    color: #09f;
    font-weight: bold;
    font-size: 14px;
		background-color:#fff;
		/*filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#b0b0b0'); /* IE6 & IE7 */
		/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#b0b0b0')"; /* IE8 */
		/*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#b0b0b0)); /* for webkit browsers */
		/*background: -moz-linear-gradient(270deg,  #ededed,  #b0b0b0); /* for firefox 3.6+ */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border:1px solid #09f;
		/*text-shadow: 1px 1px 2px #444;*/
}

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

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

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

#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('/hrt/images/contact-pop/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('/hrt/images/contact-pop/close-overlay-ie6.png');
}