/* CSS BLOCK #1 */
.button_01 {
    padding: 8px 15px;
    background: #E31E24;
    color: #fff!important;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.button_01 a{
    color: #fff;
}

.button_01:hover{
	background: #BFBFBF;
	}