#submitContact
{
	display:block;
	width:230px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:4px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #5F0F66;
	font-size:15px;
	text-shadow: -1px -1px #46084C;
	font-weight:bold;
	background:#B050B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B050B1', endColorstr='#5F0F66');
	background: -webkit-gradient(linear, left top, left bottom, from(#B050B1), to(#5F0F66));
	background: -moz-linear-gradient(top, #B050B1, #5F0F66);
}

#submitContact:hover
{
	background:#5F0F66;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F0F66', endColorstr='#5F0F66');
	background: -webkit-gradient(linear, left top, left bottom, from(#5F0F66), to(#5F0F66));
	background: -moz-linear-gradient(top, #5F0F66, #5F0F66);
}