
.ann_info {
	width: 95%;
	height:65px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.ann_info img {
	float: left;
	margin:5px;
}
#ann_error {
	color: dimgray;
	background-color: #FFDBDB;
	border: 2px solid #B22222;
}
#ann_success {
	color: dimgray;
	background-color: #D7F9D7;
	border: 2px solid green;
}

.public_text {
	display:none;
	background-color:gainsboro;
	color: #111111 !important;
	background: -moz-linear-gradient(left top 315deg, gainsboro, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(gainsboro), to(#fff));
	width:600px;
	min-height: 100px;
	max-height: 600px;
	overflow: auto;
	padding:10px;
	border:2px solid crimson;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 1px;
	-webkit-box-shadow: 0 0 10px crimson inset;
	-moz-box-shadow: 0 0 10px crimson inset;
	box-shadow: 0 0 10px crimson inset;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-top: -100px;
	margin-left: -300px;
	z-index: 9998;
}
.public_text img {
	float: left;
	margin:5px;
}

a.public_textboxclose{
	display: none;
	float:right;
	width:30px;
	height:30px;
	background:transparent url(../images/close.png) repeat top left;
	margin-top:0px;
	margin-right:0px;
	cursor:pointer;
	z-index: 9999;
}