html {
	height: 100%;
}

input {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background: #000 url('../images/outer_bg.jpg') no-repeat 0% 0%; 
	min-width: 950px;
}

a, img {
	border: none;
}

#peek {
	
	padding-top: 15px;
	height: 60px;
	text-align: center;
	
	
}

#peek_text {
	background-color: #341421;
	border: #F43499 1px solid;
	padding: 5px;
}
#peek a{
	color: #f35599;
	font-family: Ariel, sans-serif;
	font-size: 25px;
	text-decoration: none;
}

#peek a:hover {
	text-decoration: underline;
	color: #f35599;
}

#bottom_banner {
/*	text-align: right;
	height: 63px;
	width: 100%;
	background-color: #000; */
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#bottom_banner img{
	margin: 0px 10px 0 0;
}

.message_link a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.message_link a:hover {
	text-decoration: underline;
}

#container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	width: 180px;
	position: absolute;
	right:20px;
	top: 20px;
	
	/*min-width: 400px;
	width: 40%;
	
	top: 22%;
	left: 58%;
	background: transparent url('../images/opaque.png') repeat 0 0;
	background: rgba(66,66,66,0.5) none;
	z-index: 50;
	padding-bottom: 5px;*/
}

#container.wide {
	width: 400px;
}

#about_info {
	font-size: 13px; 
	color: #eee; 
	padding-left: 10px; 
	margin-bottom: 10px;
}

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

input#email_input, input#password_input, 
input#email1, input#email2, 
input#fname, input#lname,
input#password, input#password1, input#password2 {
	padding: 4px 3px 3px 3px;
	border: #a1a1a1 1px solid;
	background: transparent url('../images/outer_input_bg.jpg') repeat-x 0 0;
	font-size: 12px;
	width: 168px;
	margin-top: 1px;	
}

#container label {
	margin-bottom: 7px;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	color: #eee;
}



#outer_links {
	margin-bottom: 15px;
}

#outer_links a {
	color: #eee;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

#outer_links a:hover {
	
	text-decoration: underline;
	
}

#section_title {
		
	color: #eee;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
}

#section_title.en {
	font-size: 17px;
}

#section_title.th {
	font-size: 20px;
}

.row_wrapper {
	margin-bottom: 10px;
	}

.row_wrapper input[type=text], .row_wrapper input[type=password] {
	height: 20px;
	background-color: #222;
	/*color: #d2ae8a;*/
	color: #a9a9a9;
	width: 40%;
	border: #532310 1px solid;
	}

.row_wrapper input[type=checkbox] {
	background-color: #201712;
}

.row_wrapper label {
	clear: left;
	width: 10.5em;
	margin: 0px 0.5em 0 0;
	padding-top: 3px;
	float:left;
	display: block;
	text-align: right;
	/*color: #d2ae8a;*/
	color: #a9a9a9;
	font-weight: normal;	
}

.row_wrapper label.en {
	font-size: 10px;	
}

.row_wrapper label.th {
	font-size: 11px;	
}

.row_wrapper label.error {
	font-size: 10px;
	color: #ff0000;
	float: none;
	width: 100%;
	text-align: left;
	margin-left: 9.5em;
	
}

.acc_header, .fake_acc_header  {
	color: #FFF;
	clear: right;
	padding-left: 5px;
	margin: 0px 10px 10px 10px;
	font-size: 16px;
	background-color: #222222; 
	border-bottom: #c0096c 1px solid;
}

#accordion .noshow {
	display: none;
} 

.acc_header a, .fake_acc_header a {
	text-decoration: none;
}

.outerlink { /* this is for nojavascript people out there*/
	font-family: Helvetica, Arial, sans-serif;
	color: #fff; 
	
}

.ui-state-focus {
	border: none;	
}

#register_form {
	
	margin: 0px 0px 0px 0px;

	padding: 0 0 0 0;
	color: #a9a9a9;
	font-size: 12px;
}

.register_sprite {
	border: none; 
	width: 110px; 
	height: 30px; 
	background: transparent url('../en/en_images/btn_register_sprite.png') no-repeat  0 -30px;  
	margin-left: 8.3em;
}

.register_sprite:hover {
	background-position: 0 0px;
}

.register_sprite_th {
	border: none; 
	width: 110px; 
	height: 30px; 
	background: transparent url('../th/th_images/btn_register_sprite.png') no-repeat  0 -30px;  
	margin-left: 9.1em;
}

.register_sprite_th:hover {
	background-position: 0 0px;
}

.register_info {
	text-align: center;
	float: right;
	width: 35%;
	margin: 0 10px 10px 10px;
	padding: 0 5px 0 10px;
	font-size: 15px;
	border: #FFF 1px solid;
	/*color: #b9a278;*/
	color: #a9a9a9;
	word-wrap: break-word;
}

#register_info p {
	margin: 0;	
}

.login_sprite {
	border: none; 
	width: 110px; 
	height: 30px; 
	background: transparent url('../en/en_images/btn_login_sprite.png') no-repeat  0 -30px;  
	margin-left: 8.3em;
}

.login_sprite:hover {
	background-position: 0 0;
}

.login_sprite_th {
	border: none; 
	width: 110px; 
	height: 30px; 
	background: transparent url('../th/th_images/btn_login_sprite.png') no-repeat  0 -30px;  
	margin-left: 9.1em;
}

.login_sprite_th:hover {
	background-position: 0 0px;
}

#logo {
	padding: 15px 0 0 15px;	
}

#language {
	float: right;
	position: absolute;
	top: 10px;
	right: 22px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	
}

#language a {
	color: #ddd;
	text-decoration: none;	
	background: transparent url('../images/subnav_arrow_sprite.png') no-repeat right top;
	padding-right: 17px;
	
}

#language a:hover {
	text-decoration: underline;
}

#message {
	padding: 10px 0px 0 0;
	font-size: 12px;
}

#success {
	width: 100%;
	color: #fff; 
}

#success p{
	padding-left: 10px;	
}

#success .header {
	
	padding-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	background: transparent url('../images/1.png') no-repeat 3px 5px;
	border-bottom: #c0096c 1px solid;
	font-weight: bold;
	font-size: 20px;
}

#error {
	width: 100%;
	color: #fff; 
}

#error p{
	padding-left: 10px;	
}

#error p a {
	color: #b9a278;
	font-weight: bold;	
}

#error p a:hover {
	color: #ff6699;	
}


#error .header {
	padding-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	background: transparent url('../images/0.png') no-repeat 3px 5px; 
	border-bottom: #c0096c 1px solid;
	font-weight: bold;
	font-size: 20px;
}
/*
.send_sprite_en {
	margin: 0px 0 10px 8.3em;
  	background: transparent url('../en/en_images/btn_send_sprite2.png') no-repeat  0 -30px;  
	width: 110px; 
	height: 30px; 
  	overflow:hidden;     
  	border: none;
}

.send_sprite_en:hover {
	background-position: 0 0px;
}

.send_sprite_th {
	margin: 0px 0 10px 9em;
  	background: transparent url('../th/th_images/btn_send_sprite2.png') no-repeat  0 -30px;  
	width: 110px; 
	height: 30px; 
  	overflow:hidden;      
  	border: none;
}

.send_sprite_th:hover {
	background-position: 0 0px;
}

.renew_sprite_en {
	margin: 0px 0 10px 8.3em;
  	background: #transparent url('../en/en_images/btn_confirm_sprite.png') no-repeat  0 -30px;  
	width: 110px; 
	height: 30px; 
  	overflow:hidden;      
  	border: none;
}

.renew_sprite_en:hover {
	background-position: 0 0px;
}

.renew_sprite_th {
	margin: 0px 0 10px 9em;
  	background: #transparent url('../th/th_images/btn_confirm_sprite.png') no-repeat  0 -30px;  
	width: 110px; 
	height: 30px; 
  	overflow:hidden;      
  	border: none;
}

.renew_sprite_th:hover {
	background-position: 0 0px;
} */
