#message-container {
	clear:both;
	position:fixed;
	top:100px;
	left:36%;
	width:286px;
	z-index: 99;
	cursor: pointer;
}

#message_container {
	position:relative;
}

#message_container .infoTop{
	height:9px;
	background: url(../images/info_top.gif) no-repeat;
    font-size:2px;
}
#message_container .infoMiddle{
	background: url(../images/info_content.gif) repeat-y;
	min-height:82px;
}
#message_container .infoBottom{
	height:9px;
	background: url(../images/info_bottom.gif) no-repeat;
	font-size:2px;
}
#message_container .infoIcon{
	background: url(../images/info_icon.gif) no-repeat 15px 15px;
}

#message_container .warningTop{
	height:9px;
	background: url(../images/warning_top.gif) no-repeat;
    font-size:2px;
}
#message_container .warningMiddle{
	background: url(../images/warning_content.gif) repeat-y;
	min-height:82px;
}
#message_container .warningBottom{
	height:9px;
	background: url(../images/warning_bottom.gif) no-repeat;
	font-size:2px;
}
#message_container .warningIcon{
	background: url(../images/warning_icon.gif) no-repeat 15px 15px;
}

#message_container .errorTop{
	height:9px;
	background: url(../images/error_top.gif) no-repeat;
    font-size:2px;
}
#message_container .errorMiddle{
	background: url(../images/error_content.gif) repeat-y;
	min-height:82px;
}
#message_container .errorBottom{
	height:9px;
	background: url(../images/error_bottom.gif) no-repeat;
	font-size:2px;
}
#message_container .errorIcon{
	background: url(../images/error_icon.gif) no-repeat 15px 15px;
}

#message_container .messageContent{
}

#message_container h4 {
	padding:17px 15px 0px 75px;	
	margin:0;
	font-size:12px;
	font-weight: bold;
	color: #FFF;
}
#message_container p {
	padding:5px 15px 10px 75px;	
	margin:0;
	font-size:12px;
	color: #FFF;
}