.rb-input-button-small {
    background-color: red;
    border: 1px solid red;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
	border-radius: 5px;
	
}

.rb-input-button-small:hover {
border:1px solid black;
}

.rb-input-button {
    background-color: red;
    border: 1px solid red;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 10px;
	
}

.rb-input-button:hover {
border:1px solid black;
}