

div.errorbox {
    float:      right;
    width:      145px;
    height:     30px;
    padding-left:16px;
    padding-top:7px;
    color:      white;
    background:url('https://cdn.gosupermodel.com/images/billing/giftcertificate/errorbox.png') no-repeat;
}

.shadowbox {
    background-color: #fcf8f3;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px#999;
    box-shadow: 0 0 5px #999;
    margin:12px 8px 12px 0px;
    padding:25px;
    overflow:auto;
}

.section_header {
    color:#c37d8c;
    font-size:150%;
}

.shadowbox .input_box {
    height:26px;
    margin: 15px 0px;
}

.shadowbox .input_field {
    padding-left:7px;
    height:26px;
    float:right;
}

input[type="text"], input[type="password"], input[type="select"] {
    background-color:white;
}

.shadowbox h2{
    color:#c37d8c;
    font-size:16px;
}

.gray_circle {
    background:url('https://cdn.gosupermodel.com/images/billing/giftcertificate/gift_certificate_icons.jpg') 0 0;
    height:35px;
    width:47px;
    float:left;
    font-size:150%;
    font-weight:bold;
    padding-top: 12px;
    text-align:center;
    margin-right:25px;
}
.gray_circle a {
    color:white;
}

.gray_circle a:hover {
    color:white;
}

.gray_circle.diamond {
    background-position:-48px 0px;
}

.gray_circle.padlock {
    background-position:-96px 0px;
}

.gray_circle.star {
    background-position:-144px 0px;
}

.we_cooperate_with {
    float:right;
    padding-left:20px;
    border-left:2px outset gray;
    height:250px;
    width:140px;
    text-align:center;
}

.partner {
    height:45px;
    width:112px;
    float:left;
    display:table;
    vertical-align:middle;
}

.gc_countryselect{
    position:relative;
    width:220px;
    height: 100px;
}

.gc_countryselect .arrow {
    position:absolute;
    left:207px;
    top:7px;
}
.gc_countryselect .title {
    position:absolute;
    left:15px;
    top:-4px;
    color:black;
}
.gc_countryselect .cstatus {
    position:absolute;
    border: 1px solid #cccccc;
    height:28px;
    width:220px;
    padding-left:10px;

    color: black;
    font-weight: bold;
}
.gc_countryselect .cliststyle {
    visibility:hidden;
    position:absolute;
    top:31px;
    margin: 0;
    z-index:1000;
}

.gc_countryselect .cliststyle .clistcontainer {
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 0 0 5px 0;
}

.gc_countryselect .cliststyle a {
    display: block;
    margin: 0;
    padding: 2px 10px;
    width:210px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #000000;
}
.gc_countryselect .cliststyle a:hover {
    color: #A0A0A0;
}

.gc_product_box{
    position:relative;
    display:inline-block;
    width:328px;
    height:388px;
    cursor:pointer;
}

.two_weeks{
    margin-right:6px;
    background: url('https://cdn.gosupermodel.com/images/billing/giftcertificate/productbox_2weeks.jpg') 0 0 no-repeat;
}

.six_months{
    background:url('https://cdn.gosupermodel.com/images/billing/giftcertificate/productbox_6months.jpg') 0 0 no-repeat;
}

.two_weeks2{
    margin-right:6px;
    background: url('https://cdn.gosupermodel.com/images/billing/giftcertificate/giftcard2weeks_productbox.png') 0 0 no-repeat;
}
.two_weeks.y2024{
    margin-right:6px;
    background: url('https://cdn.gosupermodel.com/images/billing/giftcertificate/giftcard2weeks_productbox_2024.png') 0 0 no-repeat;
}
.two_weeks.y2025{
    margin-right:6px;
    background: url('https://cdn.gosupermodel.com/images/billing/giftcertificate/giftcard2weeks_productbox_2025.png') 0 0 no-repeat;
}

.six_months2{
    background:url('https://cdn.gosupermodel.com/images/billing/giftcertificate/giftcard6months_productbox.png') 0 0 no-repeat;
}
.six_months.y2024{
    background:url('https://cdn.gosupermodel.com/images/billing/giftcertificate/giftcard6months_productbox_2024.png') 0 0 no-repeat;
}
.six_months.y2025{
    background:url('https://cdn.gosupermodel.com/images/billing/giftcertificate/giftcard6months_productbox_2025.png') 0 0 no-repeat;
}

.gc_product_box .header{
    position:absolute;
    top:7px;
    left:15px;
    font-size:16px;
    color:#ffffff;
}

.gc_product_box .gc_pricetag{
    position:absolute;
    top:297px;
    left:152px;
}

.gc_product_box .method_selected{
    display:none;
    position: absolute;
    top:7px;
    left:296px;
    background:url('https://cdn.gosupermodel.com/images/auction/check_icon.png') 0 0 no-repeat;
    width:25px;
    height:25px;
}


