@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i,800,800i');
body, html {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	position:relative;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
	height:100%;
	width:100%;
	font-family: 'Merriweather Sans', sans-serif;
	color:#231f20;
	background-color:#f0f0f0;

}a {
	font-size:13px;
	text-decoration:none;
	font-weight:400;
	color:#a1a1a1;
}a:hover {
	font-size:13px;
	text-decoration:none;
	font-weight:400;
	color:#000;
}
textarea:focus, input:focus{
    outline: none;
}
::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #367fa6;
  border: 0px none #222;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #8db44a;
  border:1px solid #367fa6;
}
::-webkit-scrollbar-thumb:active {
  background: #367fa6;
  border:1px solid #8db44a;
}
::-webkit-scrollbar-track {
  background: #222;
  border: 0px none #222;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #222;
}
::-webkit-scrollbar-track:active {
  background: #222;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.x{
	clear:both;
}
.input_text:hover{
	border-color:#ed1c25 #ed1c25 #ed1c25 #ed1c25;
}input:focus{
	border-color:#ed1c25 #ed1c25 #ed1c25 #ed1c25;
	color:#000;
}