@import url("contents.css");

#contents .vipCont h4{
font-size:12px;
font-weight:normal;
}
#contents .vipCont .card{
background:url(../vip_info/images/card.png) no-repeat;
background-position:right top;
width:370px;
height:150px;
padding:0 170px 0 0;
margin:15px 0 10px 0;
}
* html #contents .vipCont .card{
behavior: expression(IEPNGFIX.fix(this));
}
#contents .vipCont dl{
width:500px;
margin:0 0 0 30px;
}
#contents .vipCont dt{
font-size:13px;
border-bottom:1px solid #ccc;
color:#00A4F9;
margin:0 0 5px 0;
}
#contents .vipCont dt span{
font-size:12px;
margin:0 0 0 10px;
}

#contents .vipCont dd{
margin:0 0 15px 0;
}
#contents .vipCont .vip_prof{
background:url(../vip_info/images/vip_prof.png) no-repeat;
background-position:top right;
height:200px;
padding:0 200px 0 0px;
}
* html #contents .vipCont .vip_prof{
behavior: expression(IEPNGFIX.fix(this));
}
#contents .vipCont dd span{
color:#ff0000;
}
#contents .vipCont dd .birth{
width:490px;
border-top:1px solid #e1e1e1;
border-left:1px solid #e1e1e1;
margin:5px 0 5px 0;
}
#contents .vipCont dd .birth th{
width:50%;
background:#f1f1f1;
text-align:center;
font-weight:normal;
padding:5px;
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
font-size:11px;
}
#contents .vipCont dd .birth td{
color:#cc0000;
text-align:center;
padding:5px;
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
}
