﻿.helpbox
{
   margin-top: 60px;
   float: right;
}

.helpbox .body, .helpbox h3, .infobox .body, .infobox h3
{
   padding: 0px 7px 0px 7px;
}

.helpbox, .infobox
{
   background: #ff9 url(../Images/Design/helpbox_middle.gif) repeat-y;
   width: 240px;
   margin-bottom: 15px;
}

.infobox
{
   background: #d6ecf3 url(../Images/Design/helpbox_middle.gif) repeat-y;
}

.helpbox h3, .infobox h3
{
   background: url(../Images/Design/helpbox_top.gif) no-repeat top left;
   margin-top: 5px;
   margin: 0px;
   font-size: 13px;
   font-weight: bold;
}

.helpbox h3 img, .infobox h3 img
{
   vertical-align: middle;
}

.helpbox h4, .infobox h4
{
   font-size: 10px;
   font-weight: bold;
   color: #666;
   margin-top: 10px;
   margin: 0px;
}

.helpbox .body, .infobox .body
{
   font-size: 10px;
   color: #666;
   height: auto;
   padding-bottom: 20px;
   background: url(../Images/Design/helpbox_base.gif) no-repeat bottom left;
}

.helpbox a
{
   text-decoration: none;
   color: #000;
}

