a.postbit_button i {
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-right: 4px;
}

a.postbit_button:hover, a.large_button:hover {
	background-image: none;
        text-shadow: 0 -1px rgba(0,0,0,.4);
}

.postbit_button.button_multiquote.multiquote_on {background-image: none;}


a.multiquote_on {
    background: rgb(131, 190, 42);

    border-color: rgb(105, 145, 47);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.18);
}

a.postbit_button.button_multiquote.multiquote_on {
	background: #941E11;
	border-top: solid 1px #D81717;
        box-shadow: 0 3px #660C0C;
}

a.button_newreply_closed {
	background: #941E11;
	border-color: rgb(63, 14, 14); 
}

.button_multiquote img {
	display: none;
}

.edited_by {
color: #FFF;
padding: 4px 6px;
display: inline-block;
margin-top: 5px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
border-radius: 2px;
border: 1px solid #8B8B8B;
font-size: 11px;
position: relative;
background-color: rgb(133, 35, 35);
}
.edited_by > a{
    color: white !important;
}
.edited_by  i {
    position: relative;
    font-size: 14px;
	
    margin-right: 4px;
    top: 1px;
    margin-left: 4px;
}
		
		
		
		