﻿body {
}

    
.search-modal-main-container
{
    display:none; 
    margin:auto;
     margin-top:-650px;
     max-width:900px;
     height:480px;
     
}

.search-modal-main-container .title
{
    color:gray;  
    font-size:18px; 
    font-weight:bold;
    text-align:center;
    width:850px;
    }

.search-modal-main-container .inner
{
height:426px; 
width:850px; 
margin-bottom: 20px; 
clear:both;
   background-image: url(/common/graphics/bg_cut.jpg);
    background-repeat: repeat;
}

.search-modal-main-container .left-container
{
width:230px; 
height:250px; 
background-color:#b9d1ea; 
float:left; 
margin:60px 10px; 
}

.search-modal-main-container .left-container input[type=text]
{
    width:190px !important; 
}

.search-modal-main-container .right-container
{
    width:576 !important; 
    height:386px; 
    background-color:Gray; 
    float:right; 
    margin-right:20px; 
    margin-top:20px; 
}
