#clr { clear:both;}

#alert-box-mid {
	background-color: #FFFFFF;
	border: 1px solid #768ca5;
	color: #000000;
	float: none;
	margin-bottom: auto;
	margin-right: auto;
	max-width: 570px;
	width: 100%;
	border-radius: 7px;
	background-image: url(/images/alert-bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	vertical-align:middle;
}

#close-btn-strip
{
	width:99%;
	height:auto;
	float: left;
	margin-top: 12px;
}

#small-alert {
	
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-top:61px;
}

#alert-box-new {
	float: left;
    height: auto;
    margin: 7px 0 4px 4px;
    width: 98.85%;
}

.alert-box1-bg
{
	background-color:#9ec7a1;
	padding: 5px;
}
.alert-box1-bg p {
    color: #000 !important;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 20px;
    margin-left: 0;
    padding: 5px;

}

#button-strip {
	height: auto;
	width: 99%;
	float: right;
	margin-bottom: 12px;
}
#blue-botton-gradient {
   background: #dce3f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZTNmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2JjYzdlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #dce3f9 0%, #bcc7e5 64%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce3f9), color-stop(64%,#bcc7e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dce3f9 0%,#bcc7e5 64%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dce3f9 0%,#bcc7e5 64%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dce3f9 0%,#bcc7e5 64%); /* IE10+ */
background: linear-gradient(to bottom, #dce3f9 0%,#bcc7e5 64%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce3f9', endColorstr='#bcc7e5',GradientType=0 ); /* IE6-8 */
    border-radius: 7px;
    color: #ffffff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-right: 0px;
    margin-top: 10px;
    padding: 10px;
	border:solid 1px #bcc7e5;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	
}
#blue-botton-gradient a
{
	color:#2f3776;
	line-height:1.42857;
	text-decoration:none;
	white-space:nowrap;
}

#close-btn-strip
{
	width:99%;
	height:auto;
	float: left;
	margin-top: 9px;
	color: #fff;
	font-weight:bold;
	font-size:16px;
}
#alert-box-new h2 {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 5px;
    padding-left: 5px;
    text-transform: none;
}


.PopupDiv {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}