#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 850px;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
}

div.hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	margin: 9px 0;
}

html {
	background: #ddd;
	color: #333;
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 40px;
}

div.field {
	margin-bottom: 10px;
	width: 200px;
}

	form div.field div.error span {
		background: #d55;
		color: #fff;
		padding: 2px 4px;
	}
	
input {
	background: #fff;
	border-color: #999;
	border-width: 1px;
	border-style: inset;
	color: #333;
	font-family: Verdana, Sans-serif;
	margin: 0;
	padding: 4px;
}

	input.button {
		color: #159;
		cursor: pointer;
	}

	input.submit {
		border-style: outset;
	}
	
textarea {
	background: #fff;
	border-color: #999;
	border-width: 1px;
	border-style: inset;
	color: #333;
	font-family: Verdana, Sans-serif;
	margin: 0;
	padding: 4px;
	width: 280px;
}

ul {
	list-style-type: square;
	margin: 0;
}

/* Experimental */

div.segment {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
	padding: 5px 0;
}

	div.segment div.title {
		float: left;
		padding: 10px;
		text-align: right;
		width: 100px;
	}

	div.segment div.body {

		/* 
		Users should know:
		- The content is presented the way it's supposed to be.
		- The content is separated into logical sections.
		*/

		border-left: 1px dashed #999;
		border-right: 1px dashed #999;
		float: left;
		padding: 10px 9px;
		text-align: left;
		width: 590px;
	}

		div.segment div.body a {
			background: #379;
			padding: 2px 4px;
			color: #fff;
		}
