@charset "utf-8";
/* CSS Document */

div#sidebar {
	height: 700px;
}
div#maincontent h5 {
	font-size: 12px;
	color: #800000;
}
div#maincontent .right {
	text-align: right;
}
div#maincontent input {
	border: 1px solid #1C3C6F;
}
div#maincontent .button {
	font-weight: bold;
	color: #FFF;
	background-color: #1C3C6F;
}

