
#admin_list {
	width: 80%;
}

#admin_list td {
	height: 25px;
}

#admin_list td img {
	border: 1px solid #000;
}

#profile_form fieldset {
	width: 550px;
	margin-bottom: 10px;
}

#profile_form fieldset legend {
	font-weight: bold;
}

#profile_form #image_field table {
	width: 90%;
}

#profile_form #image_field td {
	padding-right: 10px;
}

#profile_form #image_field td img {
	border: 1px solid #000;
}

#profile_form td label {
	float: right;
	padding-right: 10px;
}

#profile_form td input[type="text"] {
	width: 250px;
}

#profile_form td input[type="submit"] {
	float: right;
}

.info {
	font-style: italic;
}