

.topMenuItem {
	position: absolute;	
	left: 0px;
	top: 102px;
}

.topMenuItem div,
.topMenuItem a {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt;
	width: 111px;
	float: left;
	text-align: center;
}

input,textarea,select {
	border: 1px #eeeeee solid;
}

input[type = 'button'],
input[type = 'submit'] {
	margin-top: 10px;
}

input[type = 'text'] {
	width: 180px;
}

