 /* -------------------------------
Style Sheet สำหรับหน้าเว็บ Fuel Options for Electricity Generation
Created by : Nok
Date : Fabruary 22, 2010
------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}
a {
	color: #333;
}
a:hover {
	color: #009239
}
img {
	border: none;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(images_layout/fuel_page_bg.gif) repeat-y #6C0 center;
}
#page {
	width: 980px;
	margin: 0 auto;
	border-bottom: 70px solid #009239;
}
#header {
	position: relative;
	height: 384px;
	background: url(images_layout/fuel_header_bg.gif) no-repeat;
	text-indent: -9999px;
}
#eng #header {
	background: url(images_layout/fuel_header_bg_eng.gif) no-repeat;
}
#language {
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: 0;
}
#content {
	position: relative;
	padding: 15px 10px 40px 380px;
	background: url(images_layout/fuel_content_bg.jpg) no-repeat top;
}
#content h3#signup_button {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 235px;
	height: 160px;
	background: url(images_layout/fuel_signup_button.png) no-repeat;
	text-indent: -9999px;
}
#eng #content h3#signup_button {
	background: url(images_layout/fuel_signup_button_eng.png) no-repeat;
}
#content h3#signup_button a {
	display: block;
	width: 235px;
	height: 160px;
	outline: none;
}
#content table {
	font-size: 14px;
	margin: 10px 0px;
}
#content caption {
	text-align: left;
	width: 189px;
	height: 36px;
	margin-bottom: 10px;
	background: url(images_layout/fuel_caption_bg.gif) no-repeat;
	text-indent: -9999px;
}
#eng #content caption {
	background: url(images_layout/fuel_caption_bg_eng.gif) no-repeat;
}
#content tr.hilight {
	color: #009239;
	font-weight: bold;
	height: 80px;
}
#content tr.hilight td {
	vertical-align: middle;
}
#content td {
	vertical-align: top;
	padding: 5px;
	line-height: 22px;
}
#content td.room {
	font-weight: bold;
	color: #EF8610;
}
#content td.time {
	width: 120px;
}
#content ul {
	padding-left: 20px;
}
#content p {
	font-size: 14px;
}

 /* ------------------------------- form page ------------------------------- */
 #content h3 {
 	font-size: 24px;
	color: #009239
 }
 #content form div {
 	margin: 15px 0px;
 }
 #content label {
 	display: block;
	font-size: 16px;
	color: #333;
 }
 #content input, #content select {
 	font-size: 20px;
	width: 300px;
	border: 1px solid #999;
	color: #333;
 }
 #content option {
 	color: #009239;
 }
 #content input:focus, #content select:focus {
 	background: #9F3;
 }
 #content button {
 	width: 100px;
	height: 30px;
 }
  /* ------------------------------- confirmation page ------------------------------- */
  h3#confirmation {
  	height: 400px;
	padding-top: 100px;
	vertical-align: middle;
  }