body {
	text-align: center;
	min-width: 580px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#content {
	padding-top:20px;
	text-align: left;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	}
.form div.row {	
	clear: left;
	margin: 0;
	padding: 5px 0 8px 155px;
	}

.form label {
	float: left;
	margin-left: -165px; 
	width: 155px;
	text-align:right;
	padding-top: 0.2em;
	}
.form input[type=text] {
	width: 296px;
	padding:1px 1px 0 1px;	
	}
.form textarea {
	width: 300px;
	height: 150px;
	}
.form div.row fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
.form div.row legend {
	height: 0;
	color:#000000;
	}
.form div.row legend span {
	position: relative;
	line-height: 1.4em;
	text-align:right;	
	float: left;
	margin-left: -172px; 
	width: 155px;
	padding-top: 0.2em;
	}

.form div.row fieldset label {	
	width:140px;
	margin-left:0px;
	margin-right:5px;
	text-align:left;	
	display:inline; 	
	float:left;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#000000;
	}
	

h1 a:link, h1 a:visited {
	color: #000000;
	text-decoration:none;
	}
h1 a:active, h1 a:hover {
	color: #000000;
	text-decoration:underline;
	}