﻿    .leftblock
        {
            display: block;
            width: 325px;
          
            padding: 0px;
            border: 3px solid #bce6f8;
    background-color: #e7f6fd;
    margin-bottom:20px;
        }
        .pane
        {
            background-color: #FFF;
            padding: 15px;
           background-color: #e7f6fd;
            
        }
        .leftblock h3
        {
            font-size: 18px;
            margin-bottom: 0px;
            font-size: 18px;
    margin-bottom: 0px;
    color: #FFF;
    background-image: url(/App_Themes/sbt/images/formbackup.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 8px 0px 8px 10px; line-height:normal; margin:0px;
        }
        
        .leftblock input[type=text], .leftblock input[type=password],.leftblock select
        {
            padding: 7px;
           
            font-weight: normal;
            font-size: 14px;
            margin: 0px 0px 0px 0px;
            display: block;
            border: 1px solid #999999;
            width: 100%;
            max-width: 276px;
        }
        .leftblock select 
        {
            max-width: 293px;
            margin: 10px 0px 0px 0px;
            }
        .leftblock label
        {
            font-size: 14px;
            margin: 10px 0px 5px 0px;
            display: inline-block;
        }
        
        input[type=button],input[type=submit]
        {
            border: 0;
            color: #fff;
            font-size: 12px;
           
            font-weight: normal;
            background: #00aeef;
            width: 138px;
            margin: 10px 0px 0 0px;
            padding: 7px 0;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            display: block;
            float: left;
        }
        .leftblock input[type=button].largebtn
        {
            width: 100%;
        }
        .leftblock input[type=button].mright,.leftblock input[type=submit].mright
        {
            margin-right: 15px;
        }
        
        .mrightdiv
        {
            margin-right: 25px !important;
        }
        .mrightblock
        {
            margin-right: 35px !important;
        }
        .smallfield
        {
            float: left;
            width: 125px;
        }
        .clear
        {
            clear: both;
        }
        .ajaxloader { display:none;}
        .popupcopy { min-height: 280px !important;}
        .closebtn input[type=button] { float:none;}
        
      .favlogin{ float:right; padding: 15px;
    background-color: #f3f3f3;    height: 422px;}  
    
    .leftblockf { width:555px; float:left;}
.rightblockf { width:335px; float:right;}
  
       @media (max-width: 759px)   
{ 
        
        .leftblock{ float:none; width: 305px; margin:0px 0px 20px 0px;}
        .favlogin{height: inherit;}
        
        
}        