
.error_box {
	background-color:#fff;
	display:none;
	width:420px;
	text-align:left;
	border:2px solid #333;
    margin-top:50px;
	opacity:0.9;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
}

.modal h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}


.close
{
    border: 0px;
    background:#FFF;
}