*{
outline: 0;
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: Trebuchet MS; 
}
input{
-webkit-user-select: text;
}

html{
width: 100%;
position: relative;
}
body{
margin: 0;
padding: 0;
width: 100%;
background: #f1debd;
}
a{color: #058CC1;}
a :link{color: #058CC1;}
a :acive{color: #058CC1;}
a :visited{color: #058CC1;}
a :havor{color: #058CC1;}
.btn{
display: inline-block;
padding: 0.2em;
border-radius: 5px;
border: 1px solid #786A5F;
text-align: center;
color: #604C3F;
}
.btn_a{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.4, white), color-stop(0.9, #E6E3DF), color-stop(1, #D9D3C8));
background: -moz-linear-gradient(top, white, #E6E3DF , #D9D3C8);
-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.btn_b{
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E6E3DF), color-stop(1, #D9D3C8));
background: -moz-linear-gradient(bottom, #E6E3DF, #D9D3C8);
-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.8), 0 0 2px rgba(10,10,10,0.8) inset;	
}
table{font-size: 1em;}

