input
{
	border: #000000 1px solid;
	color: #000000; 
	background-color:#ffffff;
	margin-bottom:2px;
}

.centered
{
	text-align:center;
	margin:auto;
}

.left
{
	text-align:left;
	margin-left: 40px;
}

.middle
{
	text-align: left;
	margin-left: 50px;
}

select
{
	border: #000000 1px solid; 
	margin-bottom:2px;
	width:160px;
	vertical-align:middle;
}

input[type="button"], input[type="submit"], input[type="reset"] 
{
	text-align:center;
	vertical-align:middle;
	padding:1px;
	border: #000000 1px solid;
	color: #000000; 
	background-color:#ffffff;
}

h2 { font-size:12px; }

.errorMsg 
{
	margin:auto;
	width:75%;
	color:#e80000;
	background-color:#E0E0E0;
	border:1px solid #CCCCCC;
}

.resultMsg 
{
	margin:auto;
	width:75%;
	color:#006400;
	background-color:#E0E0E0;
	border:1px solid #CCCCCC;
}