﻿/*******************/
/*   Modal Popup   */
/*******************/
DIV#headerTop {
	display: inline;
	float: right;
	width: 230px;
	height: 25px;
	margin: 20px 0 0 0;
}
DIV#headerTop-swl {
	display: block;
	float: right;
	width: 232px;
	height: 25px;
	overflow: visible;
}
INPUT.hdEmailAddr {
	display: inline;
	float: left;
	width: 150px;
	height: 13px;
	border: 1px solid #7b7b7b;
	font-family: Arial;
	color: #9d9d9d;
	font-size: 9px;
	padding: 1px 0px 0px 1px;
	margin: 0px 4px 0px 0px;
}
a#ImageButtonEmailPopup {
	display: inline;
}
.modalBackground {
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: #ffffff;
	min-height: 390px;
	height: auto !important;
	width: 232px;
	height: 390px;
	border: #daba5d 2px solid;
}
.modalMessage {
	background-color: #FFF;
	min-height: 190px;
	height: auto !important;
	width: 370px;
	height: 190px;
	border: #e6d69f 2px solid;
}
.ModalFont {
	font-size: x-small;
	font-family: arial;
	color: #999999;
}
.ModalPopupDiv {
	width: 210px;
	margin: 12px auto;
}
.popupText {
	width: 159px;
	height: 18px;
	margin-bottom: 33px;
	margin-left: 20px;
	color: #373737;
	font-family: Arial;
	font-size: 11px;
	float: left;
	clear: left;
}
.popupTextZip {
	width: 159px;
	height: 18px;
	margin-bottom: 20px;
	color: #373737;
	font-family: Arial;
	font-size: 11px;
	margin-left: 20px;
	float: left;
	clear: left;
}
.popupLabel {
	color: #373737;
	font-family: Arial;
	font-size: 11px;
	margin-left:20px;
	float:left;
	font-weight: bold;
}
DIV.dvLogo {
	float: left;
	width: 178px;
	height: 42px;
	margin: 5px 0 15px 5px;
}
.popupLogo {
	float: left;
	width: 178px;
	height: 42px;
}
DIV.DivSubmit {
	float: right;
	width: 76px;
	height: 20px;
	padding-right: 40px;
}
DIV.DivSignupValidation {
	height: 20px;
	color: #ff0000;
	width: 85%;
	float:right;
}
UL.ulEmailSignUp {
	list-style-type: none;
}
DIV.dvPopupClose {
	/* background: url(/Images/Guess/buttons/close.gif);
    background-repeat: no-repeat;
    background-color: transparent;*/
    float: right;
	color: white;
	margin: 0 4px 0 0;
}
.dvPopupClose a {
	font-family: Arial, Sans-Serif;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
.dvPopupClose a:hover {
	color: #cccccc;
}

