/* ----------------------- */
/* Title: 简单页面         */
/* Update: 2008-10-11      */
/* ----------------------- */
@import url(base.css);
@import url(class.css);
@import url(layout.css);

/* ----------------------- */
/* 页面主体                */
#container {
	clear:both;
	background:url(../../images/container_bg_content.gif) repeat-x 0 30px;
}
#current {
	border-bottom:#e0e0e0 1px solid;
}
#container div.title {
	width:760px;
	margin:auto;
	background:url(../../images/icon_title_default.gif) no-repeat 0 10px;
	padding-left:55px;
}
#container .form {
	margin:0 auto 20px auto;
}
#tab {
	width:752px;
}
#main {
	width:752px;
	border:1px solid #a1d2ed;
	padding:20px 30px;
	background:#edf7fe;
	margin:auto;
}

