﻿.watermark
{
	background: #FFAAFF;
}

.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: Black;
	padding: 3px;
	width: 250px;
}

.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;
}
.btnClose
{
	width: 97px;
	height: 34px;
	padding-top: 10px;
	border: none;
	background: url(/images/btn_blanco-green.png) top left no-repeat;
	text-align: center;	
	font-weight: normal;
	font-size:10px;
	vertical-align: middle;
	display: block;
}
.btnClose:hover
{
	width: 97px;
	height: 34px;
	padding-top: 10px;
	border: none;
	background: url(/images/btn_blanco-grey.png) top left no-repeat;
	text-align: center;
	font-weight: normal;
	font-size:10px;
	vertical-align: middle;
	display: block;
}
.errorboxModal
{
	margin: 10px 10px 10px 10px;
	font-size:12px;
}

.errorboxModal h1 {margin-bottom:5px !important;}
