body, div { margin:0; padding:0; }
body
{
    background: url(/img/fon-top.png) no-repeat top center #5bc7ff;
    color: #666;
    font-family: Arial;
    font-size: 11px;
}
form, td { margin:0; padding:0; }
p { font-size: 12px; font-weight: bold; margin: 12px 0; }
div { font-size:0px; }
img { border: 0; border-collapse: collapse;  }
table { border-collapse: collapse; }
a:hover { text-decoration: none }
.clearfix
{
    clear: both;
    float:none;
    display: block;
}
.fon-bottom
{
    background: url(/img/fon-bottom.png) no-repeat bottom center;
}
.fon-banner
{
    text-align: center;
}
.wrapper
{
    width: 908px;
    min-height: 500px;
    margin: 0 auto;
}
.banner-top
{
    margin-top: 5px;
}

.logo
{
    float:left;
    margin-left:34px;
    margin-top:25px;
}

.content
{
    margin-top: 13px;
    background: url(/img/content-top.png) no-repeat;
    text-align: left;
}
.content-content
{
    background-color: #fff;
    width:908px; /* иначе тупит IE */
}
.content-footer
{
    background: url(/img/content-bottom.png) no-repeat;
    height: 105px;
}

h3
{
    color: #CC01CA;
    font-size: 14px;
}

.copyrights
{
    float: left;
    font-size: 11px;
    margin-top: 44px;
    margin-left:30px;
}
.copyrights, .copyrights a { color: #fff; }

.spylog
{
    margin-top: 50px;
    float: right;
    padding-right: 20px;
}

.spylog a
{
    display:block;
    float:left;
    margin-right: 10px;
}

.pink
{
  color: #cf11cd;
}

/**********************************************************************/

.avaContainer
{
    padding: 0 5px;
    background: url('/img/avatar-fon.png') no-repeat;
    height: 557px;
    width: 261px;
}
.avaContainer td
{
    vertical-align: middle;
    text-align: center;
}
.avaContainer td div
{
    width: 210px;
    padding:10px 0;
    background-color:#fff;
    text-align: center;
    margin: auto;
}

/**********************************************************************/

.btOk
{
    background: url(/img/bt-ok.png) no-repeat;
    width: 68px;
    height: 36px;
    cursor: pointer;
    text-decoration: none;
}
.btOk:hover
{
    background-position: 0 -36px;
}

.mark-bad
{
    background: transparent url(/img/mark-bad.png) no-repeat;
    width: 32px;
    cursor: pointer;
    text-decoration: none;
}
.mark-good
{
    background: transparent url(/img/mark-good.png) no-repeat 4px 0;
    width: 34px;
    cursor: pointer;
    text-decoration: none;
}

.mark-good-disabled
{
    background-position: 0px -31px !important;
    cursor: default !important;
}
.mark-bad-disabled
{
    background-position: 4px -31px !important;
    cursor: default !important;
}

#mainShadow
{
    display:none;

    position: absolute;
    z-index: 1000;
    background-color: #000;

    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    opacity:0.3;
    filter:progid:dximagetransform.microsoft.alpha(opacity=30);
}
 
.mailText
{
    padding: 20px 20px 0 20px;
}
 
.mailText a { color:#CF11CD; }

.content-header-content a
{
    float:left;
    width: 250px;
}
