.ex-input-button {
	width: 100px;
}

.ex-font-red {
	color: red;
}

.ex-font-green {
	color: green;
}

.ex-div {
	display: none;
}

.ex-div-left {
	display: none;
	text-align: center;
}

.ex-align-name {
	text-align: left;
}

.ex-ctrl {
	width: 300px;
	border: 1px dotted #666;
}

.ex-a {
	color: black;
	font: 16px/1em Arial, Helvetica, sans-serif;
	padding: 1px 8px 4px 8px;
	background: #fff;
	border: none;
	border-top: 1px solid #917400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}

.ex-a:hover {
	text-decoration: underline;
}

.ex-table-region {
	
}

.ex-table-region tr td {
	width: 50%;
	padding: 4px 6px 4px 4px;
	vertical-align: top;
}

.ex-table-region tr td a {
	text-decoration: none;
}

.ex-table-region tr td a:hover {
	text-decoration: underline;
}

.ex-scroll-block {
	margin: 0 auto;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

.ex-note {
	color: #444444;
	font-size: 12px;
}