
        #googlemaps
        {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 50px;
            left: 0;
            z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
        }
        
        #contactform
        {
            position: relative;
            z-index: 1; /* The z-index should be higher than Google Maps */
            width: 300px;
            margin: 60px auto 0;
            padding: 10px;
            background: black;
            height: auto; /* Set the opacity for a slightly transparent Google Form */
            color: white;
        }
  
        .betweencols
        {
            margin: 10px;
            padding: 0px;
        }
        .transparence
        {
            background-color: rgba(43, 68, 96, 0.3);
        }
	.transparence2
        {
            background-color: rgba(43, 68, 96, 0);
        }	
	.transparence3
        {
            background-color: rgba(3, 3, 3, 0.8);
        }	
		
        .whitetext
        {
            color: White;
        }
        .white-bg
        {
            background: #ffffff !important;
        }
        .black-bg
        {
            background: #000000 !important;
        }
        .inline
        {
            display: inline;
        }
        .Z
        {
            z-index: 0;
        }
        
        .pixsize
        {
            font-size: 12px;
        }
        .notborder
        {
            border-radius: 0px;
        }
        .nopadding
        {
            padding: 0;
        }
        .btnme
        {
            background-color: #3299bb;
            color: white;
        }
        .btnme:hover
        {
            background-color: #69abb2;
            color: White;
        }
        
        .scrollToTop
        {
            width: 60px;
            height: 60px;
            padding: 10px;
            text-align: center;
            font-weight: bold;
            color: #444;
            text-decoration: none;
            position: fixed;
            top: 150px;
            right: 40px;
            display: none;
            background: url('image/scroll.png') no-repeat;
            background-size: 100%;
        }
        .scrollToTop:hover
        {
            text-decoration: none;
        }
        .defcurs
        {
            cursor: default;
        }
		.scrollbar 
        {
        }
		
        h1 {
    font-family: sans-serif;
        }
        body {
    font-family: sans-serif;
        }

      #ui-datepicker-div
      {
        font-size: 11px;
      }
      .fileUpload
      {
        position: relative;
        overflow: hidden; /*margin: 10px;*/
      }
        
      .fileUpload input.upload
      {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
     }
    
   .minheight-right-nav
{
  min-height: 300px;
}
   .minheight-right-nav-data
{
  min-height: 450px;
}
.pdb
{
    padding-bottom: 50px;
} 
    
    
    
    
    
    
    
    
    
    
    
    
    
