#smart-enquiry input, #smart-enquiry textarea {
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    /*background-image: url('../img/input-background.gif');*/
    background-repeat: no-repeat;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    width: 300px;
    margin: 0;
    padding: 2px;
    margin-top: 2px;
}
#smart-enquiry select {
    width: 146px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    
}   
#smart-enquiry input {
    height: 16px;
}
#smart-enquiry textarea {
    overflow: auto;
    height: 100px;
    
}   
#smart-enquiry label {
    display: block;
    padding: 0;
    padding-bottom: 10px;

}
#smart-enquiry label span {
    /*width: 70px;*/
    display: block;
    /*float: left;*/
    
}
#smart-enquiry label span strong.req {
    color: red;
    font-weight: bold;
}
#smart-enquiry fieldset {
    margin: 0px; padding: 0;
    border: none;
    
}
#smart-enquiry label img.status {
    float: right;
    margin-top: 18px;
}
#smart-enquiry {
    width: 330px;
    margin: 0; padding: 0;
    margin-left: 18px;
}
#smart-enquiry input.submit-button {
    border: none;
    padding: 0;
    margin: 0;
    width: 77px;
    height: 34px;
    float: none;
}    

div#statusbox {
    display: none;
    margin: 0; padding: 0;
    width: 294px;
    background-color: #fffcac;
    border: 1px #ffcb4d solid;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;    
}     


#ajax-load {
    display: none;
    text-align: center;
    font-size: 12px;
}   
div#statusbox div#message2 h1.error {
    color: red;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}
div#statusbox div#message2 h1.ok {
    color: #55bc22;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}   