/* ----- contact form ----- */
table.contactTable {
	margin:0 auto;
}

.contactTable label {
	font-size:18px;
	color:#000;
	margin-right:18px;
	
}

.contactTable .body_Txt {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#666;
	width:400px;
	border:1px solid #4baaee;
}

.contactTable textarea {
	width:400px;
	height:200px;
	border:1px solid #4baaee;
}

.clearBtn {
	float:left;
	cursor:pointer;
	display:block;
	background:url(../images/btn-clear.png) no-repeat;
	width:136px;
	height:46px;
	margin:18px 24px 0 94px;
	border:none;
	text-indent:-9999px;
}

.submitBtn {
	float:left;
	cursor:pointer;
	display:block;
	background:url(../images/btn-submit.png) no-repeat;
	width:136px;
	height:46px;
	border:none;
	margin:18px 0 0 0;
	text-indent:-9999px;
}


/* ----- log in ----- */
table.loginTable {
	margin:0 auto;
}

.loginTable label {
	font-size:18px;
	color:#000;
	margin-right:18px;
	
}

.loginTable .body_Txt {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#666;
	width:400px;
	border:1px solid #4baaee;
}

.loginBtn {
	cursor:pointer;
	display:block;
	background:url(../images/btn-login.png) no-repeat;
	width:136px;
	height:46px;
	border:none;
	margin:18px auto 0 auto;
	text-indent:-9999px;
}