/*

	/content/contact/template.css

*/

DIV.cmsContent {
	width: 545px;
	overflow-x: hidden;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #565447;
	line-height: 18px;
}
DIV.cmsContent_Form {
	width: 326px;
}
DIV.cmsContent TD {
	font-size: 13px;
	line-height: 18px;
}

/* Layout */

TABLE.tmpMain TD.tmpLeft {
	padding-bottom: 110px;
}
TABLE.tmpMain TD.tmpDiv {
	background: white;
}
DIV.tmpContentBox1 {
	width: 545px;
}
DIV.tmpContentBox2 {
	width: 326px;
	padding-top: 45px;
}
TABLE.tmpMap {
	margin-top: 65px;
}
TABLE.tmpMap A.tmpMapLink {
	color: #565447;
	display: block;
	margin-top: 25px;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin-right: 20px;
}


/* Email */

DIV.tmpConfirmation {
	font-weight: bold;
	color: Red;
	margin-bottom: 1em;
	text-align: center;
}
FORM.tmpEmailForm {
	margin: 0;
}
FORM.tmpEmailForm TABLE {
}
TD.tmpLabel {
	white-space: nowrap;
	font-size: 13px;
	line-height: 18px;
	color: #565447;
}
TD.tmpField {
	padding-bottom: 7px;
}
FORM.tmpEmailForm TABLE TD.tmpLabel SPAN {
	color: Red;
}
FORM.tmpEmailForm TABLE.cmsSubmit TD.tmpLabel SPAN {
	visibility: hidden;
}

/* Text Field */

DIV.tmpLongField {
	width: 326px;
}
INPUT.tmpLongField {
	width: 210px;
	font-family: Arial;
	font-size: 13px;
}

/* List */

DIV.tmpList {
	width: 326px;
}
SELECT.tmpList {
}

/* Memo */

DIV.tmpMemoField {
	width: 326px;
}
TEXTAREA.tmpMemoField {
	width: 326px;
	height: 80px;
	font-family: Arial;
	font-size: 13px;
}

/* Other */

TD.tmpCaptcha {
	padding-bottom: 10px;
}
TD.tmpCaptcha TABLE {
	position: relative;
	left: -3px;
}
DIV.cmsContent_Form A#btnSubmit {
	display:-moz-inline-box;
	display: inline-block;
	width: 63px;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
	font-size: 12px;
	color: White;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/global/images/signup/submit.gif);
	margin-left: 7px;
}

