﻿/* CSS Document */

body {
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #343434;
	font-family: Arial, Helvetica, sans-serif;
}

.formBox {
	background-image: url(../images/bdl_r4_c2.jpg);
	background-repeat: no-repeat;
	height: 207px;
	width: 532px;
	font-size: 12px;
	line-height: 12px;
}

.formTable {
	width: 70%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	margin-left: 170px;
	margin-right: 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: 12px;
	color: #FFF;
	background-image: url(../images/bdl_r9_c1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 82px;
	width: 1032px;
	line-height: 16px;
}

.bottom a {
	font-weight: bold;
	color: #FFF;
}

.bottom a:hover {
	color: #FC0; 
}
