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

.fieldset {
	border: 1px solid #ccc;
	padding: 0 15px;
}

.legend {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 14px;
	font-weight: bold;
	//color: #888888;
	background-color: transparent;
}

legend {
	width: auto;
	border-bottom: 0px;
}

.logo {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.small { font-size: 8px; }

.red { color: red; }
