* {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height:16px;
}

hr {
	border: 0px solid black;
	border-bottom: 1px solid black;
}

th {
	font-size: 14px;
	font-style: bold;
}

select,
textarea,
input {
	border: 1px solid black;
}

.content {
	background: #d8d5ff;
	border: 1px solid black;
	padding: 10px;
}

.button {
	margin: 5px;
	padding: 3px;
	background: #eeeeee;
	border: 1px solid black;
}

.error {
	background: #ff502c;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
}

.error_text {
	color: #ff0000;
}