
#green {
	color: #89B86B;
}

#blue {
	color:#7999C5;
}

label {
	color:#7999C5;
}


#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: 3% auto 0 auto;
	width:650px;
	
}

#contact-pop-panel {
	height:auto;
	background-color:#000000;
	min-height: 300px;
	margin: 0 auto;
	position: relative;
	border: solid 10px #CC6600;
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	-webkit-box-shadow: 12px 12px 24px rgba(0,0,0,0.6);
	float:left;
	width:650px;
}

#contact-pop-container {
	width:650px;
	float:left;
	font-size:80%;
}

#contact-pop-left {
	width:320px;
	margin:0 10px 0 0;
	float:left;
}

#contact-pop-right {
	width:320px;
	float:left;
}

#contact-pop-formbuttons {
	clear:both;
	padding-top:10px;
	border-top:#333333 solid 1px;
	margin:10px 10px 0 0;
}

#contact-pop-header {
	margin: 0 auto;
    min-height: 30px;
    line-height: 30px;
    padding: 10px 20px;
    /* background: url('../img/trans.png') repeat 0 0; */
	background-color:#000000;
    text-align: left;
	border-bottom: solid 1px #333333;
}

#contact-pop-footer {
    min-height: 15px;
    /* background: url('../img/trans.png') repeat 0 0; */
	background-color:#000000;
    color: #FFF;
    font-weight: bold;
    text-align: left;
	/* border-top: solid 1px #333333; */
}

#contact-pop-header .close-overlay,
#contact-pop-footer .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;
}

#contact-pop-form {
	background-color:#141414;
	min-height:200px;
	width:640px;
	padding:5px;
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	float:left;
}

#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-panel label {
    padding: 0 10px 0 0;
    margin: 0;
    display: inline;
}

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

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

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

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

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


/****** 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;
	background-image: url('../img/overlay-ie6.png');
}

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