﻿#layer1 {
				position: absolute;
				visibility: hidden;
				width: 400px;
				height: 300px;
				left: 20px;
				top: 300px;
				background-color: #ffffff;
				border: 1px solid #000;
				padding: 10px;
			}
			
			#close {
				float: right;
			}
			
			.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#ffffff;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=90);
	opacity:0.8;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
     border-radius: 10px; /* future proofing */
    -khtml-border-radius: 15px; /* for old Konqueror browsers */
   
	
}

.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;
	
}
.roundedcorner
{
  -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
    border-radius: 15px; /* future proofing */
    -khtml-border-radius: 15px; /* for old Konqueror browsers */
	
}

