body {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 10pt;
}

#content {
	width: 550px;
	margin: auto;
}

#body {
	width: 540px;
}

#body2 {
	width: 538px;
	margin-left: 1px;
	background-color: #FFFFFF;
}

#form {
		display: none;
}


#status2, #status {
	width: 450px;
	margin: 10px;
	float: left;
	display: none;
	text-align: left;
}


label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

h1 {
	text-align: center;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight: bold;
	color: #000000;
}
	
.info, .success, .warning, .error2, .validation {
	border: 1px solid;
	margin: 10px 25px;
	padding:15px 10px 15px 55px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
	background-color: #FFFFFF;
}

#footer {
	color: #000000; 
	text-align: center;
}

#footer a {
	text-decoration: none; 
	color: #000000;
}

