/** Layout **/
body {
	background: #eee;
	margin: 0;
}

div#wrap {
	width: 800px;
	margin: 50px auto;
	padding: 0 20px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fff;
}

div#wrap div#header h1 {
	text-align: center;
}

form fieldset {
	border: none;
	background: #eee;
}

form fieldset div.field {
	clear: left;
	margin: 10px 0;
}

form fieldset label {
	float: left;
	width: 200px;
	font-weight: bold;
}

form input{
	font-family: Trebuchet MS, Verdana, sans-serif;
	width: 250px;
}

form p.actions input {
	width: 200px;
	margin-left: 20px;
}

form fieldset select {
	font-family: Trebuchet MS, Verdana, sans-serif;
	width: 75px;
}

table thead tr th {
	vertical-align: top;
	text-align: left;
}

table thead th.col1 {
	width: 450px;
}

table thead th.col2 {
	width: 250px;
}

table tbody tr {
	margin-top: 10px;
}

table tbody tr td label {
	float: none;
	width: auto;
	font-weight: normal;
}

table thead tr th span {
	font-weight: normal;
	font-size: 12px;
}

/** Typography **/
body {
	font-family: Trebuchet MS, Verdana, sans-serif;
}

a {
	color: #166FC3;
}

p.good {
	background: #F1FDFF;
	border-top: 2px solid #B3DEE2;
	border-bottom: 2px solid #B3DEE2;
	color: #333333;
	padding: 5px 10px;
}
