﻿.office {
	width: 275px;
	height: 105px;
	padding-top: 10px;
	border: 0px solid blue;
}
.float_left {
	float: left;
	background: url(../../images/office_bg1.gif) no-repeat 100% 100%;
}
.float_right {
	float: right;
	background: url(../../images/office_bg2.gif) no-repeat 100% 100%;
}
.float_bot_left {
	float: left;
	background: url(../../images/office_bg3.gif) no-repeat 100% 100%;
}
.float_bot_right {
	float: right;
	background: none;
}

.office .flag {
	float: left;
	background: url(../../images/img_flag2.gif) no-repeat 0 0;
	width: 108px;
	height: 84px; 
	margin: 2px 0;
}
.office .flag img {
	margin: 7px;
	width: 94px;
	height: 70px;
}
.office .card-content {
	float: left;
	width: 155px;
	margin-left: 10px;
	border: 0px solid blue;
}
.office .hdr {
	float: left;
	width: 155px;
	line-height:24px;
	font-size: 11pt;
	margin-top: 2px;
	font-weight: bold;
	color: #565252;
	border: 0px solid red;
}
.office .more {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px solid red;
}
/*.office .txt {
	float: left;
	width: 155px;
	height: 45px;
	overflow: hidden;
	color: #565252;
	font-size: 9pt;
	border: 0px solid blue;
}
.office .txt p {
	color: #565252;
	font-size: 9pt;
	border: 1px solid red;
}*/
