﻿span.nlregformname
{
    font-size: 17px;
    font-weight: bold;
    color: #97BF0D;
}
span.nlregformfrequency
{
    font-size: 14px;
    font-style: italic;
    padding-left: 25px;
    line-height: 20px;
    color: #737E7F;
}
div.nlregformoffer
{
    font-size: 11px;
    padding-left: 25px;
    margin-top: 10px;
}
ul.nlregformlist
{
    list-style-type: none;
    list-style-image: none;    
    margin-top: 5px;
    margin-left: 25px;
    padding-left: 0;
}
ul.nlregformlist li
{
    font-size: 11px;
}
ul.nlregformlist li a
{
    font-weight: bold;
    color: #4265b5;
}
a.nlregformlink
{
    font-size: 11px;
    color: #6A9BEA;
}
ul.nlregformlisthelp li, ul.nlregformlisthelp li a
{
    font-size: 12px;
}

/*=====================================*/
/*                 BOX                 */
/*=====================================*/
#nlregformboxregistertop
{
    background: url(/img/newsletter/subscription/green-box_top.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    overflow: hidden;
    margin-left: 50px;
}
#nlregformboxregisterbody
{
    background: url(/img/newsletter/subscription/green-box_repeat.gif) repeat-y top left;
    width: 643px;
    padding: 5px;
    margin-left: 50px;
}
#nlregformboxregisterbottom
{
    background: url(/img/newsletter/subscription/green-box_bottom.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}

#nlregformboxrecommendtop
{
    background: url(/img/newsletter/subscription/gray-box_top.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    overflow: hidden;
    margin-left: 50px;
}
#nlregformboxrecommendbody
{
    background: url(/img/newsletter/subscription/gray-box_repeat.gif) repeat-y top left;
    width: 643px;
    padding: 5px;
    margin-left: 50px;
}
#nlregformboxrecommendbody div
{
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}
#nlregformboxrecommendbottom
{
    background: url(/img/newsletter/subscription/gray-box_bottom.gif) no-repeat top left;
    width: 643px;
    height: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}
a.nlregformsubmit
{
    width: 76px;
    height: 23px;
    background: url(/img/newsletter/subscription/buttons/but_submit_sc.gif) no-repeat top left;
    display: block;
}
a.nlregformsubmit:hover
{
    background: url(/img/newsletter/subscription/buttons/but_submit_sc.gif) no-repeat bottom left;
}


a.nlregformcontinue
{
    width: 87px;
    height: 23px;
    background: url(/img/newsletter/subscription/buttons/but_continue_sc.gif) no-repeat top left;
    display: block;
}
a.nlregformcontinue:hover
{
    background: url(/img/newsletter/subscription/buttons/but_continue_sc.gif) no-repeat bottom left;
}


