.highlight,highlight:focus
{
    /*background-image: none !important;
    background-color: #fffacd !important;	
	background: url("../images/arrow.png") repeat-x scroll 50% 50% #FEF1EC;*/
    border: 1px solid #a94442 !important;
    color: Red;/*Default Color Black*/
}

.alertbox
{
    position: absolute;
    color: Black;
}

.alertbox div
{
   height: auto;
	    font-size: 12px;
    font-family: arial, sans-serif;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNS…tP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=');
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1;
	box-shadow: 0 -2px 2px rgba(50, 50, 50, 0.3);
	border-radius: 4px 4px 0px 0px;
	padding: 2px;
	text-align: left justify;
	float: left;
	border-bottom: none;
	text-align: center;
	width:auto;
	margin-top:-9px;    
}

.alert-red
{
	padding: 10px 35px 15px 10px;
	margin-bottom: 20px;
	color: white;
	text-shadow: 0 1px 0 #AD2516;
	border: 1px solid #CB2C1A;
	background: #D96D3A;
	background: -moz-linear-gradient(top, #D96D3A 0%, #CB2C1A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D96D3A), color-stop(100%,#CB2C1A));
	background: -webkit-linear-gradient(top, #D96D3A 0%, #CB2C1A 100%);
	background: -o-linear-gradient(top, #D96D3A 0%,#CB2C1A 100%);
	background: -ms-linear-gradient(top, #D96D3A 0%, #CB2C1A 100%);
	background: linear-gradient(top, #D96D3A 0%,#CB2C1A 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#D96D3A', endColorstr='#CB2C1A',GradientType=0 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}




.alert-green
{
	padding: 10px 35px 15px 10px;
	margin-bottom: 20px;
	color: white;
	text-shadow: 0 1px 0 #029FE2;
	border: 1px solid #029FE2;
	background: #1e4555;
	background: -moz-linear-gradient(top, #1e4555 0%, #1e4555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e4555), color-stop(100%,#1e4555));
	background: -webkit-linear-gradient(top, #1e4555 0%, #1e4555 100%);
	background: -o-linear-gradient(top, #ADC800 0%,#1e4555 100%);
	background: -ms-linear-gradient(top, #ADC800 0%, #1e4555 100%);
	background: linear-gradient(top, #1e4555 0%,#1e4555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ADC800', endColorstr='#829E18',GradientType=0 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}