/*----- Tables -----*/

td {
	font-size: 12px;
	line-height: 18px;
	background-color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top: 1px solid white;
	border-bottom: 1px solid #e7e8ea}

th {
	color: #69727d;
	font-size: 12px;
	line-height: 15px;
	border-bottom: 1px solid #b3bcc6
}

td.alt {
	font-size: 13px;
	background-color: #d6dde0;
	padding-bottom: 6px
}

td.title {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #7f8a9f;
}

/*----- Forms -----*/

form {
	width: 420px
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: solid 1px #b3bcc6
}

legend {
	
}

label {
	display: block
}

label .required {
	color: #b3bcc6;
	font-size: 0.75em
}

input {
	width: 200px
}

input.radio, input.submit {
	width: auto
}

input:focus, textarea:focus {
	background: #b3bcc6
}

input.radio {
	margin-top: 0.2em;
	margin-right: 0.5em;
	float: left
}

textarea {
	width: 300px;
	height: 100px
}
