@charset "utf-8";
/* CSS Document */



#alertMessage{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	position: relative;
	width: 100%;
	background-color: #FC3232;
	background-image: url(../images/alertMessageBkg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#alertMessage a{
	/*text-decoration: none;*/
	color: #FFF;
	text-decoration: none;
}
#alertMessage a:hover{
	/*text-decoration: none;*/
	color: #710000;
	text-decoration: none;
}
#alertMessageTitle{
	color: #FFF;
	width: 200px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -12px;
	text-align: right;
}
#alertMessageLink {
	font-size: 12px;
	width: 150px;
	position: absolute;
	right: 5px;
	bottom: 0px;
	text-align: right;
	background: #fc3232 url(../images/alertMessageLinkArrw.png) right top no-repeat;
	padding-right: 23px;
	padding-top: 2px;
	height: 22px;
}
#alertMessageText {
	padding: 15px;
	margin-left: 230px;
	margin-right: 10px;
}
#alertMessageClose {
	position: absolute;
	right: 5px;
	top: 5px;
}
