@charset "utf-8";
/* CSS Document */

#Notice, #Notice-blue, #Notice-red, #Notice-yellow, #Notice-green{
	clear: both;
	float: none;
	width: auto;
	display: block;
	background-color: #FFB0B0;
	border: 1px solid #FF8080;
	line-height: 1.4em;
	color: #2E2E2E;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 48px;

}
#Notice-blue{
	background:rgba(41,137,216, 0.75);
	border:1px solid #1E5799;
}
#Notice-red{
	background:rgba(247,49,49, 0.75);
	border:1px solid #F73131;
	color: #FFF;
}
#Notice-yellow{
	background:rgba(241,218,54, 0.75);
	border:1px solid #f1da36;
	color:black;
	
    background-image: url(../images/warning_51.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:28px 28px;
}
#Notice-green{
	background: rgba(41,154,11, 0.75);
	border: 1px solid #299a0b;
	color: #FFF;
	
	    background-image: url(../images/warning_51.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:28px 28px;
}
.Text-Color-Green {
	color: #090;
}
.Text-Color-Red {
	color: #F00;
}
.langBox {
	display: inline-block;
	float: right;
	margin-top: 32px;
}
