#Warning
{
	margin:10px 10px 10px 50px;
	text-align:center;
}

.WarningBody
{
	width:598px;
	border-left:1px solid #FFE371;
	border-right:1px solid #FFE371;
	background:#FFFEC9;
}

.WarningTop
{
	width:600px;
	height:6px;
	background:url('../images/warning-top.gif') 0 0 no-repeat;
}
.WarningFoot
{
	width:600px;
	height:6px;
	background:url('../images/warning-foot.gif') 0 0 no-repeat;
}
.WarningClose
{
	padding:3px 8px;
	width:12px;
	height:12px;
	float:right;
}
.WarningClose img
{
	border:0px;
}
.WarningContent
{
 	font-family:宋体;
	font-size:12px;
	color:#845115;
}
.WarningContent input
{
	color:#845115;
	border:1px solid #8D581B;
	background:#FFFEC9;
}


.MenuCol
{
	margin:2px;
	width:180px;
 	font-family:宋体;
	font-size:12px;
	padding-bottom:4px;
	background:url(../images/menu_bg.gif) 0 bottom no-repeat;
}

.MenuCol h2
{
	margin:0;
	width:180px;
	height:27px;
	line-height:27px;
	background:url(../images/menu_h2_bg.gif) 0 0 no-repeat;
	color:#FFF;
	font-size:12px;
	text-align:center;
}

.MenuCol ul
{
	margin:0;
	list-style:none;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	background:#f6f6f6;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	background:#f6f6f6 url(../images/menu_mytb_bg.gif) 0 0 no-repeat;
}
.MenuCol ul li
{
	margin-left:4px;
	width:170px;
	line-height:23px;
	text-indent:17px;
}
.MenuCol ul li.selected
{
	background:url(../images/menu_col_li_selected.gif) 0 0 no-repeat;
}
