*:focus{  
    outline: none;  
}  

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

button{
	border:0;
	margin:0;
	-webkit-appearance:none;
	padding: 0;
	background-color: transparent;
}

.FORM_object{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight:200;
	line-height: 1;
	width: 90%;
	padding: 10px;
	border: 1px #FFF solid;
	background: none;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	-webkit-appearance:none;
}
.FORM_object:disabled{
	opacity:0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */	
}

.FORM_mini{
	width: 40px !important;
}

.FORM_chzn{
	width: 60px !important;
}

.button {
	color:#fff;
	background:url('BG_moreinfo.png') no-repeat center right #362622;
	padding:11px 27px 7px 12px;
	font-family: Arial;
}
.button:hover {
	background-color:#a65949;
}