.buttonover {
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	background-color: #7796B5;
	border: 1px #333333 solid;
	height: 24px;
	width: 86px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.buttonup {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	background-color: #969696;
	border: 1px #333333 solid;
	height: 24px;
	width: 86px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.inputtfield {
	font-family: Verdana, Arial,sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffc;
	border: 1px #333333 solid;
	height: 24px;
	width: 122px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: text;
	font-weight: bold;
	text-decoration: none;
}

.inputbutton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	background-color: #969696;
	border: 1px #333333 solid;
	height: 24px;
	width: 122px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

