@font-face {
    font-family: "Century Gothic";
    src: url('../font/web/GOTHIC.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Gothic";
    src: url('../font/web/GOTHICB.TTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Century Gothic";
    src: url('../font/web/GOTHICI.TTF');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Century Gothic";
    src: url('../font/web/GOTHICBI.TTF');
    font-weight: bold;
    font-style: italic;
}


body, div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a {
    margin: 0;
    padding: 0;
}

body {
    background-color: #080500;
    font-family: roboto;
    color: #fbffe0;
    font-size: 15px;
}

h1 {
    font-size: 42px;
    font-weight: normal;
    color: #e3a114;
}

h2 {
    padding-left: 5px;
    font-size: 16px;
}

table td {
    padding: 5px;
}

footer {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}

.wrapper {
    width: 1024px;
    margin: 35px auto;
}

.content {
    float: left;
    width: 50%;
	margin-top:10px;
}

.require {
    color: #FF0000;
}

.requireText {
    font-size: 10px;
}

.topic {
    width: 95px;
    text-align: right;
}

.comboboxBox {
    width: 388px;
    padding: 3px;
    background-color: #070707;
    border: solid 1px #212121;
    color: #fbffe0;
}

.textBox {
    width: 380px;
    padding: 3px;
    background-color: #070707;
    border: solid 1px #212121;
    color: #fbffe0;
}

.textArea {
    width: 478px;
    height: 200px;
    margin-left: 10px;
    padding: 3px;
    background-color: #070707;
    border: solid 1px #212121;
    overflow: hidden;
    font-family: roboto;
    font-size: 13px;
    color: #fbffe0;
}

.remark {
    font-size: 13px;
    text-align: justify;
}

.divButton {
    width: 156px;
    margin: 0 auto;
}

.spacer {
    clear: both;
    height: 0px;
}

.invalid {
    border: thin solid red;
}

.hidden {
    display: none;
}

#msgLoading {
    text-align: center;
}

#msgComplete {
    margin-top: 150px;
}

#btnBack {
    width: 120px;
    padding: 5px;
    background-color: #000;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

#btnSubmit {
    width: 156px;
    height: 50px;
    border: hidden;
    cursor: pointer;
	color:#fbffe0;
	border: 1px solid #e3a114;
	background-color: #e3a114;
	font-size:18px;
	font-family:Roboto;
}
#btnSubmit:hover {
    width: 156px;
    height: 50px;
    border: #fbffe0 1px solid ;
    cursor: pointer;
	color:#fbffe0;
	background:#000000;
}
.copyright{ 
background-color:#19120e;
	margin-top:40px;
	color:#deb867;
	padding:20px 70px;
	text-align:left;
	font-size:14px;
}