@charset "utf-8";

/****************************************************

*	(CC) 2009 Oceloyotl X.  All Rights Reserved. 

*	Oceloyotl CSS Reset by Oceloyotl X is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License.

*	http://creativecommons.org/licenses/by-nc-nd/3.0/us/

*	htt://www.oceloyotl.com

****************************************************/

* {

	margin: 0;

	padding: 0;

	outline: none;

	font-weight: normal;

	font-style: inherit;

	font-family: inherit;

	vertical-align: baseline;

}

body {

	font-size: 62.5%;

	line-height: 1.8em; /* 10×1.8em = 18px */

	text-align: center; /* IE centering */

}

h1, h2 ,h3, h4, h5, h6, pre, code, p, a, table, code, kbd, samp, pre, tt, var, blockquote, q, form, select, isindex, listing, xmp, plaintext, address, sup, sub, caption, del {

	font-size: 1.4em; /* 10px×1.4em = 14px */

}

.input {

	font-size: 1.4em; /* 10px×1.4em = 14px */	

}

textarea {

	overflow: auto;

}

textarea, input {

	vertical-align: top;

	font-size: 1em;

	text-align: left;

}

input {

	width: auto;

	max-width: auto;

	overflow: visible;	

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;
	vertical-align: top; 

}

/* use when replacing with an image

input, textarea {

	border: none;	

}

*/

ul, ol, dir, menu { 

	list-style-type: none; 

}

a {

	text-decoration: none;

}

a img {

	border: 0;

}

blockquote, q {

	quotes: none;	

}

blockquote:before, blockquote:after, q:before, q:after {

	content: "";	

}

address {

	font-style: normal;

}

del {

	text-decoration: line-through;	

}

#container {

	margin: 0 auto;

	text-align: left;

}

