.message_bar {
    background-color:#EFCCCC;
    width:100%;
    color:#A20000;
    text-align:center;
    display:none;
    font-size:14px;
    font-family:arial;
    font-weight:normal;
	margin-bottom:20px;
	cursor:pointer;
	padding-top:10px;
}
.message_bar div.container {
	width:1000px; 
	margin:0px auto;
}
.close {
    letter-spacing:2px;
    font-size:8px;
    text-align:center;
    padding:3px 3px 0px 0px;
    cursor:pointer;
}
.message {
    padding:0px 0px 10px 0px;
}
.main {
    background-color:#f1f1f1;
    width:80%;
    margin:0px auto;
    min-height:300px;
    text-align:center;
    padding-top:50px;
}
.message_full {
	display:none;
	background-color:#eaeaea;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#eaeaea));
	background-image: -webkit-linear-gradient(top,#f7f7f7, #eaeaea);
	background-image: -moz-linear-gradient(top, #f7f7f7, #eaeaea);
	background-image: -ms-linear-gradient(top, #f7f7f7, #eaeaea);
	background-image: -o-linear-gradient(top, #f7f7f7, #eaeaea);
	background-image: linear-gradient(top, #f7f7f7, #eaeaea);
}
.message_text {
	width:1000px;
	margin:0px auto;
	padding:10px;
	font-size:14px;
	text-align:left;
}
.message_text img {
	width:120px;
	margin-right:10px;
	box-shadow: 3px 3px 5px #222;
}
.message_text p {
	margin:0px 0px 10px 0px;
}
.message_text p a {
	font-weight:bold;
}
.clost_box {
	width:300px;
	margin:0px auto;
}
.close {
	float:left;
	font-size:12px;
}
.ui-icon-triangle-1-n{
	background-image: url(http://jquery-ui.googlecode.com/svn/tags/1.6rc5/themes/base/images/454545_256x240_icons_icons.png)/*{iconsHover}*/;
	float: left;
	margin: 0 4px;	
	width: 16px;
	height: 16px;
	background-position: 0 -16px;	
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}






