
body {
	padding: 0;
	margin: 0;
}

#appform {
	color: #000000;
	float: left;
}

#appform input[type=text] {
	width: 250px;
	margin-bottom: 4px;
}

#appform label {
	float: left;
	width: 250px;
	text-align: right;
	padding: 3px 3px 0 0;
	clear: both;
}

#appform select {
	width: 254px;
	margin-bottom: 4px;
}

.clear {
	clear: both;
}

/* this  is a hack for solving the xml compatibility issue
 * regarding the absolute positioning of a div with extra
 * blank div
 */
.dontdelete {
	height: 0px;
}

