
/*-----------*/
.has-feedback label.sr-only ~ .form-control-feedback {top: 0;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family: "·L³n¥¿¶ÂÅé";
	color: #323232;
  text-shadow:0px 0px 0px;
}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

/* Remove the link outline */
a {
  outline:none;	/* For FF */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	


html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}
.input-label {display: none;}
label {cursor: default;}
#gotop {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  line-height: 30px;
  color: #fff;
  background: #888;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  opacity: 0.7;
  filter:alpha(opacity=70); 
  -moz-opacity:0.7;
  color: #FAFCFD;
  cursor: pointer;
  z-index: 1000;
  border-radius: 5px;
}
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
   border: 0; 
    outline: 0; 
    font-size: 100%; 
 
} 
