﻿body
{
}
#modalContainer
{
	/*background-color: #000;
	opacity: 0.7;*/
	position: absolute;
	width: 100%;
	height: 90%;
	top: 0px;
	left: 0px;
	z-index: 10000; /*background-image: url(tp.png); 	background-color: #CCCCCC; 	filter: alpha(opacity=90); 	opacity: 0.9;*/
	border-radius: 2px;
}
#alertBox
{
	border: thin solid #42A6C3;
	position: relative;
	width: 380px;
	min-height: 100px;
	margin-top: 160px;
	background-color: #ffffff; /*Alert body background -color*/
	background-image: url('../../HomePageImages/warning-icon5.png');
	background-repeat: no-repeat;
	background-position: 15px 35px;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	border-radius: 4px;
	box-shadow: 1px 1px 10px 1px #FFE1D2;
}
#modalContainer > #alertBox
{
	position: fixed;
}
#alertBox h1
{
	margin: 0; /* font: bold 0.8em Courier New,arial;*/
	font-size: 0.77em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	background-color: #42A6C3;
	color: #FFF;
	border-bottom: 1px solid none;
	padding: 2px 0 2px 5px;
	border-radius: 1px;
}
#alertBox p /* alerBox Content paragraph...*/
{
	font-size: 0.72em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	height: 30px;
	line-height: 1.06;
	width: 300px;
	padding: 8px 5px 2px 2px;
	margin-left: 54px;
	color: Black;
}
#alertBox #closeBtn /*anchor css*/
{
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #CC99FF;
	width: 70px;
	font: 0.6em Helvetica,verdana,arial; /*text-transform: uppercase;*/
	text-align: center;
	color: #FFF;
	background-color: #78919B;
	text-decoration: none;
}
 #alertBox button /*Button css*/
{
	display: block;
	left: 10px; /* for more then on button display: inline;	*/
	position: relative;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	width: 70px;
	font: 0.7em Courier New,arial;
	text-transform: uppercase;
	text-align: center;
	color: Black;
	height: 22px; /*background-color: #685307;*/
}
#ConfirmBox
{
	border: thin solid #42A6C3;
	position: relative;
	width: 380px;
	min-height: 100px;
	margin-top: 160px;
	background-color: #ffffff; /*Alert body background -color*/
	background-image: url('../../HomePageImages/warning-icon5.png');
	background-repeat: no-repeat;
	background-position: 15px 35px;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	border-radius: 4px;
	box-shadow: 1px 1px 10px 1px #FFE1D2;
}
#modalContainer > #ConfirmBox
{
	position: fixed;
}
#ConfirmBox h1
{
	margin: 0; /* font: bold 0.8em Courier New,arial;*/
	font-size: 0.77em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	background-color: #42A6C3;
	color: #FFF;
	border-bottom: 1px solid none;
	padding: 2px 0 2px 5px;
	border-radius: 1px;
}
#ConfirmBox p /* alerBox Content paragraph...*/
{
	font-size: 0.72em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	height: 30px;
	line-height: 1.06;
	width: 300px;
	padding: 8px 5px 2px 2px;
	margin-left: 54px;
	color: Black;
}
 #ConfirmBox button /*Button css*/
{
	display: block;
	left: 0px; /* for more then on button display: inline;	*/
	position: relative;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	width: 70px;
	font: 0.7em Courier New,arial;
	text-transform: uppercase;
	text-align: center;
	color: Black;
	height: 22px; /*background-color: #685307;*/
}
#ConfirmBox #closeBtn /*anchor css*/
{
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #CC99FF;
	width: 70px;
	font: 0.6em Helvetica,verdana,arial; /*text-transform: uppercase;*/
	text-align: center;
	color: #FFF;
	background-color: #78919B;
	text-decoration: none;
}
