﻿#jalertOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('/Images/JqueryUI/jalertback.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#jalertBox{
	position: absolute;width: 90%;background-color: #fff;left: 5%;top: 30%;z-index: 9999;border: 1px solid #323232;
}

#jalertBox h1,
#jalertBox p{
}

#jalertBox h1{
	background-color: #f5f5f5;padding: 10px 0;text-align: center;color: #828282;border-bottom: 1px solid #ebebeb;
}

#jalertBox p{
	padding: 20px;text-align: center;line-height: 19px;font-size: 15px;
}

#jalertButtons{
	border-top: 1px solid #ebebeb;padding: 10px;overflow: hidden;
}

#jalertBox .button{
	display: block;float: left;text-align: center;background-color: #e6e6e6;padding: 10px 0;color: #828282;font-size: 14px; 
}

#jalertBox .button span{
}

#jalertBox .bc11{				width: 100%;}
#jalertBox .bc21{				width: 50%; background-color: #ff87a0;color: #fff;}
#jalertBox .bc22{				width: 50%;}

