* {
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	font-weight: 300;
	position:relative;
}

html {
	height: 100%;
	font-size: 100%;
	font-family: "Verdana", sans-serif;
	
}

body {
	height: 100%;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
clear:both;
}



.info {
	margin: 5px 0;
	padding: 5px 0 5px 30px;
	background: linear-gradient(to left, rgba(255,172,0,0) 10%, rgba(255,172,0,1) 70%);
	color:#333333;
}
.i16 {
	width: 16px;
	height: 16px;
}
.i24 {
	width: 24px;
	height: 24px;
}

.i28 {
	width: 28px;
	height: 28px;
}

.i30 {
	width: 30px;
	height: 30px;
}

.i32 {
	width: 32px;
	height: 32px;
}