*{
	padding: 0px;
	margin: 0px;
	/*border: none;
	outline: none;
	color: inherit;*/
	font-size: inherit;
	font-family: inherit;
	text-decoration: inherit;
	direction: inherit;
	unicode-bidi: embed;
}

a{
	text-decoration: none;
}

input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea{
	background: #ffffff; !important
}

table{
	border-spacing: 0px;
}

iframe, form{
	display:block;
}

html{
	height: 100%;
	width: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background: #fdfdfd;
	font-size: 13px;
	color: #333333;
	height: 100%;
	width: 100%;
	overflow: auto;
	direction: ltr;
}

/**::-webkit-scrollbar{
	height: 5px;
	width: 5px;
	background: #eeeeee;
}

*::-webkit-scrollbar-track{
	border: 1px #dddddd solid;
}

*::-webkit-scrollbar-thumb{
	background-color: #cccccc;
}

*::-webkit-scrollbar-thumb:hover{
	background: #bbbbbb;
}

*::-webkit-scrollbar-thumb:active{
	background: #aaaaaa;
}*/