/* CSS Document */
#alertHolder {
	width:315px;
	height:125px;
	position: absolute;
	overflow: hidden;
	right:0px;
	bottom:49px;
}
#alertSlider {
	width:315px;
	height:125px;
	margin-top:100px;
	margin-left:200px;
	background: url(../images/shell/alert_bg.png) no-repeat left top;
}

#alertTitle {
	height:25px;
	width:120px;
	float:right;
	padding-right:10px;	
}
#alertTitle h2 {font-size:12px; margin:0; padding:0; line-height:25px; color:#fff; font-weight:bold; text-align:right;}
#alertTitle:hover {cursor:pointer;}
#alertCopyHolder {
	clear:right;
	width:295px;
	height:100px;
	padding:10px;
}
#alertCopy {
		
}
#alertCopyText {float:left;width:155px; color:#fff; font-size:11px; line-height:14px;}
#alertCopyText a {color:#fff; font-weight:bold;}
#alertImageHolder {float:left; width:135px; height:80px; margin-right:5px;}
#alertImageHolder img {max-width:134px;max-height:80px;}

a#alertLink2 {display:block; margin-top:10px;}

