@charset "utf-8";
/* CSS Document */

@font-face{    
    font-family: 'Neo Sans';    
    src: url('font.eot');	
    src: url('font.eot?#iefix') format('embedded-opentype'), 
    url('font.woff') format('woff'), 
    url('font.ttf') format('truetype'), 
    url('font.svg#webfont') format('svg');
}


input:: -moz-focus-inner,
button:: -moz-focus-inner {
	padding:0;
	border:0;
}
	
input [type="submit"].button,
button.button {
	cursor:pointer;
	outline:none;
}

.button {
	cursor:pointer;
	font: 14px 'Neo Sans',"Lucida Sans Unicode", "Lucida Grande", verdana;
	padding:6px 14px;
	display:inline-block;
	text-decoration:none;
	border-radius: 3px;
	border:1px solid #49960b;
	font-size:14px;
	color:#306108;
	margin:0;
	background-image: linear-gradient(#77d42a , #5cb811 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#77d42a' );
}

.button:hover {
	text-decoration:none;
	color:#ffffff;
	border:1px solid #49960b;
}
