<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.map
    {
        height: 400px;
        width: 705px; /* 900  margin: 0 auto;         margin-top: 13px;*/
        position: relative;
    }

.loc_map{
        float: left;
        height: 400px;
        width: 705px; /* 930px  */
        position: relative;
        background-color: rgb(229, 227, 223);
        overflow: hidden;
        -webkit-transform: translateZ(0);
        z-index: 1;
}    
.map .gray_back
    {
        background: url(../mapimages/gray_transparent.png) repeat;
        position: absolute;
        z-index: 10;
        overflow: hidden;
        height:600px;
    }
.map .gray_back input[type=text]
    {
        background:#fff;
        border:solid 1px #000;
        border-right:none 0;
        width:211px;
        height:40px;
        /*padding:4px;   width:269px;*/
        float:right;
        font-size:18px;
		color: #A4A4A4
    }
 .txtinput{
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #A4A4A4;
    float: right;
    font-size: 18px;
    height: 39px;
    width: 196px;
    position:relative;
    top:1px;
    }
  .txtwatermarked
  {
    font-family: 'ProximaNova-Regular' !important;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #A4A4A4;
    font-size: 18px;
    }
    
.map .gray_back td
    {
        border:none 0;
    }
.map .gray_back a
    {
        background:url(../mapimages/search_btn.png) no-repeat;
        width:40px;
        height:41px;
        display:block;
        float:right;
    }
.searchbtn 
{
    background:url(../mapimages/search_btn.png) no-repeat;
    display: block;
    float: right;
    height: 42px;
    width: 40px;
}
.searchbtnsmall 
{
    background:url(../mapimages/search_btnsmall.png) no-repeat;
    display: block;
    float: right;
    height: 30px;
    width: 30px;
     margin-right: 10px;
     margin-top: 5px;
}
.map .gray_back .button
    {
        background:#ff485b;
        width:320px;
        height:40px;
        display:block;
        float:right;
        padding:4px;
        color:#fff;
        text-decoration:none;
    }
    .div_select{position:relative; float:left; background:#fff; border:solid 1px #000;} 
select.select{
        border:none 0;
        width:235px !important;
        height:40px !important;
        float:left;
        position:relative;
		font-size: 20px;
		padding: 10px 10px 3px 0;
		color:#A4A4A4;
		/*
		border:none 0;
        width:326px !important;
        height:48px !important;
        float:right;
        position:relative;
		font-size: 20px;
		padding: 10px 10px 10px 0;
		color:#A4A4A4; */
        
}

span.select{
    position:absolute;
    bottom:0;
    float:right;
    left:0;
    line-height:48px;
    text-indent:10px;
    background:url(../mapimages/dropdown_arrow.png) no-repeat 0 0;
    background-position:right;
    cursor:default;
    z-index:1;
    width:327px !important;
    height:48px;    
    font-family:Myriad Pro, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:normal;
    text-decoration:none;
    color:#727272;
    }    
    
 .innerpg img{
     margin:33px 0 0 0;
     
 }   
 
 .map-collapse-image {
     display: block !important;
    position: absolute !important;
    background: url(../mapimages/collapse_image.png) no-repeat #fff !important;
    height: 24px !important;
    width: 24px !important;
    top: 10px;
    left: 240px;
    float: none !important;
    border-radius: 5px;
}
.locationh {color:#fff;}
.locationh h1 {padding:20px 0 20px 0;}
.locationh p {line-height:20px; font-size:11pt;font-family: 'ProximaNova-Regular' !important;}


 .map-expand-image {
     display: block !important;
    position: absolute !important;
    background: url(../mapimages/expand_image.png) no-repeat #fff !important;
    height: 24px !important;
    width: 24px !important;
    top: 10px;
    left: -30px;
    float: none !important;
    border-radius: 5px;
}
.ui-dialog {z-index: 5010;}

.class-select {
  border: 1px solid #CCCCCC;
  clear: both;
  float: left;
  margin-bottom: 20px;
  margin-left: 73px;
}
.class-select .select {margin:0; width: auto!important;}
    
     
</pre></body></html>