input[type="button"],input[type=submit] {
	border-top-right-radius:0.25em;
	border-top-left-radius:0.25em;
	border-bottom-right-radius:0.25em;
	border-bottom-left-radius:0.25em;
	-moz-border-radius-bottomleft:0.25em;
	-moz-border-radius-bottomright:0.25em;
	-moz-border-radius-topleft:0.25em;
	-moz-border-radius-topright:0.25em;
	-webkit-border-top-left-radius:0.25em;
	-webkit-border-top-right-radius:0.25em;
	-webkit-border-bottom-right-radius:0.25em;
	-webkit-border-bottom-left-radius:0.25em;
}
/*
input[type=submit],input[type=button] { 
	background:#fefefe url(/images/btn_bg_mouseout.gif) repeat-x left bottom !important; 
	border:solid 1px #bbb !important;
	color:#424242 !important; 
	cursor:pointer; 
	font-weight:400; 
	margin-right:1px;  
	padding:0.2em 0.5em !important; 
	text-decoration:none; 
}
*/
input[type=submit],input[type=button] { 
background: url("/images/btn_bg_mouseout_-000.png") repeat-x scroll left bottom #4ABF02 !important;
border: 1px solid #000000 !important;
color: #FFFFFF !important;
cursor: pointer;
font-size: 18px;
font-weight: 400;
margin-right: 1px;
padding: 0.2em 0.5em !important;
text-decoration: none;
}
input[type=submit]:hover,input[type=button]:hover { 
	background-color: #eee !important; 
	background-image:none !important; 
	border:solid 1px #aaa !important; 
	color:#333 !important; 
}
