@charset "utf-8";
/* CSS Document */

.alertbox-bg{
	position: fixed;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 9999;
	background-color:#000;
	width: 100%;
	top: 0px;
	left: 0px;
	display:none;
}
.alertbox{	
	width: 420px;
	height: 150px;
	z-index: 10000;
	opacity:1;
	word-wrap: break-word;
	background:#fff;
	/*border:2px solid #008FDE;*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
	position:fixed;	
 
}
.alert-Heading{
	position:relative;
	width:400px;
	padding:10px;
	font-family:calibri;
	background:#3f3f3f;	
	font-size:16px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.alert-image{	
	height: 30px;
    left: 45px;
    position: absolute;
    top: 70px;
    width: 30px;
	background:url('../img/cross.png') no-repeat;
}
.alert-message{
	color: #000000;
    font-family: calibri;
    font-size: 17px;
    font-weight: bold;   
	text-align:center;
	width:420px;
    position: absolute;
    top: 63px;
}
.alert-button{

	background:#739B23;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
    color: #FFFFFF;
    cursor: pointer;
    font-family: calibri;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    left: 326px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 105px;
    width: 62px;	
}
