
fieldset {
	margin: 0 0 1em;
	padding: .5em;
	border-top: 2px solid #8080aa;
	border-left: 2px solid #8080aa;	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;		
	}
	
legend{
	font-weight:bold;
	color: #EDEDF8;
	padding: 0 0.5em;
	}
	
label{
	line-height: normal;
	font-weight: bold;
	text-align: right;
	display: block;
	margin: 0px 15px 0px 0px;
	float: left;
	width: 150px;
	position: relative;
	clear: left;
	vertical-align: top;
	}

.formRow {
	margin: 0;
	padding: 0 0 .5em 0;
	border: 0;
	}

input:focus, textarea:focus, select:focus { 
	background : #ffc none; 
	color : #000; 
	}

input.formInputfield {
	line-height: normal;
	}
	


.buttons {
	margin: 10px 50px 20px 0px;
	background-color: #8080aa;
	color: white;
	font-weight: bold;
	cursor: pointer;
	}
	


textarea {
	margin-bottom: 5px;
}

#addressBlock {
	position:relative;
	margin: 1em 0;

	}
	
#address1, #address2 {
	float: left;
	}

#address1 li, #address2 li {
	line-height: 1em;
	}
	
#address1{
	padding: 0 9em 0 9em;
	}
	
.topSpace {
	margin: 1em 0 0;
	}
	
