﻿/* For Alert Box style:: */
#BoxDiv
{ 
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	
	/*background-image: url(tp.png);*/ /* required by MSIE to prevent actions on lower z-index elements */
}
#Box
{
	position: relative;
	padding:35px 0 0 0;
	width: 365px;
	min-height: 199px;
	margin-top: 580px;
	border: 0px;
	/*background-color:#C97421;*/

	background:url(../images/popup_bg_new.jpg) no-repeat;
	text-align: center;
}
#Box h5
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	height: 40px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-right: 1px;
	vertical-align: middle;
	margin: 0;
	border: 0px;
	background: url(../../images/bgmenu.jpg) repeat-x;
}
#Box h2
{
	background-color:Transparent;
	height: 5px;
	margin: 0;
	padding: 0px;
	border: 0px;
}
#Box h3
{
	height: 20px;
	vertical-align: middle;
	margin: 0;
	padding: 0px;
	border: 0px;
	/*background-color:#C97421;*/
}
#Box p
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 35px;
	width: 80%;

	padding-left: 5px;
	margin-left: -15pxs;
	margin-right: auto;
	margin-top:20px;
	text-align: center;
}
#tblBox
{
	border-collapse: collapse;
	vertical-align:bottom;
	border: 0px;
	margin: 0px;
	text-align: center;

	width: 100%;
}
#tblBox #OkBtn
{ margin-left:-58px;
	border: 0;
	padding: 20px 0 0 0;
	cursor: pointer;
	
}
#tblBox #CancelBtn
{
	border: 0px;
	padding: 0px;
	cursor: pointer;
}