@CHARSET "UTF-8";


#container #contents p.formInfo {
	color: #441818;
	font-size: 14px;
	margin: 0 10px 10px 10px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.sendForm {
	margin: 0 10px;
	color: #441818;
	font-size: 14px;
	width: 530px;
	letter-spacing: 1px;
}

.sendForm th {
	width: 170px;
	text-align: left;
	font-weight: normal;
	padding: 12px 5px 8px 10px;
	background: url(../images/form_4.png) repeat-x;
}

.sendForm td {
	text-align: left;
	padding: 12px 5px 8px 5px;
	background: url(../images/form_4.png) repeat-x;
}

.sendForm th small {
	font-size: 10px;
	margin-right: 2px;
}

.sendForm input,
.sendForm textarea {
	font-size: 14px;
	padding: 4px;
	border: 1px solid #cc9d9d;
	letter-spacing: 2px;
}

.sendForm input.noBord {
	border: none;
}
.sendForm tr td.posCenter {
	text-align: center;
}

.tdLine {
	width: 3px;
}

.tdLine div {
	width: 3px;
	height: 20px;
	background: #cc9d9d;
}



.error {
	color: #cd4848;
	margin: 0 10px 10px 20px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 14px;
}








