﻿@charset "utf-8";
/* CSS Document */

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #aa0000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-x;
}

.wrapper 
{
	width: 1032px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.bottom 
{
	color: #FFF;
	background-image: url(../images/amo_r8_c1.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 658px;
	font-size: 12px;
}

.bottom a 
{
	color: #FFF;
}

.formBox 
{
	background-image: url(../images/amo_r4_c2.jpg);
	height: 212px;
	width: 337px;
	font-size: 12px;
}

.formTable 
{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.formText 
{
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.disclaimer 
{
	font-size: 10px;
}