/*
 * 系统提示信息CSS
 * Style : Default
 * Author : NinJa911
 * Email : ninja911@qq.com
 * HomePage : http://www.ninja911.com
 * Date : 2009-02-12 18:00
 * 
 */
* {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "宋体", Arial, Tahoma, Verdana, System, sans-serif;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
td,th,div,li,dd {
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
a {
	color: #1667A9;
}
a:link {
	color: #2055D0;
}
a:visited {
	color: #5191E6;
}
a:hover {
	color: #1A4A73;
	text-decoration: underline;
}
a:active {
	color: #2F5BD2;
}
.clear_both {
	clear:both;
}
/* begin 表单 */
.form_input_submit {
	line-height: 25px;
	height: 25px;
	background-image: url(../images/sys_msg/msg_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	letter-spacing: 0.2em;
	text-align: center;
	border: 1px solid #4595CF;
	padding-right: 4px;
	padding-left: 4px;
}
/* end 表单 */

.msg_box_main {width:600px; height:240px; margin-top:15%; margin-left:auto; margin-right:auto; border:1px solid #2294CA; text-align:center; padding:20px; margin-bottom:20px;}
.msg_left_bg {
	background-image: url(../images/sys_msg/msg_img_info.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

