﻿.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;*/
	padding:0px;
	width: 300px;
	height: 200px;
	background: #fff;
}

.modalPopup p {
    font-size: 16px;
    height: 16px;
    color: #999;
    text-align: center;
    padding:50px 0 0 0;
    margin: 0 auto 0 auto;
    width: 220px;
}

.popup_input {
   display: block;
    width: 200px;
    height: 20px;
    padding: 0; 
    color: #999;
    margin: 20px auto 0px auto;
    border: solid 1px #bbb;
}

div.popup_links {
  width: 200px;
  margin: 0 auto;    
}

a.popup_submit_link {
   float: left;
   display: block;
   border: solid 1px #ccc; 
   width: 80px;
   height: 20px;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   line-height: 20px;
   background: #f7872e;
}

a.popup_submit_link:hover {
     text-decoration: underline;    
}

a.popup_cancel_link {
   float: right;
   display: block;
   width: 80px;
   height: 20px;
   color: #aaa;
   border: solid 1px #ccc; 
   font-size: 14px;
   text-align: center;
   line-height: 20px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}


.modalPopup_alt {
	padding:0px;
	width: 300px;
	height: 200px;
	background: #fff;
}

.modalPopup_alt  p.modal_pop_subscribe {
    font-size: 16px;
    color: #777;
    line-height: 21px;
    text-align: left;
    padding:40px 0 0 0;
    margin: 0 auto 0 auto;
    width: 250px;
}

.modalPopup_alt a.popup_subscribe_link {
   display: block;
   border: solid 1px #ccc; 
   width: 240px;
   height: 21px;
   color: #fff;
   margin: 14px auto;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   line-height: 21px;
   background: #f7872e;
}

.modalPopup_alt a.popup_subscribe_link:hover{
    text-decoration: underline;
}

.modalPopup_alt  a.popup_nope_link {
    display: block;
    border: solid 1px #ccc; 
    width: 240px;
    height: 20px;
    color: #aaa;
    border: solid 1px #ccc; 
    margin: 14px auto;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    background: #fff;
}

.modalPopup_alt a.popup_nope_link:hover{
    text-decoration: underline;
}
