﻿@charset "utf-8";

/* CSS Document */

input,
textarea,
select,
button {
	font-size: 12px;
	,
	font-weight: normal;
	vertical-align: middle;
}

input[type='button'],
input[type='submit'],
select,
button {
	cursor: pointer;
}

table {
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0 none;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset,
img,
a img,
iframe {
	border-style: none;
	border-width: 0;
}

img {
	vertical-align: middle;
	vertical-align: middle;
	outline: none;
}

textarea {
	overflow-y: auto;
}

legend {
	color: #000;
}

hr {
	height: 0;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}