.divMain
{
	width:800px;
	font-size:14px;
}

label
{
	display:inline-block;
	width:100px;
	text-align:right;
	font-weight:bold;
}

.successMessage
{
	width: 100%;
	background-color: green;
	color:white;
	font-weight:bold;
	text-align:center;
}

.failMessage
{
	width: 100%;
	background-color:red;
	color:white;
	font-weight:bold;
	text-align:center;
}