body {
	font-size: 0.8em;
}

* {
	font-family: Arial, sans-serif;
	background: transparent;
	color: #060;
	margin: 0px;
	padding 0px;
	border: 0px solid #369;
}

div {
	position: relative
}

div.formLabel {
	width: 80%;
	text-align: left;
}

div#myLeague {
	width: 90%;
	padding-left: 0.5em;
	
	text-align: left;
	
	border: 0px solid black;
}
div#myLeague form input, select, option, textarea {
	width: 80%;
	border-width: 0px;
	border-left: 1px solid #ccf;
	border-bottom: 1px solid #ccf;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

div#myLeague form textarea {
	height: 3em;
}

div#myLeague form option {
	background-color: #cfc !important;
	background: #cfc !important;
}

#myLeague input.submit {
	margin-top: 0.25em;
	font-weight: bold;
	background-color: #cfc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #090;
	border-bottom: 1px solid #090;
}