@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html,body {
	height:100%;
}
body {
	font-family:font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#787878;
	overflow-x:hidden;
}
img, table, fieldset, button {
	border:0;
}
input, textarea, select {
	font-family:Tahoma, Arial;
	font-size:13px;
}
ul, dl {
	list-style:none;
}
ol {
	padding-left: 2em;
}
p {
	line-height:1.2em;
	margin: 0 0 1.2em;
}
a {
	color:#0074c0;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.center {
	margin:0 auto;
	padding-top:100px;
	text-align:center;
}
#msgBox {
	margin:0 auto;
	width:422px;
	height:150px;
	text-align:left;
	border:1px solid #dddddd;
}
#msgHdr {
	width:422px;
	height:28px;
	border-bottom:1px solid #dddddd;
	background:#f0f3f5 url(../images/msg_tbg.gif) repeat-x left top;
}
#msgHdr span {
	float:left;
	height:28px;
	line-height:28px;
	font-size:13px;
	font-weight:bold;
	color:#666;
	padding-left:10px;
	/*background:url(../images/icon_msg.gif) no-repeat 7px center;*/
}
#msgContent {
	clear:both;
	width:422px;
	height:91px;
	line-height:1.6em;
}
#msgContent p, #msgContent br {
	margin:0;
	padding:0;
	line-height:0.6em;
}
#msgContent #msgContentInner {
	height:50px;
	padding:12px 12px 12px 86px;
	font-size: 14px;
	line-height:1.6em;
	background:url(../images/icon_msg2.gif) no-repeat 30px 14px
}
#msgFtr {
	width:422px;
	height:30px;
	text-align:center;
}