.price_list{
width:480px;
display:block;
float:right;
margin:0 0 10px 10px;
}
.price_list .caption{
margin-left:25px;
width:120px;
height:20px;
z-index:2;
top:1px;
border-bottom:none;
padding-top:5px;
color:#16659a;
font-weight:700;
text-align:center;
}
.price_list h1{
font-size:18px;
}
.price_list .text{
min-height:380px;
height:auto !important;
height:380px;
z-index:1;
padding:20px;
}

.price_table{
width:100%;
border-collapse:collapse;
margin-bottom:20px;
}
.price_table td{
border-bottom:1px dashed #DECFBB;
height:39px;
}
.price_table td.price{
width:59px;
text-align:right;
padding-right:10px;
color:#FFFFFF;
font-weight:700;
background:url(/image/price_back.png) 0 center no-repeat;
}