﻿.ContainerBlock
{
    width: 50%;
    padding: 2px;
    text-align: left;
}

    .DragContainer, .OverDragContainer {
      width: 100%;
      height: 100%;
    }
    
    .OverDragContainer {
	    background-color: #eee;
    }

    .DragDragBox {
      filter: alpha(opacity=30);
      opacity: 0.3;
      
        padding-top: 20px;
        width: 460px;
        cursor: move;
        background-color: #fff;
        border: 1px solid #6d6d6d;
        padding: 5px;
        margin-bottom: 10px;
        background-image: url('img/drag_header.jpg');
        background-repeat: repeat-x;
        background-position: left top;
        padding-top: 25px;
    }
    
.BodyBlock
{
    width: 33.3%;
    padding-bottom: 3px;
    padding-top: 7px;  
}
    .DragBox
    {
        padding-top: 10px;
        width: 460px;
        cursor: move;
        background-color: #fff;
        border: 1px solid #6d6d6d;
        padding: 5px;
        margin-bottom: 8px;
        background-image: url('img/drag_header.jpg');
        background-repeat: repeat-x;
        background-position: left top;
        padding-top: 25px;
    }
        
        .bh_bg
        {
            background-color: #e5e7fe;
            width: 100%;
            height: 27px;
        }
        
        .Box_Body
        {
            width: 100%;
            border: 1px solid #d8d8d6;
            
            height: 350px;
            cursor: default;
        }        