/* 文学博客网公告、信息样式表 王峰 2006-3-21 */

.shownotice {
	margin-bottom:9px;
	background:url(/images/style/head_col5.gif) repeat-x 0 1px;
	border:1px solid #D6CABF;
	padding:2px;
	}

.shownotice h1 {
	background:url(/images/style/icon_!.gif) no-repeat 8px 4px;
	line-height:20px;
	padding-left:20px;
	border-bottom:1px solid #D6CABF;
	}

.shownotice p {
	line-height:18px;
	padding:0 10px;
	}

.shownotice .author {
	float:none;
	text-align:right;
	margin:5px;
	padding:5px;
	border-top:1px dashed #D6CABF;
	}

#msg {
	margin:30px auto;
	width:400px;
	background:url(/images/style/msg_bg.gif) repeat-y;
	}

#msg .alert {
	background:url(/images/style/msg_corner9.gif) no-repeat right top;
	padding:30px 50px;
	font-size:14px;
	line-height:21px;
	color:#c00;
	text-align:left;
	}

#msg .close {
	background:url(/images/style/msg_bottom.gif) no-repeat left bottom;
	text-align:right;
	padding:0 18px 14px 0;
	}

#msg .input {
	margin:5px 0;
	text-align:center;
	}

#msg .input input {
	width:160px;
	}

#msg .buttons {
	background:url(/images/style/msg_bottom.gif) no-repeat left bottom;
	}

