@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	/* height:100%; */
}

body, .body-font {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:1.428571429;
}

* {
	margin:0px;
	padding:0px;
	/* border:0 none; */ /* ถ้ากำหนดบรรทัดนี้ Input จะกระทบ */
	outline:none;
}

.clear-font-size-line-height {
	font-size:0px;
	line-height:0px;
}

img {
	border:0px;
}

.clear-float {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/**
* Effect from bootstrap.css
*/
a:hover, a:focus {
  outline:none;
  text-decoration:none;
}

/**
* Effect from bootstrap.css
*/
a:visited {
	color:#666;
}

/**
* Effect from bootstrap.css
*/
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	font-weight:normal;
}