﻿@charset "utf-8";

/*=== BodyArea(contactus) ===*/
.bodyArea .contactUs {
	background-color: #EBEBEB;
	width: 600px;
	padding-right: 39px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

h1 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F20000;
	color: #F20000;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
}

.contactUs .copy {
	background-image: url(../contactus/images/copy_bg.gif);
	background-repeat: repeat-y;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.contactUs .copy p {
	font-size: 80%;
	line-height: 130%;
}

.contactUs .contactForm {
	padding-top: 20px;
}

table.formTable {
	width: 100%;
	border-collapse: separate;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

table.formTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 80%;
	line-height: 110%;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 10px;
}

table.formTable td.left {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B3B3B3;
	text-align: center;
}

table.formTable td.left2 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B3B3B3;
	text-align: left;
	padding-left: 16px;
}

table.formTable td.center {
	text-align: center;
	padding-bottom: 20px;
}

table.formTable td.noSpace {
	padding-top: 0px;
	padding-bottom: 0px;
}

table.formTable td.noLine {
	border-bottom-style: none;
}

table.formTable td.noLineSpace {
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-style: none;
}

input {
	margin-bottom: 1px;
	margin-right: 4px;
	margin-left: 2px;
	margin-top: 0px;
	vertical-align: middle;
}

input.longTxt {
	width: 350px;
}

input.middleTxt {
	width: 158px;
}

input.shortTxt {
	width: 130px;
}

input.veryShortTxt {
		width: 80px;
}

table.formTable .inputBtn {
	height: 2em;
	width: 8em;
}

table.formTable table.item {
	width: 100%;
}

table.formTable table.item td {
	font-size: 100%;
	line-height: 110%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.bottom {
	padding-top: 16px;
}

.bottom p {
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 10px;
}

/*=== Error ===*/
.contactUs .heightAdjustment {
	float: left;
	width: 1px;
}

.contactUs .errorList {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: left;
	width: 550px;
}

.contactUs .errorList p {
	font-size: 80%;
	line-height: 120%;
	padding-bottom: 10px;
}

.contactUs .backBtn {
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
	width: 600px;
}

.backBtn .inputBtn {
	height: 2em;
	width: 6em;
}

/*=== Confirm ===*/
.contactUs .confirmAdjustment {
	float: left;
	width: 1px;
}

.contactUs .confirmList {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: left;
	width: 550px;
}

.contactUs .confirmList p {
	font-size: 80%;
	line-height: 120%;
	padding-bottom: 10px;
	width: 540px;
}

.contactUs .confirmBtn {
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
	width: 600px;
}

.confirmBtn .inputBtn {
	height: 2em;
	width: 6em;
}
