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

#contact-pop-panel-wrapper, #info-pop-panel-wrapper {
    margin: 5% auto 0 auto;
    width: 443px;
	line-height: 1.0;
}

#info-pop-panel-wrapper {
	width: 800px
}

#contact-pop-panel {
	overflow: hidden;
    position: relative;
    padding: 0 0 6px 0;
    margin: 0 auto;
	background: url(../images/register_overlay/bg_foot_body_overlay.png) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
}

#info-pop-panel {
	overflow: hidden;
    position: relative;
    padding: 0 0 6px 0;
    margin: 0 auto;
	background: url(../images/register_overlay/bg_info_foot_body_overlay.png) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	text-align: left;
}

#contact-pop-header {
    min-height: 30px;
    line-height: 30px;
    padding: 3px 20px 0 10px;
    background: url(../images/register_overlay/bg_header_overlay.png) top left no-repeat;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

#info-pop-header {
    min-height: 30px;
    line-height: 30px;
    padding: 3px 20px 0 10px;
    background: url(../images/register_overlay/bg_info_header_overlay.png) top left no-repeat;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

#contact-pop-header .close-overlay, #info-pop-header .close-overlay {
    overflow: hidden;
    position: absolute;
    top: 9px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: url(../images/register_overlay/close-overlay.png) no-repeat 1px 1px;
    text-indent: -2000px;
    outline: none;
	color: #fff;
}

#contact-pop-form {
	padding: 10px 0;
	background: url(../images/register_overlay/bg_body_overlay.png) top left repeat-y;
}

#info-pop-form {
	overflow: hidden;
	overflow-y: scroll;
	width: 764px;
	height: 400px;
	padding: 15px 15px 10px 15px;
	background: #FFF;
	border-left: 3px solid #007ac5;
	border-right: 3px solid #007ac5;
}

#info-pop-form .info-content h2, #info-pop-form .info-content h3 {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#info-pop-form .info-content p {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2;
}

#info-pop-form .info-content ol li {
	font-size: 0.8em;
}

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

.contact-pop-error {
    color: red;
    margin: 5px 0 0 20px;
    font-size: 80%;
}

.contact-pop-register-ok {
	margin: 35px 10px 0 10px;
	height: 85px;
	text-align: justify;
	
	color: #00547A;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.contact-pop-register-ok-logo {
	display: block;
	margin: 0 auto;
	margin-top: -17px;
	margin-bottom: 25px;
}

#contact-pop-panel label, #info-pop-panel label {
	display: block;
	color: #00547A;
	font-size: 14px;
	font-weight: bold;
	
	padding: 0;
    margin: 0;
    display: inline;
}

#contact-pop-panel label.textNormal, #info-pop-panel label.textNormal {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

#contact-pop-panel .textItalic, #info-pop-panel .textItalic {
	margin: 0;
	color: #7f7f7f;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

#contact-pop-panel .inputText {
	display: block;
	border: 0;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	width: 293px;
	height: 30px;
	background: url(../images/register_overlay/bg_input.png) top left no-repeat;
}

#contact-pop-panel .inputCheckBox {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0;
}

#contact-pop-panel .submit, #info-pop-panel .submit {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0 0 2px 0;
	width: 149px;
	height: 36px;
	background: url(../images/register_overlay/send_overlay.png) top left no-repeat;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
}

#contact-pop-panel .formItem.submitButton, #info-pop-panel .formItem.submitButton {
	margin-top: 30px;
}

#contact-pop-panel .link-overlay, #info-pop-panel .link-overlay {
	display: block;
	margin: 3px 0 0 20px;
    font-size: 10px;
    outline: none;
}

#contact-pop-panel .close-overlay, #info-pop-panel .close-overlay {
	margin: 0 0 0 15px;
    font-size: 12px;
    outline: none;
}

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

#info-pop-loading-gif-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 750px;
    height: 400px;
	text-align: center;
}

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

#info-pop-loading-gif {
    margin: 190px auto 0 auto;
}
/****** ie6 stuff ********/

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

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

* html #contact-pop-panel {
    height: 200px;
}

* html #info-pop-panel {
    height: 200px;
}

* html #contact-pop-header {
    height: 30px;
}

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

* html #info-pop-header {
    height: 30px;
}

* html #info-pop-header .close-overlay {
    background-image: url(../images/register_overlay/close-overlay-ie6.png);
}