body
{
    margin: 0px;
    font-family: Arial;
    color: #000;
    background-color: #B6BF00;
}

#cover
{
    background-color: #B6BF00;
    height: 730px;
    /*height: 100%;*/
    width: 480px;
    position: absolute;
    margin-top: 50px;
    z-index: +1000;
}

tbl0
{
  border-collapse: collapse;
  padding: 0px;
  border: 1px solid red;
}

tbl0 td
{
  margin: 0px;
  padding: 0px;
  border: 1px solid red;
}

form
{
    padding: 0px;
    margin: 0px;
}

#main
{
    width: 1024px;
    margin: 0px auto 0px auto;
}

#main_order
{
    width: 474px;
    height: 582px;
    margin: 50px auto 0px auto;
    background-image: url('/i/v2/order_main.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#main_promotion
{
    width: 282px;
    height: 451px;
    margin: 50px auto 0px auto;
    padding-top: 116px;
    background-image: url('/i/v2/promotion_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#main_promopage
{
    width: 811px;
    height: 450px;
    margin: 50px auto 0px auto;
   /*padding-top: 116px;*/
    background-image: url('/i/v2/promo_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#main_personal
{
    width: 305px;
    height: 519px;
    margin: 48px auto 0px auto;
    /*border: 1px solid red;*/
    background-image: url('/i/v2/order_p2_2_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#main_welldone
{
    width: 305px;
    height: 196px;
    margin: 49px auto 0px auto;
    background-image: url('/i/v2/order_complete_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#main_pages
{
    width: 282px;
    height: 451px;
    margin: 50px auto 0px auto;
    padding-top: 116px;
    background-image: url('/i/v2/promotion_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#main_free
{
    width: 472px;
    height: 250px;
    margin: 50px auto 0px auto;
    background-image: url('/i/v2/order_4_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

div.promotions
{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

div.promotions a,
div.promotions a:link, 
div.promotions a:visited, 
div.promotions a:active
{
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}

div.promotions a:hover
{
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
    color: #333333;
}

div.promotions a.current, 
div.promotions a.current:link, 
div.promotions a.current:visited, 
div.promotions a.current:active, 
div.promotions a.current:hover
{
    font-size: 12pt;
    text-decoration: underline;
    color: #333333;
}

div.promotions a.green_link:link, 
div.promotions a.green_link:visited, 
div.promotions a.green_link:active, 
div.promotions a.green_link:hover
{
    font-size: 12pt;
    text-decoration: underline;
    color: #B6BF00;
}

textarea
{
  font-size: 12pt;
  font-family: Arial;
  color: #000;
  resize: none;
}

input
{
  font-size: 12pt;
  font-family: Arial;
  color: #000;
}

#content
{
  /*text-align: left;*/
}