@CHARSET "UTF-8";

.qlform,
div.qlform {
    font-size: 12px;
    margin: 0;
    padding: 10px;
}

div.qlform,
form.qlform {
    border: none;
}

.qlform fieldset,
div.qlform form fieldset {
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: 0;
}

.qlform legend {
    font-weight: normal;
    padding-bottom: 5px;
}

.qlform label {
    display: block;
    padding-top: 15px;
    padding-bottom: 0px;
}

.qlform span.star {
    color: red;
    font-weight: bold;
}

.qlform dd {
    display: block;
    margin: 0;
    padding: 0;
}

.qlform input,
.qlform textarea {
    width: 95%;
}

.qlform textarea {
    height: 80px;
}

.qlform ul,
.qlform li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.qlform li {
    margin-left: 20px;
    padding: 5px 0 5px 0;
}

.qlform .checkboxes li > input {;
    width: 20px;
    padding: 5px;
    display: inline;
}

.qlform .checkboxes label {
    display: inline;
    padding: 5px;
}

.qlform .jform_sendcopy input,
.qlform .jform_sendcopy label,
.qlform dt.jform_sendcopy,
.qlform dd.jform_sendcopy {
    display: inline;
}

.qlform .jform_sendcopy input {
    width: 20px;
}

.qlform dt.captcha {
    display: inline;
    width: 40%;
}

.qlform dd.captcha,
.qlform dd.captcha input {
    display: inline;
    width: 30%;
    margin-left: 20px;
}

.qlform img#captcha {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.qlform dt.submit {
    display: inline;
}

.qlform dd.submit,
.qlform dd.submit input {
    display: block;
}

.qlform dd.submit input {
    clear: both;
    
    background-color: #aaa; 
    
    border: 0 none; 
    border-radius: 4px;
    
    color: #fff; 
    
    cursor: pointer; 
    
    display: block; 
    
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    
    margin: auto;
    padding: 0 22px;
    
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    
    white-space: nowrap;
    width: 250px;
}

.qlform dd.submit input:hover {
    background-color: #777;
}