/* >>>> feedback form */
#feedback {
 width: 100%;
}
form#response {
 margin: 0 15px 0 15px;
}
#response label {
width: 150px;
float: left;
text-align: right;
display: block;
}
#response input, #response textarea, #response select {
color: #036;
background: #fbfbfd;
border: 2px solid #f2f1f6;
padding: 2px 6px;
scrollbar-base-color:#dedfe4;
}
#response input:focus {
 border: 2px solid #000;
}
#response #submit input {
color: #000;
background: #fff;
width: 53px;
height: 20px;
}
#response fieldset {
border: 2px solid #00407D;
width: 90%;
}
#response fieldset#feedback {
 font-size: 1em;
}
#response fieldset#feedback p {
 margin:0;
 font-weight: normal;
}

#response legend {
color: #fff;
background: #00407D;
border: 1px solid #9bdcff;
padding: 2px 6px;
}
