﻿@import url("Panel.css");

.leftBox 
{
    margin-left:20px;
    width:260px;
    
    float:left;
}

.leftBox .field 
{
    font-weight:bold;
}

.leftBox input[type=text], .leftBox input[type=password] 
{
    width:250px;
}

.leftBox input[type=submit] 
{
    float:right;
}

.rightBox 
{
    float:right;
    margin-right:20px;
}



.panel 
{
    margin:20px;
    margin-left:39px;
    margin-top:0px;
    margin-bottom:15px;
}

.panel .top .center 
{
    width:882px;
}

.panel .top .center2
{
    border-width:0px;
    height:100%;
    background:url('/Front/Styles/Images/Panel/dgtopbar.png') repeat-x left top;
    float:left;
    width:0px;
}

.panel .top .rightCorner 
{
    /*background-image:url('/Front/Styles/Images/panel/dgcorner-topright.png');*/
}

.panel .bottom .center 
{
    background-image:url('/Front/Styles/Images/panel/lgbottombar.png');
}

.panel .bottom .leftCorner
{
    background-image:url('/Front/Styles/Images/Panel/lgcorner-bottomleft.png');
}

.panel .bottom .rightCorner 
{
    background-image:url('/Front/Styles/Images/Panel/lgcorner-bottomright.png');
}

.panel .middle 
{
    background:url('/Front/Styles/Images/Panel/lgbackground.png') repeat-x left bottom;
}


.panel .bottom
{
    margin-top: -15px;
}



.panel .top .content 
{
    float:left;
    font-size:18px;
    font-style:italic;
    padding-top:3px;
    padding-left:5px;
}

.panel .middle 
{
}

.panel .middle .content 
{
    width:872px;
}

.loginNote 
{
    border:solid 1px #DDDDDD; 
    background-color:#EFEFEF; 
    padding:10px; 
    padding-top:10px; 
    margin-bottom:15px;
}






.smallPanel, .smallPanel .left, .smallPanel .right 
{
    height:106px;
    background:url('/Front/Styles/Images/Panel/Small/leftVidPanel.png') no-repeat left top;
}

.smallPanel .left, .smallPanel .right, smallPanel .center
{
    width: 8px;
    height:100%;
}

.smallPanel 
{
    margin-bottom:15px;
    width:280px;
    padding:0px;
    background-image:url('/Front/Styles/Images/Panel/Small/middleVidPanel.png');
    background-repeat:repeat-x;
}

.smallPanel .left 
{
    float:left;
    background-image:url('/Front/Styles/Images/Panel/Small/leftVidPanel.png');
}

.smallPanel .center 
{
    float:left;
    padding:22px;
    padding-left:13px;
    padding-right:13px;
    width:238px;
}

.smallPanel .center h3 
{
    margin-top:0px;
    
}

.smallPanel .right 
{
    float:right;
    background-image:url('/Front/Styles/Images/Panel/Small/rightVidPanel.png');
}
