﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat;
}
.wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.formBox {
	color: #FFF;
	text-align: center;
	height: 253px;
	width: 475px;
	background-image: url(../images/gdl_r3_c2.jpg);
	background-repeat: no-repeat;
}
.formTable {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
.formText {
	text-align: right;
	width: 30%;
	padding-right: 5px;
}
.formOption {
	width: 65%;
	padding-left: 5px;
	text-align: left;
}
.INPUTEXT {
	width: 200px;
}
.bottom {
	font-size: 11px;
	text-align: center;
	color: #999;
}
.bottom a {
	color: #999;
}
a:hover {
	color: #FCB40A;
}