/* CSS Document */

.submit {
	margin: 5px auto;
	color: #F60;
	font-weight: bold;
	background: none;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.submit:hover {
	color: #039;

}

