﻿body
        {
            margin: 0;
            padding: 0;
            background: #cbe0f3 url(../Images/body.jpg) repeat-x left top !important;
        }
        .maincontainer
        {
            width: 1000px;
            margin: 0 auto;
        }
        .topcontainer
        {
            width: 100%;
            height: 95px;
            position: relative;
        }
        .leftcontainer
        {
            width: 200px;
            float: left; /*min-height:200px;*/
            height: auto;
            background: #fff;
            padding: 20px 0;
            position: relative;
            -webkit-border-radius: 0 10px 0 0;
            -moz-border-radius: 0 10px 0 0;
            border-radius: 0 10px 0 0; /*-webkit-box-shadow: #666 0px 2px 3px;
            -moz-box-shadow: #666 0px 2px 3px;
            box-shadow: #666 0px 2px 3px;*/
            behavior: url(PIE.htc);
        }
        
        .rightcontainer
        {
            width: 780px;
            float: left;
            min-height: 480px;
            overflow-x: auto;
            /*padding: 15px 0;*/
            margin-left: 20px; /*min-height:200px;*/
            height: auto;
            background: #fff /*#bfd2e0*/;
            position: relative;
            -webkit-border-radius: 10px 0 0 0;
            -moz-border-radius: 10px 0 0 0;
            border-radius: 10px 0 0 0;
            behavior: url(PIE.htc);
        }
        .rightcontainer iframe{ overflow-x:auto;}
        .clr
        {
            clear: both;
        }
