/********************** admin login form ***************************/
h3 {
	font-style: italic;
	font-size: 14px;
}
li {
	margin-top: 6px;
}
li a {
	text-decoration: none;
}
fieldset {
	border: 1px solid #767676;
	padding: 8px;
	font-weight: bold;
	font-size: 16px;
}
legend {
	padding: 5px;
	margin-bottom: 8px;
	font-size: 14px;
	font-style: italic;
	color: #0065d6;
	font-weight: bold;
}
input, textarea, select {
	margin-left: 120px;
	font-weight: normal;
	font-size: 12px;
}
textarea {
	width: 255px;
	height: 100px;
	position: relative;
	top: -25px;
	font-size: 16px
}
#login #user, #login #pass, #name, #photo, .contact, #DPC_date1, #time, select {
	width: 250px;
	height: 20px;
	font-size: 16px;
	padding: 3px;
	position: relative;
	top: -25px;
}
select {
	height: 28px;
}
#photo {
	width: 260px;
	font-size: 12px;
	top: -20px;
}
#DPC_date1 {
	width: 120px;
	float: left;
}
#time {
	width: 100px;
	margin-left: 150px;
	position: relative;
	top: 5px;
}
#profiles {
	font-weight: normal;
	font-size: 12px;
}
#profiles div {
	float: left;
	padding: 2px;
	margin-right: 15px;
	width: 180px;
}
#profiles a, #events a {
	text-decoration: none; 
}
#profiles input {
	margin-left: auto;
}
#profiles input#submit {
	margin-left: 140px;
}

#login #submit, #submit {
	padding: 5px;
	font-size: 16px;
	height: 30px;
}

fieldset small {
	font-weight: none;
	font-size: 10px;
}

#error {
	background-color: #FFFFFF;
	border: 1px dashed #FF0000;
	padding: 5px;
	margin: 10px;
	display: block;
}

