/* Template  */

#content-box-search {
   width:708px;   
   height:220px;
   margin: 0 auto;
}

#box-search {
   width:509px;   
   height:220px;	
   background:#d9d9d9;
   margin: 0 auto;
   float:left;
}

#box-search div {
   float:left;
   padding-left:10px;
   color:#000000;
}

#box-search div select{
    width:140px;
    font-family: Georgia; 
    background:#f7f7f7;
    margin-left:10px;
    border: #8f8c8c 1px dashed;
}

#box-search div#title-search{
   width:100%;
   margin:0 auto;
   font-family:Georgia;
   font-size:14px;
   background:#FFFFFF;
   color:#000000;
   border-top: #8f8c8c 1px dashed;
   border-bottom: #8f8c8c 1px dashed;
   font-weight: bold;
   text-align:center;
   margin-top:15px;
}

#box-right {
   width:300px;
   height:250px;
   float:left;
   margin-left:15px;
}

#box-services {
   background: #d9d9d9 url('images/image_search.jpg') no-repeat;
   float:left;
   font-family: Georgia; 
   width:199px;
   height:220px;
}

#re_thumbnail{
    float:left;
    width:230px; 
    height:250px;
    margin-left:5px;
    background:#e8e8e8;
	padding-top:20px;
    }

#re_thumbnail div{
	width:200px; 
    margin:0px auto;
    }

