html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#591313;
}

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;
}

.labels {
	font-size:14px;
}

#contact-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 340px;
	height: 140px;
    background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#email-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 340px;
	height: 260px;
    background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#search-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 340px;
	height: 115px;
    background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 
	border: 1px solid #9FC54E; 
	background: #000000;
*/

#contact-pop-panel {
    min-height: 200px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}


#contact-pop-header-orig {
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: #990000;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

#contact-pop-header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(sprite.png) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#contact-pop-header .close-overlay {
    position: absolute;
    top: 2px;
    right: 5px;
    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: 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: 300px;
    margin-top: 5px;
    padding: 5px;
}

#contact-pop-panel .close-overlay {
    font-size: 12px;
    outline: none;
	color: #9FC54E;
}

#contact-pop-loading-gif-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

#contact-pop-loading-gif {
    margin: 132px auto 0 auto;
}

.loginField {
	width:200px;
}

.emailFieldLong {
	width:300px;
}

.emailFieldShort {
	width:160px;
}


/****** 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');
}

