@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

html{ -webkit-text-size-adjust:none; }

table{
	border-collapse:collapse;
	/*border-spacing:0;*/
    
}

img{
	border:0;
}

ol, ul, dl, li, dd, dt{
	list-style:none;
}

caption, th{
	text-align:left;
}

q:before, q:after{
	content:'';
}

abbr, acronym{ border:0; }

input, select, button, iframe, img, textarea{vertical-align:middle; }

/*input[type="text"], input[type="password"], textarea{ padding:3px;  }*/

a{ text-decoration:none; cursor:pointer; }


input, textarea, select{}


.clearDiv{clear:both; float:none; height:0; line-height:0;}
