acronym {
	border-bottom: 1px dashed;
	cursor: help;
}
acronym:hover {
	border-bottom-style: solid;
}
form {
	margin: 0;
	padding: 0;
}
label, input[type="submit"], input[type="reset"] {
	cursor: pointer;
}

div.row {
	clear: both;
	margin: 5px 0;
}
div.row div.no-label {
	float: left;
	margin-left: 150px;
	display: block;
}
div.row label {
	float: left;
	font-weight: bold;
	width: 150px;
	display: block;
}
div.row input, div.row textarea {
	margin-right: 10px;
	width: 250px;
}
div.row input[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline;
}
div.row input[type="hidden"] {
	display: none;
}
div.row p.detail {
	font-size: 10px;
	display: inline;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.center {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.inline {
	display: inline;
	width: auto;
}
.message-c {
	border: 1px solid #82db0f;
	background: #e0ffc1;
}
.message-e {
	border: 1px solid #dd3c10;
	background: #f5c4b7;
}
.message-i {
	border: 1px solid #ffe222;
	background: #fff8cc;
}
.message-c, .message-e, .message-i {
	margin: 5px;
	padding: 10px;
}
.message-c p, .message-e p, .message-i p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000;
	display: block;
	visibility: visible;
}
.right {
	float: right;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
