@charset "utf-8";
/* CSS Document */

.alert_box {
	text-align:center;
	padding:20px 20px 20px 20px;
	background-position: center 0px;
	background-repeat:no-repeat;
	color:#F00;
}

.wait {
	background-image:url(/images/loading.gif);
}

.alert_options {
	text-align:center;
	padding:5px;
}
.alert_options input{
	margin-left:30px;
	margin-right:30px;
}
.alert_box  span {
	display:block;
	margin:0px auto 20px auto;
}
.alert_options .act_button {
	margin:20px 40px;	
}

.alert_img {
	max-height:650px; 
	max-width:800px;	
	text-align:center;
}
.alert_img img {
	margin:0px 0px 10px 0px;	
}

.act_button, a.act_button {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	display:inline-block;
    border: 0px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #002F5F;
	text-decoration:none;
	font-weight:bold;
    /*font-family: droid-sans;*/
    font-size: 14px;
    padding: 8px;
    vertical-align: middle;
	cursor:pointer;
}
.act_button, a.act_button .lstIcon {
	vertical-align:middle;
	margin-right:3px;
}