
/********* Simple Pink **********/

.form-submit-button-simple_pink {
    color: #ffffff;
    text-shadow: -1px -1px 0  #c70042;
    border: 1px solid #cc0447;
	box-shadow: inset 0 1px 0 0 #faafd4;
	background: linear-gradient(to top, #ff5c92 0%, #f00252 100%);
}

.form-submit-button-simple_pink:hover, .form-submit-button-simple_pink:active {
	background: linear-gradient(to top, #ff5ca0 0%, #ff036c 100%);
}
