#Mailform div {
	position:	relative;
	min-width:	40em;
}

#Mailform input {
	width:		12em;
	margin-bottom:	10px;
	height:		2.4ex;
}

#Mailform select {
	width:		3.5em;
	margin-bottom:	10px;
	height:		3ex;
}

#Mailform textarea {
	min-width:	10em;
	margin-bottom:	10px;
}

#Mailform .button {
	width:		6em;
	margin-bottom:	10px;
	height:		4ex;
}

#Mailform label {
	text-align:	right;
	float:		left;
	width:		10%;
	min-width:	8em;
	height:		2ex;
	padding-right:	20px;
	vertical-align:	top;
}
#Mailform .error {
	color:		red;
	background:	white;
	font-family:	bold;
	vertical-align:	top;
}

.confirm {
	color:		black;
	background:	green;
	border:		2px solid white;
	vertical-align:	top;
	text-align:	center;
	font-size:	larger;
}

.reject {
	color:		black;
	background:	red;
	border:		2px solid white;
	vertical-align:	top;
	text-align:	center;
	font-size:	larger;
}

