﻿body 
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    background-color:#FFF;
    margin:0;
    padding:0;
}

.body
{
    background-image:url(images/img-backgr.jpg);
    background-repeat:repeat-x;
    background-position:0px 2px;
    background-color:White;
}

.main
{
    width:969px;
    margin:3px auto;
}

.top
{
    width:969px;
    height:421px;
    background-image:url(images/img-top.png);
    background-repeat:no-repeat;
    display:block;
    cursor:pointer;
}

.header
{
    display:block;
    background-image:url(Images/img-content.jpg);
    background-repeat:repeat-x;
    color: #7F7F7F;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #F2F2F2;
    clear: both;
    margin: 0 0 10px 0px;
    padding-bottom: 5px;
}

.content
{
    margin:10px 0px 0px 0px;
}

h3
{
    font-size:14px;
    font-weight:bold;
    padding-bottom:3px;
    border-bottom:solid 1px silver;
}

p
{
    margin-top:2px;
    margin-bottom:2px;
}

.form
{
    clear:both;
    width:850px;
}

.form .div
{
    margin-left:10px;
}

.company_info
{
    margin-top:5px;
    margin-bottom:5px;
}

p.title
{
    font-weight:bold;
}

.company_info .title, .product_activation .title, span.title
{
    font-size:12px;
    font-weight:bold;   
    margin-bottom:10px;
}

.company_info .desc, .product_activation .desc
{
    margin-bottom:5px;
    clear:both;
}

.product_activation
{
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
}

.left
{
    float:left;
    min-height:30px;
}

.left300
{
    float:left;
    width:300px;
    min-height:30px;
}

.activation_code
{
    font-size:15px;
    font-weight:bold;
}

.main .box
{
    margin:10px 0px 10px 0px;
}

.main .box p
{
   margin-top:2px;
   margin-bottom:5px;
}

.infoMessage
{
    color:Red;
    margin:5px;
}

.info_red
{
    color:Red;
    margin:5px;
}

.info_green
{
    color:Green;
    margin:5px;
}

div.help
{
    padding-left:40px;
    padding-top:5px;
    background-image:url(images/img-help.png);
    background-repeat:no-repeat;
    background-position:center left;
    height:32px;
}

.validator
{
    clear:both;
    padding:2px;
    text-align:left;
    font-size:12px;
    font-weight:bold;
}

.bold
{
    font-weight:bold;
    color:#555;
}

.ruCheck, .ruDelete
{
    display:none;
}

.space
{
    margin-bottom:10px;
    clear:both;
}

.registrationinfo
{
    border:solid 2px silver;
    padding:5px;
}

.itembox_container .itembox_title
{
    padding:5px;
    margin-bottom:5px;   
    background-color:#F8F8F8;
}

.itembox_container .itembox
{
    width:33%;
    min-height:400px;
    border:solid 1px silver;
    float:left;
    margin-bottom:5px;
}

.itembox_container .header
{
    font-weight:bold;
    text-align:center;
    clear:both;
    font-size:1.1em;
    line-height:25px;
    background-color:#F8F8F8;
    color:#214369;
}

.itembox_container .itembox div.title
{
    font-weight:bold;
    text-align:center;
    clear:both;
    font-size:1.1em;
    line-height:25px;
    background-color:#F8F8F8;
    color:#214369;
}

.itembox_container .itembox div.cont
{
    text-align:left;
    clear:both;
    padding:10px;
}

.itembox_container .itembox div.cont p.title
{
    font-weight:bold;
}

.itembox_container .itembox div.cont p.value
{
    padding:5px;
}

a.download
{
    line-height:30px;
    padding:4px;
    border:solid 1px #C8D6E5;
    background-color:#DFE9F5;
    text-decoration:none;
    font-weight:bold;
    margin:0;
    color:#1E70A2;
}

div.progress
{
    left:0px;
    top:0px;
    position:fixed;
    width:100%;
    height:100%;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    background-color:White;    
    z-index:2000;
}

div.progress div, div.progress p
{
    margin:0px auto;
    width:300px;
    height:50px;
    top:40%;
    position:relative;
    color:Black;
    font-size:1.3em;
    background-color:White;
}
