﻿.watermark {
	background:#FFAAFF;
}

.simplemodal-data{width:400px !important;}

.popupControl {
	background-color:#ffffff;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color:Black;
	border-width:2px;
}

#simplemodal-overlay {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup h2 {
		margin:0;
		border:0;
		padding:0;
		padding-bottom:.3em;
		color:#000000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.2em;
		font-style:italic;
}

.modalPopupTitleBar {
    background-color:Blue;
    border-width:0px;
    border-style:outset;
    border-color:Blue;
    padding:3px;
    height:15px;
    color:White;
    font-weight:bold;
    border-bottom:outset 2px;
} 



.simplemodal-container{
    display:block;
    margin:0;
    padding:15px;
    border:0;
    background:#FFF;
}
.simplemodal-container h1,
.simplemodal-container h2{/*margin-top:0; padding-top:0;*/}
