@charset "UTF-8";
/* CSS Document */

.admin-form p {
	float: left;
	clear: both;
	color:#000000;
	background-color:#EEEEEE;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 2px;
	width: 480px;
}

.admin-form a {
	color: #000066;
}

.register-form p {
	float: left;
	clear: both;
	color:#000000;
	background-color:#EEEEEE;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 2px;
	width: 100%;
}

.register-form p.sectionheading {
	font-size: 16px;
	padding: 5px 2px;
	font-weight: bold;
	background: none;
	color: #fdee53;
}

.register-form label {
	width: 250px;
}

.register-form p.description {
	color: #fdee53;
	background: none;
}

label {
	float: left;
	vertical-align: top;
	width: 150px;
	height: 100%;
	padding: 3px;
	text-align: right;
	margin: 0 5px 0 0;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
	float: left;
	width: 310px;
	border: none;
	background-color: #DDDDDD;
}

input[type="file"] {
	padding: 5px;
	float: right;
}

input[type="text"]#poddate {
	width: 225px;
	margin: 0 5px 0 0;
}

textarea {
	height: 40px;
}

textarea.tallarea {
	height: 160px;
}

input[type="submit"], input[type="button"] {
	float: left;
	clear: both;
	margin: 5px;
	width: 150px;
}

input.larger {
	font: 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

input.tinyinput {
	width: 25px;
	float: none;
}

input.datefield {
	width: 80px;
}

.rightside {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 160px;
}

select {
	float: right;
	width: 305px;
}

select.shorttime {
	width: 80px;
	float: none;
}

.formlink {
	float: right;
	clear: right;
	margin-right: 5px;
}
