
/* Start newsletter scubscription popup styles -- uses underscores to coordinate fields with omeda*/

#modal_window {
	display:none;
	position:absolute;
	top:50px;
	width: 608px;
	text-align:center;
	margin: 0 0 0 -324px;
	padding:20px;
	background-color:#fff;
	z-index: 1999;
    left: 50%;
}
#modal_window_content {
	padding-bottom:50px;
}

#survey_form .button {
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0 none;
    background-color: #fecd08;
    clear: none;
    margin: 0;
    height: 38px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;color:#000000;
}

#modal_window h1 {
	line-height: 24px;
	padding-bottom: 20px;
	font-size:20px;
}

#survey_form.full_page_survey_form {
    margin-top: 40px;
    margin-left: 5%;
}
#survey_form.full_page_survey_form input[name="optin_3rd_party"],
#survey_form.full_page_survey_form input[type="submit"]
{
    clear: left;
    float: left;
}

#survey_form.full_page_survey_form input[type="submit"] {
    height: auto;
    margin-top: 10px;
}

#survey_form {
	text-align:left;
}

#survey_form h1 {
	padding-bottom:10px;
	font-size:20px;
}

#survey_form label {
	float:left;
	width:370px;
}
#survey_form .survey_row {
	padding-bottom:10px;
}

.curtain {
	position: fixed;
	background-color: black;
	width: 100%;
	height: 100%;
	z-index: 1998;
	top: 0;
	opacity: .5;

}

.close_button {
	position: absolute;
	top: 0;
	right: 0;
	margin: -20px;
}

#modal_window_content .report-promo-title {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
    font-family: "ff-olsen-web-pro";
}

.report-promo-subtitle {
	color: #b49600;
}

.report-promo-list{
	text-align:left;
    max-height: 350px;
    overflow-y: auto;
    -webkit-padding-start: 0px;
    list-style-type: none;
}

.report-promo-list li {
	clear:left;
	border-bottom:1px solid #cccccc;
	padding:10px 0 10px 0;
	overflow: hidden;
}
.report-promo-list li:hover {
    background-color: #fefce3;
    background: -webkit-linear-gradient(to right, white, #fefce3, #fefce3, white);
    background:    -moz-linear-gradient(to right, white, #fefce3, #fefce3, white);
    background:      -o-linear-gradient(to right, white, #fefce3, #fefce3, white);
    background:         linear-gradient(to right, white, #fefce3, #fefce3, white);
}

.report-promo-list li label{
	float:left;
	width:530px;
}
.report-promo-list li h4{
    margin: 0;
	font-weight:bold;
	font-size:12px;
	width:300px;
}
.report-promo-list li h3{
    margin: 0;
	color: #b49600;
	font-weight:bold;
	font-size:16px;
	width:300px;
}
.report-promo-list li p {
    margin: 0;
	font-size:12px;
}

.report-promo-checkbox {
	float:left;
	width:14px;
	margin-top:30px;
	margin-right:10px;
	background-color:#ddd;
	color:#777;
}

.report-promo-buttons {
	text-align:center;
	margin: 20px 0 0 0 ;
}

.report-promo-submit {
 	margin-right:20px;
}
.report-promo-access {
	display:block;
	float:right;
	width:132px;
}

.report-promo-privacy-message {
    text-align:left;
    color: #979797;
    padding: 10px 0 0 30px;
}



#modal_window .content {
	background-color:#fff;
	text-align:left;
	width:65%;
	min-width:250px;
	padding:0 5% 5%;
	margin:5% auto;
	max-width:32em;
	overflow:hidden;
	font-family:helvetica, arial, sans-serif;
	font-size:1em;
	line-height:1.5em;
}
#modal_window h2 {
	margin:1em 0 .25em .5em;
	font-size:1.25em;
	color:#333;
}
#modal_window select, #modal_window input[type="text"] {
	width:100%;
	margin:0 0 .5em;
	font-size:1em;
}
#modal_window option {
	line-height:2em;
}
#modal_window input.checkbox {
	font-size:2em;
	float:left;
	max-width:10%;
	margin:.1em 2%;
	padding:0;
}
#modal_window label {
	float:left;
	display:block;
	max-width:86%;
	margin:0;
	padding:0;
}
#modal_window input.button {
	display:inline-block;
	font-size:100% !important;
	padding:10px;
}
#modal_window strong {
	display:block;
	padding:1em 0;
	clear:left;
}
#modal_window a.nothanks {
	font-size:.5em;
	color:#777;
	margin-left:1em;
}
#modal_window a.nothanks:hover {
	text-decoration:none;
}

#modal_window #full_name {
	padding:0;
}

.full_page_promo {
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
}
/* end newsletter subscribe popup styles */
