<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mailform {
	padding-bottom: 63px;
}
#mailform table tr {
	border-bottom: 1px solid #c0bebc;
}
#mailform .content {
	width: 800px;
	margin: auto;
}
#mailform table {
	width: 800px;
}
#mailform th {
	width: 235px;
	vertical-align: top;
	text-align: left;
	position: relative;
	padding: 10px 0 10px 6px;
}
#mailform td {
	padding: 10px 0 10px 30px;
}
#mailform td div p {
	float: left;
}
#mailform th span {
	position: absolute;
	right: 0;
	top: 15px;
}
#mailform input {
	border: solid 1px #a9a9a9;
	height: 21px;
	margin: 0px 3px;
}
#mailform select {
	border: solid 1px #a9a9a9;
	height: 23px;
	min-width: 50px;
}
#mailform label {
	float: left;
	margin-right: 25px;
}
#mailform label input {
	margin-right: 2px;
}
#mailform textarea {
	border: solid 1px #a9a9a9;
	width: 438px;
	height: 190px;
}
#contact_btn {
	margin: auto;
	width: 342px;
}
#contact_btn input {
	border: none;
	height: 40px;
	width: 160px;
	cursor: pointer;
}
#mailform .note_error {
	color: #8a0811;
	font-weight: bold;
	padding-top: 3px;
}
#confirmEmail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/shared/body_bg.jpg) repeat 0 0;
	z-index: 9999;
	display: none;
}
#confirmEmail #confirmEmailInner {
	background:url(../img/maid/form_bg.png) no-repeat center top;
	padding: 30px;
	width: 1000px;
	height: 1257px;
	position: fixed;
	z-index: 9999;
}
#confirmEmail #confirmEmailInner dl {
	padding: 10px 0;
	border-bottom: dotted 1px #333333;
}
#confirmEmail #confirmEmailInner dt {
	float: left;
	width: 260px;
}

.confirmTitle {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #532e0c;
}


#confirmEmailInner form { width: 700px;
margin: 0 auto;
padding-top: 100px;}

.tbl_ct td { position: relative;}

.note_error { 
position: absolute;
   bottom: -8px;
    left: 5px;    
    font-size: 12px;
    color: #8a0811;
    font-weight: bold;}
	
</pre></body></html>