/*All*/
a{color:#006699;}


/* Top frame */
body.top {
    background: url('png/logo-videoadmin.png') no-repeat 750px 0%;
    width: 1024px;
    }

/*Left frame*/
body.menu { 
/*    background-color:#fafafa;*/
    }

/* кнопочки */
a.squarebutton{
    background: transparent url('gif/square-gray-left.gif') no-repeat top left;
    display: block;
/*    float: left;*/
    font: normal 12px Arial; /* Change 12px as desired */
    line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN)
    must equal height of button background (default is 23px) */
    height: 23px; /* Height of button background height */
    padding-left: 9px; /* Width of left menu image */
    text-decoration: none;    }
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
    color: #494949; /*button text color*/ }
a.squarebutton span{
    background: transparent url('gif/square-gray-right.gif') no-repeat top right;
    display: block;
    padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/ }
a.squarebutton:hover{ /* Hover state CSS */
    background-position: bottom left;}
a.squarebutton:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: 100%;    }

.copyrights {
    color:#a4a4a4;
    font-size:8pt;
    font-family:Veranda;
    }


/*Right frame()*/
body.main {
    width: 700px;
    font-family:Arial;
    text-align:left;
    vertical-align:top;
    font-size:10pt;
    padding-left:60px;
    padding-top:50px;
    padding-right:40px;
    color:#1c1c1c;
    background:#fafafa url('/jpg/aluminum-background.jpg') no-repeat top left;
    }

table.litle {
    border:0px;
    table-layout:fixed;
    vertical-align:top;
    }

.blue{
    width: 200px; /* Ширина блока */
    text-align:left;
    vertical-align:top;
    padding-left: 5px; /* Поля слева текста */
    border: 0px solid #ccc; /* Параметры рамки*/ 
    color:#006699; /*Цвет текста*/
    }

table.sendform {
    font-size:10pt;    
    table-layout:Auto;
    width: 85%; /* Ширина блока */
    text-align:left;
    vertical-align:top;
    border: 0px solid #ccc; /* Параметры рамки*/
    color:#006699; /*Цвет текста*/
    }



