html, body, #content {
	height: 90%;
	position: relative;
}
#content {
	top: 25%;
	width: 460px;
	height: 460px;
	background-color: #F6F6F6;
	border: 1px dotted #666;
	padding: 2px;
	margin: 0px auto;
	font-family: Tahoma;
}
#spacer {
	clear: both;
	width: 10px;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
}
div.row {
	clear: both;
}
div.row span.headline {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}
div.row span.text {
	font-size: 12px;
	line-height: 1.5em;
}
div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
}
div.row span.field {
	float: right;
	width: 320px;
	text-align: left;
    display:inline; 
    border:none; 
    margin-left:0;
    padding-left:0;
}
div.row span.submit {
  width: 440px;
  text-align:center;
}
#form {
	font-size: 12px;
	line-height: 2em;
}
#confirmation {
	top: 175px;
	text-align: center;
}
