﻿.channelsregform
{
    margin-left: 50px;
}
.channelsregform b
{
    font-weight: bold;
    color: #97BF0D;
    font-size: 15px;
}
.channelsregform
{
    color: #000;
}
h3
{
    padding-left: 70px;
    font-size:17px;
    font-weight:bold;
}
label
{
    font-size: 13px;
    color: #000;
}
#channelsregformboxregistertop
{
    background: url(/img/newsletter/subscription/green-box_top.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    overflow: hidden;
    margin-left: 50px;
}
#channelsregformboxregisterbody
{
    background: url(/img/newsletter/subscription/green-box_repeat.gif) repeat-y top left;
    width: 643px;
    padding: 5px;
    margin-left: 50px;
}
#channelsregformboxregisterbottom
{
    background: url(/img/newsletter/subscription/green-box_bottom.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}

#channelsregformboxrecommendtop
{
    background: url(/img/newsletter/subscription/gray-box_top.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    overflow: hidden;
    margin-left: 50px;
}
#channelsregformboxrecommendbody
{
    background: url(/img/newsletter/subscription/gray-box_repeat.gif) repeat-y top left;
    width: 643px;
    padding: 5px;
    margin-left: 50px;
}
#channelsregformboxrecommendbody div
{
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}
#channelsregformboxrecommendbottom
{
    background: url(/img/newsletter/subscription/gray-box_bottom.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}
a.channelsregformsubmit
{
    width: 76px;
    height: 23px;
    background: url(/img/newsletter/subscription/buttons/but_submit_sc.gif) no-repeat top left;
    display: block;
}
a.channelsregformsubmit:hover
{
    background: url(/img/newsletter/subscription/buttons/but_submit_sc.gif) no-repeat bottom left;
}


a.channelsregformcontinue
{
    width: 87px;
    height: 23px;
    background: url(/img/newsletter/subscription/buttons/but_continue_sc.gif) no-repeat top left;
    display: block;
}
a.channelsregformcontinue:hover
{
    background: url(/img/newsletter/subscription/buttons/but_continue_sc.gif) no-repeat bottom left;
}
