/********* Cool Grey Rounded**********/

button.form-submit-button-cool_grey_rounded{
    background: #068A11; /* old browsers */
	
    cursor: pointer;

    -moz-border-radius:2em;
    -webkit-border-radius:2em;
    border-radius:2em;

    padding:6px 18px;

    color: #f9fbfd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

    text-shadow:-1px -1px 0px #414346;
    
    border:1px solid #4F8854;

    -moz-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.40);
    -webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.40);
    box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.40);
        
    background: -moz-linear-gradient(top, #9799a0 0%, #068A11 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9799a0), color-stop(100%,##068A11)); /* webkit */
    background: linear-gradient(top, #9799a0 0%, #787b83 100%); /* W3C */
	background-color: #068A11;
}

button.form-submit-button-cool_grey_rounded:hover{
    background: #84878f; /* old browsers */
	
	color: #f9fbfd !important;
	border:1px solid #60646c !important;
    background: -moz-linear-gradient(top, #b2b6c0 0%, #84878f 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b6c0), color-stop(100%,#068A11)); /* webkit */
    background: linear-gradient(top, #b2b6c0 0%, #84878f 100%); /* W3C */
}

button.form-submit-button-cool_grey_rounded:active{
    background: #60646c; /* old browsers */

	color: #f9fbfd !important;
	border:1px solid #60646c !important;
    -moz-box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.34);
    -webkit-box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.34);
    box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.34);

    background: -moz-linear-gradient(top, #71747f 0%, #60646c 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71747f), color-stop(100%,#068A11)); /* webkit */
    background: linear-gradient(top, #71747f 0%, #60646c 100%); /* W3C */
}

