.form-submit-button-simple_pink{

    cursor: pointer;

    -moz-border-radius:.5em;
    -webkit-border-radius:.5em;
    border-radius:.5em;

    padding:8px 18px;

    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow:-1px -1px 0px #c70042;

    border:1px solid #cc0447 !important; 

	-moz-box-shadow:inset 0px 1px 0px 0px #faafd4;
	-webkit-box-shadow:inset 0px 1px 0px 0px #faafd4;
	box-shadow:inset 0px 1px 0px 0px #faafd4;

    background: #ff5c92; /* old browsers */
    background: -moz-linear-gradient(top, #ff5c92 0%, #f00252 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5c92), color-stop(100%,#f00252)); /* webkit */
	background: linear-gradient(top, #ff5c92 0%, #f00252 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c92', endColorstr='#f00252', GradientType=0 ); /* ie */
}

.form-submit-button-simple_pink:hover{
    border:1px solid #cc0447 !important;
    background: #ff5ca0; /* old browsers */
    background: -moz-linear-gradient(top, #ff5ca0 0%, #ff036c 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5ca0), color-stop(100%,#ff036c)); /* webkit */
	background: linear-gradient(top, #ff5ca0 0%, #ff036c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ca0', endColorstr='#ff036c', GradientType=0 ); /* ie */
}

.form-submit-button-simple_pink:active{
	border:1px solid #cc0447 !important;
    position: relative;
	top: 1px;
    background: #ff036c; /* old browsers */
    background: -moz-linear-gradient(top, #ff036c 0%, #ff5ca0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff036c), color-stop(100%,#ff5ca0)); /* webkit */
	background: linear-gradient(top, #ff036c 0%, #ff5ca0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff036c', endColorstr='#ff5ca0', GradientType=0 ); /* ie */
}