@charset "utf-8";
 
* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}

body {
	background: white;
	text-align: left;
}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font: inherit;
}

textarea{
	width: 100%;
	box-sizing: border-box;
	
}

p {margin:0px 0px 5px 0px;}

a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td, center {
	vertical-align: top;
}


ul {
	margin:0px 0px 0px 0px;
}


.clear {display:block; clear:both; width:1px; height:1px; font-size:0.1em;}