/*

	/content/contact/template.css

*/

DIV.cmsContent {
	width: 606px;
	width: 185px;
	overflow-x: hidden;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #48483F;
	line-height: 18px;
}
DIV.cmsContent TD, DIV.tmpForm, DIV.tmpForm TD {
	font-size: 13px;
}
DIV.cmsContent A {
	color: #48483F;
	text-decoration: underline;
}
div.tmpBody {
	padding-left: 0px;
	padding-right: 30px;
	width: 636px;
	padding-top: 30px;
	padding-bottom: 30px;
}

DIV.tmpForm {
	width: 391px;
	margin-left: 30px;
	overflow: hidden;
	float: right;
	padding-bottom: 30px;
	color: #707078;
}
DIV.tmpConfirmation {
	font-weight: bold;
	color: Red;
	margin-bottom: 30px;
}
FORM.tmpEmailForm {
	margin: 0;
}
FORM.tmpEmailForm TABLE {
}
DIV.tmpLabel {
	line-height: 19px;
	white-space: nowrap;
}
DIV.tmpField {
	line-height: 19px;
	padding-bottom: 7px;
}
FORM.tmpEmailForm SPAN {
	color: Red;
}
FORM.tmpEmailForm DIV.cmsSubmit SPAN {
	visibility: hidden;
}

/* Text Field */

DIV.tmpLongField {
	font-weight: bold;
	color: Black;
}
INPUT.tmpLongField {
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 200px;
}

/* List */

DIV.tmpList {
	font-weight: bold;
	color: Black;
}
SELECT.tmpList {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* Memo */

DIV.tmpMemoField {
	font-weight: bold;
	color: Black;
}
TEXTAREA.tmpMemoField {
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 312px;
	height: 80px;
}

/* Other */

DIV.tmpCaptcha {
	margin-top: 5px;
	margin-bottom: 10px;
}
DIV.tmpCaptcha {
	margin-left: -3px;
}
DIV.tmpSubmitHead {
	line-height: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 17px;
	font-size: 11px;
	font-weight: bold;
}
DIV.tmpSubmitFoot {
	font-size: 11px;
	line-height: normal;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-weight: bold;
}

