@charset "utf-8";
#text_in {
	margin:0;
	padding:0;
}
#text_in p {
	font-size:12px;
	color:#333333;
	line-height:130%;
	margin:5px 0;
}
textarea {
	margin:5px 0;
}
#text_in th {
	font-size:13px;
	color:#333333;
	padding:3px;
}
td {
	font-size:12px;
	color:#333333;
	padding:3px;
	line-height:130%;
}
.red {
	color:#FF0000;
	font-weight:bold;
}
.bg_white {
	background:#FFFFFF;
}
.bg_gray {
	background:#f0f0f0;
}
#text_in td.top {
	border-top:#666666 1px solid;
}
#text_in td.right {
	border-left:#666666 1px solid;
	border-top:#666666 1px solid;
	border-right:#666666 1px solid;
	padding:3px 0 0 5px;
}
#text_in td.bottom_l {
	border-left:#666666 1px solid;
	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;
	padding:3px 0 0 5px;
}
#text_in td.bottom_r {
	border-right:#666666 1px solid;
	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;
	border-left:#666666 1px solid;
	padding:3px 0 0 5px;
}
#text_in td.lefttop {
	border-left:#666666 1px solid;
	border-top:#666666 1px solid;
	padding:3px 0 0 5px;
}

INPUT {
	margin:0 0 0 5px;
}

p.contact_text {
	font-size:12px;
	line-height:120%;
	margin:5px 0;
}