﻿body
{
    background: #b3e1f9 url(/s/img/w/1/Shop-1/BodyBg_a.jpg) no-repeat center 0;
}
.ClaimDiv
{
    padding: 216px 30px 10px;
    background: url(/s/img/w/1/Shop-1/ClaimBg.jpg) no-repeat center 0;
}
.ClaimDiv table
{
    background: #B7DEF5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset,0 0 10px rgba(0,0,0,.2);
}
.ClaimDiv table tr
{
}
.ClaimDiv table th
{
    height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #DEF5FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DEF5FF), to(#AEE0F9));
    background-image: -webkit-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: -moz-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: -ms-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: -o-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: linear-gradient(#DEF5FF, #AEE0F9);
}
.ClaimDiv table td
{
    height: 28px;
    padding: 10px 0;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}
.ClaimDiv table td.td0
{
    font-weight: bold;
    color: #666;
    width: 110px;
    padding-right: 10px;
    text-align: right;
}
.ClaimDiv table td.td0 span.mustbe
{
    background: url(/s/img/g/WillFill.gif) no-repeat 0 center;
    padding-left: 12px;
}
.ClaimDiv table td.td1
{
    padding-left: 10px;
}
.ClaimDiv table td .inp1, .ClaimDiv table td .inps1
{
    border-color: #999;
}

.ClaimDiv table td .inp1:focus, .ClaimDiv table td .inps1:focus
{
    border-color: #06c;
}
/*——*/