td label {
	color: #555;
}

input {
	line-height: normal;
}

.main_cont {
	padding: 5px;
}

.cont_title {
	width: 810px;
	height: 25px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

.cont_title label {
	font-size: 12px;
	color: #339900;
}

.cont_table {
	width: 800px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.cont_table .lab_r {
	width: 115px;
	text-align: right;
	padding-right: 5px;
	padding-top: 13px;
}

.cont_table .lab_l {
	width: 285px;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
}

.cont_table .liad-form-control {
	width: 260px;
	height: 25px;
	border-radius: 2px;
	padding: 2px 5px 2px 5px;
}

.cont_table select {
	padding-top: 2px;
	padding-left: 5px;
}

div.input-group {
	width: 650px;
	height: 25px;
}

#YYZZ_td .input-group {
	width: 99.5%;
}

div.input-group input.form-control {
	padding-top: 5px;
}

div.input-group input.form-control, label.btn-primary {
	height: 25px;
}

.cont_table_b {
	width: 780px;
	margin-left: 5px;
}

.cont_table_b td {
	border: 1px solid #E2E2E2;
	text-align: center;
	height: 20px;
}

.cont_table_b th {
	border: 1px solid #E2E2E2;
	text-align: center;
	background-color: #FBFBFB;
	height: 20px;
	color: #555;
}

.button-group {
	width: 785px;
	height: 30px;
	margin-top: 10px;
	padding-top: 3px;
}

.button-group .tl {
	float: left;
}

.button-group .tr {
	float: right;
	margin-left: 15px;
}

.button-group .btn-primary {
	border-radius: 2px;
}

.hidebox {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

a:HOVER, .status_font {
	cursor: pointer;
	text-decoration: none;
}

.fileLink {
	float: left;
	margin-top: 3px;
}

.delLink {
	float: right;
	margin-right: 20px;
}

.cont_table_div {
	height: 126px;
	overflow-y: auto;
	margin-bottom: 10px;
	width: 805px;
}

.cont_title_row {
	float: right;
	margin-right: 27px;
	padding-top: 5px;
}

.status_cont_title_row {
	float: right;
	margin-right: 27px;
}

.status_font {
	font-weight: bold;
}

.cont_title_row img {
	margin-top: -5px;
}

.table-input {
	height: 20px;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	text-align: center;
}

body {
	font-size: 12px;
	color: #555;
}

.pro_table {
	width: 780px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.pro_table td {
	height: 30px;
	border: 1px solid #E2E2E2;
}

.pro_table td:nth-child(odd) {
	text-align: right;
	background-color: #FBFBFB;
}

.pro_table td:nth-child(even) {
	padding: 5px;
}

.pro_table td:nth-child(1) {
	width: 118px;
}

.pro_table td:nth-child(2) {
	width: 270px;
}

.pro_table td:nth-child(3) {
	width: 118px;
}

.pro_table td:nth-child(4) {
	width: 270px;
}

.pro_table input[type="text"], .pro_table input[type="password"],
	.pro_table select, .pro_table textarea {
	height: 23px;
	padding: 2px;
	width: 100%;
	border: 0px solid #E2E2E2;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

.pro_table input[type="text"]:focus, .pro_table input[type="password"]:focus,
	.pro_table select:focus, .table-input:focus, .pro_table textarea:focus
	{
	border-color: #E2E2E2;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px
		rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

.pro_table input[type="checkbox"], .pro_table input[type="radio"] {
	vertical-align: middle;
	margin-top: -2px;
}