.form-submit-sg {
	background-color: #f90;
	height: 50px;
	line-height: 45px;
	border-radius: 30px;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	background-image: url('../images/arrow_d.png');
	background-position: 90% center;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
	text-shadow: 1px 1px #444;
	border: 1px solid #fff;
	width: 180px;
  	margin-top: 50px;
}
.form-submit-sg:hover {
	background-color: #f70;
}