/* ---------------------------------------------------- /
 * Reset */
	body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
	ol, li, dl, dt, dd, form, a, fieldset, input, th, td, hr
	{border:0; margin:0; padding:0; outline:none;}
	
	h1, h2, h3, h4, h5, h6{font-size: 100%;}
	
	ul, ol{list-style: none;}
	
	img{border: 0;}
	
	.clear{clear:both;}
	.float-right{float:right;}
	.float-left{float:left;}
	.hidden{display:none;}
	.overflow-hidden{width:0px;height:0px;overflow:hidden;}

/* ---------------------------------------------------- /
 * Basic Elements */
 	html {
 		overflow-y:scroll;
 	}

	/* Links */
	a {text-decoration: none;}
	a:hover {text-decoration:underline;}
	
	/* Input */
	input[type="text"],input[type="password"] {width: 190px; height: 19px;padding:5px;border:1px solid #A7A6AA;}
	input[type="submit"] {cursor:pointer;}
	textarea {width:190px;height:100px;border:1px solid #A7A6AA;padding:5px;font-size:13px;font-family:"Arial"}
	select {width: 192px;}
	input.radio {height: 12px;width: 12px;}
	input.checkbox {height: 23px;width: 22px;}
	
a.no_markup,a.no_markup:hover {text-decoration: none;}