/* CSS Document */
/* CODE ไว้อาลัย */
.black-ribbon {   position: fixed;   z-index: 9999;   width: 70px; }
@media only all and (min-width: 768px) { .black-ribbon { width: auto; } }

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }
/* CODE ไว้อาลัย */
body{
	/*background-image:url(images/bg.gif);
	background-position:center top;*/
	background:#FFF;
	margin-top:0px;
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#000;
	line-height:1.4em;
}
img{
    border: 0;
}
a:link {	color: #cc0000; text-decoration: none}
a:visited {	color: #cc0000;text-decoration: none}
a:hover {	color: #666; text-decoration: underline}
a:active {	color: #cc0000; text-decoration: none}

input,textarea,select{
	font-family:Arial, Tahoma;
	font-size:11px;
	color:#666666;
	}
textarea{height:40px}

/*white*/
.white a:link { color: #FFFFFF; text-decoration: none }
.white a:visited { color: #FFFFFF; text-decoration: none}
.white a:hover {	 color: #FFFFFF; text-decoration: underline}
.white a:active { color: #FFFFFF; text-decoration: none}

.title-box{font-family: Arial, Tahoma, 'MS Sans Serif'; font-size:13px; color:#FFF; text-align:center; font-weight:bold; middle; height:23px; background:#ED1C24; padding-top:5px; margin: 3px 0px 2px 0px}

td.form{background:#dddddd; font-weight:bold; text-align:right}
.text-title-table{font-size:13px; color:#ED1C24; font-weight:bold}