﻿/* For Alert Box style:: */
#BoxDiv
{
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;

}
#Box
{
 background: url("../../content/images/popup.png") no-repeat scroll 0 0 #FFFFFF;
    height: 240px;
    margin-top: 580px;
    min-height: 205px;
    position: relative;
    text-align: left;
    width: 333px;
}
#Box h1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	height: 31px;
	font-weight: bold;
	color: Black;
	text-align: center;
	padding-right: 1px;
	padding-top: 8px;
	vertical-align: middle;
	margin: 0;
	border: 0px;
	
}
#Box h2
{
	background-color:Transparent;
	height: 5px;
	margin: 0;
	padding: 0px;
	border: 0px;
}
#Box h3
{
	height: 0px;
	vertical-align: middle;
	margin: 0;
	padding: 0px;
	border: 0px;
	background-color:#fff;
}
#Box p
{
  color: #fff;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
    height: 39px;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 39px;
    padding-left: 5px;
    text-align: center;
    width: 95%;
}
#tblBox
{
	border-collapse: collapse;
	vertical-align:bottom;
	border: 0px;
	margin: 0px;
	text-align: center;

	width: 100%;
}
#tblBox #OkBtn
{
	    border: 0 none;
    cursor: pointer;
    padding: 16px 0 12px;
}
#tblBox #CancelBtn
{
	border: 0px;
	padding: 0px;
	cursor: pointer;
}