/*
@font-face {
	font-family: 'dbaudioFutura';
	src: url('type/dbfut_r0-webfont.eot');
	src: local('☺'),
		url('type/dbfut_r0-webfont.woff') format('woff'), 
		url('type/dbfut_r0-webfont.ttf') format('truetype'),
		url('type/dbfut_r0-webfont.svg#webfont8dk3N91m') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'dbaudioFutura';
	src: url('type/dbfut_b0-webfont.eot');
	src: local('☺'),
		url('type/dbfut_b0-webfont.woff') format('woff'),
		url('type/dbfut_b0-webfont.ttf') format('truetype'),
		url('type/dbfut_b0-webfont.svg#webfont5yURfnVV') format('svg');
	font-weight: bold;
	font-style: normal;
	}
*/
	
	
input, textarea, select {
	/*
-webkit-appearance: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#555));
	background: -moz-linear-gradient(top, #999, #555);
*/
	/*
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), color-stop(0.25, #808080), color-stop(0.05, #fff), color-stop(0.90, #555));
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
*/
	/*
-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	border-color: #888;
	border-width: 1px;
	border-style: solid;
	
	font-size: 1.25em;
*/
 }
 




input.btn_sm[type="button"] {
	
}

input[type="number"], input[type="text"] {
	/*
-webkit-appearance: none;
	color: #fff;
*/
	/* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), color-stop(0.25, #808080), color-stop(0.05, #fff), color-stop(0.90, #555)); */
	/*
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), color-stop(0.25, #808080));
	background: -moz-linear-gradient(top, #555, #808080 25%);
	font-family: 'dbaudioFutura', Helvetica, Verdana, Arial, sans-serif;
*/
	/*
-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
*/
}
	

form {
/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
*/
	color: #c8c8c8;
	background-color: #525252;
/*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
*/
	}

/*
p {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
	}
*/



