.success {
	font-weight: bold;
	color: #090;
	background-color: inherit;
}

.error {
	font-weight: bold;
	color: #F00;
	background-color: inherit;
}

#theForm {
	color: inherit;
	background-color: #EEE;
	width: 660px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

#leftDiv {
	text-align: left;
	float: left;
	
}

#rightDiv {
	text-align: left;
	float: right;
}

#nesda {
	clear: right;
	float: right;
	position: relative;
	top: 150px;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	clear: both;
}