.button_submit, .button_disabled, .button_send{
	-moz-border-radius-topright:1ex;
	-webkit-border-top-right-radius:1ex;
	-moz-border-radius-topleft:2ex;
	-webkit-border-top-left-radius:2ex;
	-moz-border-radius-bottomright:2ex;
	-webkit-border-bottom-right-radius:2ex;
	-moz-border-radius-bottomleft:1ex;
	-webkit-border-bottom-left-radius:1ex;
	-moz-box-shadow: #efeee9 0px 0px 10px;
}