Simple Rose
/********* Simple Rose **********/

.form-submit-button-simple_rose {
    color: #ffffff;
    text-shadow:-1px -1px 0px #b23d35;
    border:1px solid #d83526;
	box-shadow:inset 0px 1px 0px 0px #f7c4c0;
	background: linear-gradient(to top, #fc8d83 0%, #e4685d 100%);
}

.form-submit-button-simple_rose:hover, .form-submit-button-simple_rose:active {
    color: #ffffff;
	background: linear-gradient(to top, #ffa69e 0%, #ee776d 100%);
}
