/* CSS Document */
#cleft .data {
	color: #000000;
	font-size: 1.2em;
	margin-bottom: 20px;
}

#cright p {
	color: #999999;
	font-size: 0.9em;
}
#cright #mailer {
	width: 630px;
	margin: 0px;
	margin-top: 30px;
}
#mailer label {
	font-size: 1.2em;
	color: #999999;
	padding: 0px;
	margin: 0px;
	border: none;
}
#mailer input, #mailer textarea {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
	letter-spacing: 0.09em;
	text-align: left;
	text-indent: 0px;
	display: block;
	width: 400px;
	padding: 3px 5px;
	margin: 0px;
	border: none;
	border-bottom: solid 1px #CCCCCC;
}
#mailer textarea {
	height: 120px;
}
#mailer input {
	margin-bottom: 10px;
}
#mailer span label {
	color: #666666;
}
#mailer span input, #mailer span textarea {
	border-bottom-color: #666666;
}
#mailer #lng {
	display: none;
}
#mailer #submit, #mailer #submitjs {
	background: url(../images/submit.gif);
	width: 64px;
	height: 20px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	border: none;
}
#mailer #submitjs {
	display: none;
}