#textid {
	padding: 10px
}
#bgDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
 filter:alpha(opacity:75);
	opacity: 0.6;
}
#msgDiv {
	text-align: center;
	position: absolute;
	left: 48%;
	top: 30%;
	line-height: 25px;
	z-index: 101;
	padding: 0;
	font-size: 12px;
	height: auto!important;
	min-height: 142px;
	width: 255px;
}
#msgTxt {
	clear: both;
	text-align: left;
	width:265px;
	height:348px;
	background-repeat:no-repeat;
	background-size:contain;
}
#msgTxt li {
	border-bottom: 1px dotted #69a;
}
#msgTitle {
	font-size: 12px;
	margin: 0;
	height: 21px;
	width: 100%;
	line-height: 20px;
	text-indent: 3em;
	background: url(attachments/month_0904/n200942816339.gif) left top no-repeat;
	text-align: left;
 filter:alpha(opacity:75);
	opacity: 0.6;
	font-family: Verdana, Arial;
}
#msgTitle b {
	cursor: pointer;
	float: right;
	width: 30px;
	height: 20px;
	margin-right: 10px;
	display: inline;
}
#msgButton input {
	border:none;
	color: #fff;	
	background: #008bd5;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	padding: 0 20px;
	margin:0 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
#msgButton {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 255px;
	text-align: center;
	height: 30px;
	padding: 0;
}
#msgRun {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	background: #fff5ee;
	border: 1px solid #f80;
}
#msgRun ul {
	margin: 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #f85;
	font-size: 12px;
}
#msgRun ul li {
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
input {
	cursor: pointer;
}
p {
	padding: 5px;
}
textarea {
	width: 580px;
	overflow: hidden;
	height: 60px;
	padding: 5px;
}