.box {
	float:left;
	width:276px;
	height:128px;
	overflow:hidden;
	background:url(../../img/sep-box.gif) no-repeat 0 bottom;
	padding-bottom:5px;
	margin-bottom:30px;
	margin-right:65px;
	position:relative;
	font-size:12px;
	line-height:15px;
}
.box-right {
	margin-right:0;	
}
.box-bottom {
	height:108px;	
}
.box h5 {
	font-size:18px;	
	color:#006080;
	margin-bottom:10px;
}
.box .link {
	position:absolute;
	right:0;
	bottom:0;
}
.box .link a {
	color:#42719B;	
}
.box strong {
	color:#006080;	
}
.box strong b {
	font-size:15px;	
	color:#006080;
}

.box .field {
	float:left;
	width:276px;
	margin-bottom:3px;
}
.box form input,
.box form select {
	width:140px;
	border:1px solid #cccccc;
	padding:0;
	margin:0;
	font-size:11px;
	float:right;
}
.box form input {
	padding:1px 0;
	width:138px;
}
.box form label {
	width:126px;
	float:left;
	padding-top:2px;
}

.intro {
	color:#666666;
	font-size:10px;
	padding:20px 50px;
	float:left;
	line-height:12px;
}
