
table {
	margin: 20px 0 0;
}
.frame {
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	padding: 25px 0;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	overflow: hidden;
}
.frame td, .frame th {
	padding: 6px 20px;
	font-size:11pt;
	line-height: 26px;
}
.frame th {
          width:165px;
	text-align: left;
}
.frame td {
	position: relative;
}
.frame td td,
.frame td th {
	padding: 0;
	border: 0;
}
.frame th.caption {
	font-size:13pt;
	background: #3858a3;
	color: #FFF;
	padding: 2px 15px;
}

.frame th.reg {
	border-bottom:solid 1px silver;
}
.frame td.reg {
	border-bottom:solid 1px silver;
}

.frame td.comments {
	word-break: break-all;
}
.frame label {
	margin-right: 12px;
}

.frame select, .frame option, .frame input {
	font-family: inherit;
}

.frame input {
	margin:3px 6px 3px 0;
}
.text {
	font-size:9pt;
	padding: 3px 5px;
	border:1px solid #bbb;
	background: #fff;
	outline: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.text:focus {
	border-color: #666;
}
.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size:11pt;
	padding: 10px 40px;
	border: 1px solid #aaa;
	background: #fafafa;
	cursor: pointer;
}
.button:hover {
	background: #fff;
}
.button:active {
	background: #ddd;
	border-color: #666;
}
.name {
	width:120px;
}
.short {
	width:100px;
}
.card {
	width:50px;
}
.long {
	width:350px;
}

.warning {
	color: #d00;
}





.error_tip {
	position: absolute;
	padding: 3px 10px;
	top: 5px;
	right: -360px;
	border-radius: 5px;
	background: #fe7325;
	color:#fff;
	transition: right .5s;}