table.emailbox td {
	vertical-align:top;
}
table.emailbox .input1 {
	width:280px;
}
table.emailbox .input2 {
	width:100px;
}
table.emailbox #address {
	width:280px;
	height:50px;
}
table.emailbox #message {
	width:280px;
	height:120px;
}


.appform {
	width:590px;
	margin-left:10px;
	border-top:3px solid #ccc;
	background:#eee;
}
.appform th,
.appform td {
	color:#999;
	padding:2px;
	border-bottom:1px solid #eee;
	vertical-align:top;
}
.appform th {
	font-size:1em;
	text-align:left;
}

.appformpages,
.appformpages li {
	list-style:none;
	height:20px;
	margin:0;
	padding:0;
}
.appformpages {
	padding-left:5px;
	margin-bottom:20px;
	border-left:1px solid #ccc;
}
.appformpages li {
	float:left;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #ccc;
}
.appformpages .on {
	color:#000;
	font-weight:bold;
}
.appformpages .off {
	color:#ccc;
}
.appformbuttons {
	margin:20px 0;
	padding:10px;
	background:#666;
	text-align:right;
}