
.must {
	color: red;
}


table.cnt {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	width: 100%;
}

table.cnt th, table.cnt td {
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
table.cnt .btn th, table.cnt .btn td {
	border-bottom: none;
	padding-top: 15px;
}
table.cnt th {
	width: 200px;
	font-weight: normal;
	text-align: left;
}


table.cnt textarea {
	width: 450px;
	height: 150px;
}

table.cnt input.w230 {
	width: 230px;
}

table.cnt .sbm {
	width: 300px;
	padding: 10px;
	background-color: #F58A3D;
	background-color: rgba(207,98,28,0.9);
	color: #fff;
	font-size: 18px;
	border: none;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 20px;
}
table.cnt .sbm:hover {
	opacity: 0.7;
}

table.cnt .sbm.edit {
	font-size: 16px;
	width: 250px;
	margin-left: 25px;
}

.formErrorMsg, .formErrorArrow div, .formErrorClose {
	background-color: #2B6EB5 !important;
}

.formErrorClose {
	border: 2px solid #5EA9D1 !important;
	line-height: 1.4;
}







