#liveFeedback {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #e0e0e0);
    background-image: -moz-linear-gradient(top, #f6f6f6, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f6f6f6, #e0e0e0);
    background-image: -o-linear-gradient(top, #f6f6f6, #e0e0e0);
    background-image: linear-gradient(top, #f6f6f6, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f6f6f6, EndColorStr=#e0e0e0);
    padding: 5px;
    border: 1px solid #b2b2b2;
    line-height: normal;
}
#liveFeedbackQuestion {
    height: 48px;
    background-color: #FFF;
    margin-bottom: 5px;
    padding: 2px;
    color: #000000;
    font: 13px arial;
    border:1px solid #b2b2b2;
    width:100% !important;
}
#liveFeedbacksuccessResponse,
#liveFeedbackfailureResponse,
#liveFeedbackvalidationResponse {
    display: none;
    width: 100%;
    margin-bottom: 5px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font: 13px arial;
}

.liveFeedbackButton {
	font: 13px arial;
}

button#liveFeedbackClose {
    margin-top: 5px;
}

.lfInvalid {
    color: #FF0000;
    text-align: center;
    font-weight: bold;
}