#smart-enquiry {
    width: 162px;
    margin: 0; padding: 0;    
    padding: 10px 20px 10px 25px;
    background-color: #fff;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font: 9pt arial, helvetica, sans-serif;
}
#smart-enquiry input, #smart-enquiry textarea {
    border-color: #b0b0b0 #ccc #ccc #b0b0b0;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    background-image: url('../img/input-background.png');
    background-repeat: no-repeat;
    font: 9pt arial, helvetica, sans-serif;
    color: #333;
    width: 150px;
    margin: 0;
    padding: 2px;
    margin-top: 2px;
}
#smart-enquiry input {
    height: 14px;
}
#smart-enquiry textarea {
    height: 100px;    
}   
#smart-enquiry label {
    display: block;
    padding: 0;
    padding-bottom: 10px;
}
#smart-enquiry label span {
    display: block;
}
#smart-enquiry label span strong.req {
    color:#666;
    font-weight: bold;
}
#smart-enquiry fieldset {
    margin: 0px; padding: 0;
    border: none;
}
#smart-enquiry label img.status {
    float: right;
    margin-top: 18px;
}
#smart-enquiry input.submit-button {
    border: none;
    padding: 0;
    margin: 0;
    width: 68px;
    height: 19px;
    float: none;
    background: none;
} 
div#statusbox {
    display: none;
    margin: 0; padding: 0;
    background-color: #fffcac;
    border: 1px #ffcb4d solid;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
}     
#ajax-load {
    display: none;
    text-align: center;
    font-size: 12px;
}   
div#statusbox div#message2 h1 {
    font-size: 16px;
    margin: 0; padding: 0; height: auto;
    font-weight: bold;
}
div#statusbox div#message2 ul li {
    font-size: 10px;
}