@charset "utf-8";
/* office.css */
@charset "utf-8";
/* login.css */
#officeBox {
	width: 250px;
	margin-top: 0px;
	overflow: hidden;
	background: url(/images/bg_250box.png) no-repeat 0 0;
}

#officeBox .officeTitle {
	background: #F7F7F7 url(/images/bg_nav_head_link.png) no-repeat 0 0;
	color: #fff;
	height: 28px;
	line-height: 28px;
}

#officeBox .officeTitle p {
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
}

#officeBox .officeForm {
	font-size: 11px;
	padding:6px;
}

#officeBox .topper {
	width: 250px;
	height: 28px;
	background: #F7F7F7 url(/images/bg_loginbox_top.png) no-repeat top;
}

#officeBox .bottomer {
	width: 250px;
	height: 28px;
	background: #F7F7F7 url(/images/bg_loginbox_bottom.png) no-repeat bottom;
}
#officeForm .officeText {
	font-weight: normal;
	padding: 12px;
}

#officeBox a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

#officeBox a:hover {	
	text-decoration: underline;
}

#officeBox .officeHead {
	cursor: pointer;
}

#officeBox .newsItem {
	padding: 6px;
}

#officeBox .officeBlock {
	padding: 6px;
}
