@import "service.css";

#content {
	float: left;
	width: 750px;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	padding: 0 4px;
	overflow: hidden;
	z-index: 1;
}

#content ul {
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

#content ul, #content ol {
	margin: 1em;
}

#content ul li, #content ol li {
	margin: 0.5em 1em;
}

	#content .errors {
		padding: 4px;
	}
		
		#content .errors p {
			color: #FF0000;
			margin-bottom: 1em;
			font-weight: bold;
		}
