html, body {
	margin: 0;
	padding: 0;
}

table, td, div, ul, li, ol, p, h1, h2, h3, h4, h5, h5, h6, hr, img, form, input, textarea, button, iframe {
	margin: 0;
	padding: 0;
	border-style: none;
}

img {
	border: 0;
}

* {
	background-repeat: no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #18ade7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

input.text, input.password, input.file, textarea, select, input.submit, input.button {
	margin: 1px 0;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}

input.submit, input.button {
	cursor: pointer;
	padding: 1px;
	border: 1px solid #f8543e;
	background-color: #f8543e;
	color: #fff;
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

input.text:focus, input.password:focus, input.file:focus, input.submit:focus, input.button:focus, textarea:focus, select:focus {
	border: 1px solid #000;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}