/* Alertpanel CSS */
#apconinner
{
	width:525px;
	height:100px;
	background-color:#ffffff;
	background-image:url(/img/home/alert/bkg-alert.jpg);
	background-repeat:no-repeat;
}
.apcontent
{
	float:left;
	width:450px;
	margin-left:18px;
	padding-top:10px;
	color:#006699;
	line-height:18px;
}

.apclose
{
	float:right;
	width:40px;
	text-align:right;
	padding:10px 15px 0 0;
	font-size:12px;
}

#apconinner a:link,#apconinner a:active,#apconinner a:visited
{
	text-decoration:none;
	color:#CC0000;
}

#apconinner a:hover
{
	text-decoration:underline;
}

#apconinner p
{
	margin:0;
	padding:0;
}
