



/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
}

#popUpDiv {
	position:absolute;
	padding: 0 15px;
}


#mo_cancel {
float:right;
font-size:25px;
font-weight:bold;
color:#FFFFFF;
background:#000000;
border-style:none;
align:center;
width:30px;
height:30px;
border-radius:50%;
}
#mo_cancel:hover {
background:#999999;
cursor:pointer;

}
#mo_submit {
background-color:#ff9900

}
#mo_submit:hover {
background-color:#FFFF00;
cursor:pointer;

}
#mo_thanks {
	position:relative;
	top:30px;
}
.mo_top {
	font-size:14px
}
.mo_prompt {
	font-size:12px
}
.mo_prompt table td {
	padding:5px;
}

#popUpDiv a {position:relative; top:20px; left:20px}