
/*======start css/message.css start=======*/

div.message {
/*
	clear: both;
	color: #FF0000;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
*/
	background: orange;
	color: #fff;
	padding: 4px;
	font-size: 14px;
	font-weight: 900;
/* 	position: fixed; */
	/* top: 4px; */
/* 	top: 2%; */
/* 	left: 25%; */
	margin-left: -70px;
	width: 480px;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}


/*======end css/message.css end=======*/
