#message-info, #message-error {
	margin: 0px auto;
	text-align: center;
	width: 500px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -252px;
	margin-top: -62px;
	border: 2px solid #2B9435;
	background-color: #F3F3F3;
	clear: both;
}
#message-info .message-logo{
	display: none;
	margin: 0px auto;
	text-align: center;
	width: 84px;
	height: 69px;			
	background-color: #117300;
	float: left;
}
#message-error .message-logo{
	display: none;
	margin: 0px auto;
	text-align: center;
	width: 84px;
	height: 69px;			
	background-color: #730005;
	float: left;
}
#message-info .message-image,#message-error .message-image {
	display: none;
	margin: 0px auto;
	padding:0px auto;
	width: 84px;
	height: 69px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
#message-info .message-text,#message-error .message-text{
	width: 410px;
	/* float: right; */
	margin: 0px auto;
	margin-bottom: 20px;
	font-size: 20px;
}
#message-info .message-action,#message-error .message-action{
	clear: both;
	width: 100%;
	text-align: center;
	height: 15px;
	font-weight: bold;
	font-size: 15px;
}