#qp_widget_offline_email_input {
    background:#fff;
}


/*Overlay*/
#qp_widget_overlay {
	background-color: #2C4359;
    opacity: .95;
}

#qp_widget_overlay, #qp_widget_overlay a:link, #qp_widget_overlay a:visited{
   color: #E1E463;
}

#qp_widget_end_session_content a:link, #qp_widget_end_session_content a:visited {
    color:#2C4359;
}

.qp_widget_overlay_header {
	color: #E1E463;
}

.qp_widget_overlay_msg {
	color: #E1E463;
}

.qp_widget_in_default, #qp_widget_overlay .qp_widget_in_default {
	color: #666;
}


/*Messages*/
#qp_widget_out .qp_widget_message_echo {
	background-color: #3b4755;
      border-color:#303944;
	color: white;
}

#qp_widget_out .qp_widget_message_remote {
    background-color:#f8f8f8;
    color: black;
    border-color:#ccc;
}

#qpchatwidget #qp_widget_status {
	color: #333;
}

#qpchatwidget #qp_widget_email_nudge {
    background-color: #2C4359;
    color:#E1E463;
}

#qp_widget_in textarea {
    color:black;
}

