/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
input[type='checkbox'], input[type='submit'], input[type='reset'], input[type='radio'], input[type='image'], input[type='file']{
	cursor: pointer;
}
label{
	cursor: pointer;
	color: inherit;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 115%;
	text-align: left;
	color: #777;
}
hr{
	margin: 0;
	border: 0 none;
	border-top: solid 1px #777;
	height: 0;
	color: #777;
	background: none;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.relative{
	position: relative;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
.clear-left{
	float: none !important;
	display: block;
	clear: left;
	height: 0;
}
.clear-right{
	float: none !important;
	display: block;
	clear: right;
	height: 0;
}
.uppercase{
	text-transform: uppercase;
}
