﻿#lod {
	width: 100px;
	margin-top: 125px;
	margin-right: auto;
	margin-left: auto;
}

.box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.textarea {
	border: 1px solid #C6D7E7;
	margin-bottom: 5px;
	overflow: hidden;
}
.box .box_title  {
	color: #73869C;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;

}
.box .box_title .box_title_h1  {
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.box .box_title .box_title_sm {
	font-size: 14px;
	float: left;
	margin-top: 4px;
}

