body, h1, h3, legend, label {
	font-family: sans-serif;
}

body {
	background: #fbfbfb;
}

h1 {
	font-size: 120%;
}

h3 {
	font-size: 90%;
}

fieldset {
	display: inline-block;
	vertical-align: top;
}

legend {
	font-weight: bold;
}

label {
	font-size: 70%;
}

label, input {
	display: block;
}

table {
	width: 100%;
	border-collapse: collapse; 
}

tr {
	text-align: left;
}

tbody tr:nth-child(2n+1) {
	background: #FBFBFB;
}

td, th {
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #666666;
}

.block {
	margin: 10px 25px;
}

.block_head {
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #F6F6F6;
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(247,247,247)),
		color-stop(1, rgb(243,243,243))
	)
	-moz-linear-gradient(
		center bottom,
		rgb(247,247,247) 0%,
		rgb(243,243,243) 100%
	)
	margin: 0 -10px;
	padding-left: 25px;
	-moz-border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #555555;
	text-shadow:1px 1px 0 #FFFFFF;
	font-family: "Trebuchet MS";
}

.block_content {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 20px;
	background: #FFFFFF;
}

.block_bottom {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-moz-border-radius: 0 0 5px 5px;
	height: 20px;
	background: #FFFFFF;
}