input[type="submit"], input[type="button"] {

    height:20px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px;
    color: #ffffff;
    border:1px solid #a31501;
    background-image: url(../images/paging/button_background.gif);
    background-position: center center; 
    background-color: #a31501;  
}
input[type="submit"]:hover, input[type="button"]:hover {

    height:20px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px; 
    color: #ffffff;
    border:1px solid #1c1c1c;
    background-image: url(../images/paging/button_background_over.gif);
    background-position: center center; 
    background-color: #1c1c1c;
}
.submit {

	height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	color: #ffffff;
	border:1px solid #a31501;
	background-image: url(../images/paging/button_background.gif);
	background-position: center center;	
	background-color: #a31501;	
}
.submit:hover {

	height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;	
	color: #ffffff;
	border:1px solid #1c1c1c;
	background-image: url(../images/paging/button_background_over.gif);
	background-position: center center;	
	background-color: #1c1c1c;
}