@charset "UTF-8";
/* CSS Document */

body {
	background-color: #838383;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
}

.plain {
	width: 100%;
	padding-top: 48px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	margin: 0px;
}
.main {
	width: 390px;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-left: 12px;
	padding-right: 12px;
	border: 25px;
	border-style: solid;
	border-color: #8b8f8c;
	margin:0px;
}
.slogan {
	color: #333;
	font-size: 18px;
	text-align: left
}
a
{
	font-size:18px;
	font-stretch:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	text-decoration:none;
}

a:link { color:#1fc61f; }

a:visited { color:#1fc61f; }

a:hover { color:#00d54b; }

a:active { color:#686868; }
.error {
	color: #00ff00;
	font-size: 15px;
}
.white {
	color: #ffffff;
}
.green {
	color: #adc1ad;
}
.thaifont {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:28px;
}
label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: -2.5em;
	display: block
}

.submit input { margin-left: 15.4em; }

input
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color: #0e2f03;
	background: #cbd4cb;
	border: 1px solid #184807
}
.newstyle
{
	color: #0f390f;
	font-size:10px;
	border-radius:13px;
	background: #aeb2ae;
	border: 1px outset #2b7d2b;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:8px;
	margin-left:0px;
	margin-right:0px;
	cursor:alias;
}

.submit input
{
	color: #0ecd0e;
	background: #4e624e;
	border: 2px outset #0e590e
}
h1 {
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	text-transform: uppercase; 
	text-shadow: 1px 1px 2px #333;
	font-size: 28px;
	line-height:32px;
	text-align: center;
	color: #1fc61f;
	margin-bottom: 28px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333;
	font-size: 24px;
	line-height:32px;
	text-align: center;
	color: #1fc61f;
	margin-bottom: 28px;
}