input, textarea, keygen, select, button, isindex {
	display: inline-block;
	letter-spacing: normal;
	line-height: normal;
	margin: 0pt;
	text-indent: 0pt;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
}
textarea{
	 resize:none;
	 outline:none;
	 overflow: auto;
}
select, input{
	 outline:none;
}
ul,li	{
	list-style-type:none;
	padding:0;
	margin:0;
}

a {
	border: 0pt none;
	color: inherit;	/*#3B5998*/;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:visited, a:link {color:inherit}

table tr td {
	padding: 0pt;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	margin: 0pt;
}
img {
	border: 0 none;
}

:first-child + html .clearfix {

}
input[type="text"]:focus {
  outline: none;
}

::-moz-selection {
  background: #16a7c8;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #b90000;
  color: #ffffff;
  text-shadow: none;
}