#shipping_results{
    position: absolute;
    float: left;
    width: 400px;
    height: 400px; 
    left: -400px;
    top: -400px;   
    z-index: 50;
    background: #FFF;
    border: 2px solid #01B1E9;
      
}

#shipping_calculator{
    width: 130px;
    border: 1px solid #01B1E9;
    padding: 5px;
    font-family: arial;
    font-size: 10px;
    color: #A0A0A0;
       
}

.shipping_calculator_title{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #276BAF;
    text-decoration: underline;   
}    

#submit_button{
    margin-left: 10px; 
    margin-top: 5px;  
    
}


/* RESULTS SECTION */
#freight_calculation_results_heading{
    margin: 10px;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #276BAF;
    text-decoration: underline;     
    
    
}

#close{
    position: absolute;
    right: 5px;
    bottom: 5px;  
    font-size: 18px;
    color: #A1A2A2;
    font-style: oblique;
    cursor: pointer;
    
}

#shipping_info{
    margin: 10px;
    width: auto;   
  
}

.shipping_calculator_results{
    font-family: arial;
    font-size: 14px;
    color: #5D5D5D;
    width: 80%;
    margin: 0 auto;
}

#suburb_list{
    width: 300px;
    margin: 0 auto;   
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 300px;
    overflow: auto;
}

.shipping_error_msg{
    color: #000;
    border: 1px solid red;   
    font-family: arial;
    font-size: 10px;
    padding: 3px;
    background: #F5CDCD;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    font-weight: bold;
}