/* CSS Document */

@charset "utf-8";




input[type="submit"], 
input[type="button"] { 
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:0.5em 1em; line-height:1em; cursor:pointer;
	font-size:13px;
	border-radius:4px; color:#2a4a7b; font-weight:bold; 
	border:solid 1px #ccc;	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	background-position: center bottom;
	min-height:25px;
}
	
	/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
	
input[type="submit"]:active, 
input[type="button"]:active {-webkit-box-shadow: none; box-shadow:none;}



