@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px; padding: 0px;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #FFFFFF;
}

body {
	background: #000000 url(../images/bg.jpg) top center no-repeat;
}

a:link {
	color: #CC3300;
}

a:visited {
	color: #993300;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#wrapper-content {
	background: url(../images/bg-content.jpg) top center no-repeat;
	width: 1000px;
	height: 1090px;
	margin: 0 auto;
}

#content-msg {
	width: 800px;
	margin: 0 auto;
	padding-top: 365px;
}

#content-msg h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16pt;
	color: #FE0010;
}

#content {
	width: 800px;
	margin: 0 auto;
}

#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16pt;
	color: #FE0010;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FE0010;
}

#eForm input {
	width: 310px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #F9C000;
	background-color: #EEEEEE;
}
#eForm select {
	width: 310px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #F9C000;
	background-color: #EEEEEE;
}
#eForm .pinput {
	width: 50px;
}
#eForm .pinput2 {
	width: 70px;
}
#eForm .cbox {
	width: 20px;
}
#eForm .btn {
	width: 100px;
	border: 1px solid #F9C000;
	background-color: #F9C000;
}
#eForm .btn2 {
	width: 80px;
	border: 1px solid #F9C000;
	background-color: #CCCCCC;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 7pt;
	line-height: 9pt;
	color: #666666;
	text-align: center;
}