/* page layout and color settings */
body { background-color: #ffffff; margin-left: 8px; margin-top: 10px; }

/* font settings */
body { font-family: Helvetica, Verdana, Arial, sans-serif; color: #000000; font-size: 12px }
a:link { color: #ff33ff; text-decoration: none; text-transform: none }
a:visited { color: #ff22ff; text-decoration: none; text-transform: none }
.title { font-style: bold; }

input {
	position: absolute;
	left: 55px;
	width: 200px;
	}

input#submit {
	width: 50px;
	}

#editform {
	line-height: 2;
	}