/*for IE6*/

* html #content td {
	font-size: 62.5%;
	
}

/*----- Form Div ID -----*/

#formcontent {
	text-align: left;
	margin-left: 40px;
	width: 760px;
	float: left
}

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

#mytable {
	width: 630px;
	color: #002252;
}

td {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 4px;
	border-top: 1px solid white;
	border-bottom: 1px solid gray;
}

th {
	font-size: 1.4em;
	line-height: 1.8em;
	padding-left: 4px;
	color: white;
	background-color: orange;
}

td.alt {
	background-color: white;
}

td.title {
	color: white;
	font-weight: bold;
	font-size: 1.4em;
}

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

form {
	width: 420px
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #e3d69f;
	background-color: #faf9f4;
}

legend {
	color: #002e62;
}

label {
	display: block;
	color: #002e62;
}

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

input {
	width: 200px
}

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

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

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