 
/* --- start of css --- */
/* =Awesome buttons
-------------------------------------------------------------- */


.wpcf7-submit{
	background: #f60 url(images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.wpcf7-submit:hover		{ background-color: #f80 ; color: #fff; }
	.wpcf7-submit:active		{ top: 1px; }
/* --- end of css --- */

