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

body {
background: #020025;
text-align: center;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

.formBox {
background-image: url(../images/body3.jpg);
background-repeat: no-repeat;
height: 213px;
width: 338px;
font-size: 12px;
line-height: 12px;
color:#fff;
}

.formTable {
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
display: block;
}

.formText {
text-align: right;
width: 30%;
padding-right: 5px;
font-weight:bold;
font-size:115%;
color:#fff;
}

.formOption {
width: 65%;
padding-left: 5px;
text-align: left;
}

.INPUTEXT {
width: 200px;
}

.bottom {
font-size: 12px;
color: #FFF;
background-image: url(../images/hwd_r8_c1.jpg);
background-repeat: no-repeat;
text-align: left;
height: 78px;
width: 677px;
line-height: 14px;
}

.bottom a {
font-weight: bold;
color: #FFF;
}

.bottom a:hover { 
color: #FC0; 
}