
#info_message {
	display: none;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	position: fixed;
	z-index: 50000;
	margin-top: 200px;
	padding: 0;
	background: #87e0fd;
	background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87e0fd), color-stop(40%, #53cbf1), color-stop(100%, #05abe0));
	background: -webkit-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
	background: -o-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
	background: -ms-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
	background: linear-gradient(to bottom, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=0 );
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	behavior: url(border-radius.htc);
//for IE
}

.center_auto {
	text-align: center;
	padding: 30px 0 10px;
	margin: 0 auto;
	width: 300px;
	height: 300px;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	behavior: url(border-radius.htc);
//for IE
}

#info_message .message_area {
	float: left;
	width: 300px;
	height: 300px;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	behavior: url(border-radius.htc);
//for IE
}

.info_message_text {
	width: 300px;
	height: 300px;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	behavior: url(border-radius.htc);
//for IE
}

#info_message .message_area span.link_ribbon {
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
}

#info_message .button_area {
	position: relative;
	top: -17px;
	left: 220px;
	width: 22px;
	height: 21px;
}

.info_bg {
	background-color: #FFF;
}

.info_bg .message_area {
	color: #FFF;
	text-shadow: 1px 1px 0 #666;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	behavior: url(border-radius.htc);
//for IE
}

.info_bg .button_area {
	background: url('../img/info_close.png') 0 0 no-repeat;
	cursor: pointer;
}

.clearboth {
	clear: both;
}

.info_more_descrption {
	display: none;
	width: 300px;
	height: 300px;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	background: #fbfbfb;
	overflow: auto;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	behavior: url(border-radius.htc);
//for IE
}

.succ_bg .info_more_descrption {
	-moz-box-shadow: 0 0 5px #56a25e;
	-webkit-box-shadow: 0 0 5px #56a25e;
	box-shadow: 0 0 5px #56a25e;
}

.error_bg {
	background: url('../images/error_bg.png') 0 0 repeat-x;
}

.error_bg .message_area {
	color: #FFF;
	text-shadow: 1px 1px 0 #666;
}

.error_bg .button_area {
	background: url('../img/info_close.png') 0 0 no-repeat;
	cursor: pointer;
}

.error_bg .info_more_descrption {
	-moz-box-shadow: 0 0 5px #b2495b;
	-webkit-box-shadow: 0 0 5px #b2495b;
	box-shadow: 0 0 5px #b2495b;
}

h3.noticeTitle {
	font-size: 16px;
	padding: 20px 0 6px;
}

p.noticeText {
	font-size:11px;
	line-height: 2.5em;
}
