@charset "UTF-8";
/* CSS Document */
#container {
	padding-top:25px;
}
.pri1 {
	width:860px;
	height:44px;
	margin:0 0 20px 20px;
}
.pri2 {
	width:860px;
	height:44px;
	margin:0 0 20px 20px;
	background-image:url(../img/pri2.png);
}
.pri3 {
	width:860px;
	height:44px;
	margin:0 0 20px 20px;
	background-image:url(../img/pri3.png);
}
.po_box {
	display:table-cell;
    vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:107.7%;
	padding:10px 0 8px;
}
/*for IE6 */
* html .po_box {
    display:inline;
    zoom:1;
}     
/*for IE7 */
*:first-child+html .po_box {
    display:inline;
    zoom:1;
}
.pb_1 {
	width:120px;
	background-image:url(../img/pri1_bg.png);
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color:#c04224;
}
.pb_2 {
	width:120px;
	background-image:url(../img/pri2_bg.png);
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color:#f9860f;
}
.pb_3 {
	width:120px;
	background-image:url(../img/pri3_bg.png);
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color:#6da815;
}
.plus {
	width:50px;
	color:#999;
}
