html,body,h1,h2,h3,h4,h5,h6,div,p,a,img,ul,li,table,tr,th,td,col,form,button,input,label,textarea,select,option,sup,sub,iframe,object{
	background:transparent;
	color:inherit;
	font-size:100%;
	font-family:inherit;
	font-weight:500;
	margin:0;
	padding:0;
	border:none;
	vertical-align:baseline;
}

html,
textarea{
	overflow-x:auto;
	overflow-y:scroll;
}

sup,
sub{
	position:relative;
	font-size:10px!important;
}
	sup{
		top:-4px;
	}
	sub{
		bottom:-2px;
	}

:hover,:active,:focus{
	outline:none;
}

::selection{
	background:#999;
	color:#fff;
}
::-moz-selection{
	background:#999;
	color:#fff;
}

label,
select{
	cursor:pointer;
}
	select option{
		padding:0 1em 0 0;
	}
	label input{
		position:relative;
		bottom:0;
	}

table{
	border-spacing:0;
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
		table th{
			text-align:center;
			vertical-align:middle;
			font-weight:700;
			padding:4px;
		}
		table td{
			text-align:left;
			vertical-align:top;
			padding:4px 8px;
		}

ul{
	list-style:none inside;
}
	ul li{
		vertical-align:middle;
	}
