#fc_chat_start {
	/* background: rgb(119, 119, 119) url("/images/begin_chat.png") no-repeat center; */
	background: rgb(0, 0, 0) url("/images/scp_custom_chat_button.png") no-repeat center !important;
}


/* For Firefox */
input[type='number'].no_spin_button {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number].no_spin_button::-webkit-inner-spin-button, input[type=number].no_spin_button::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.imgareaselect-handle {
	width: 13px !important;
	height: 13px !important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	filter:alpha(opacity=100)!important;

}
.alert-dismissible{
	margin-top: 20px;
}
