#buttonWrapper {
	clear: both;
	float: left;
	width: 780px;
	height: 132px;
	overflow: hidden;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	background-color: #eaf6fc;
	/*background-image: url(none);*/
	background-image: none;
}
#buttons {
	width: 780px;
	height: 110px;
	margin: 0px;
	/*background-image: url(none);*/
	background-image: none;
}
.buttonTable {
	margin-top: 17px;
	margin-left: 10px;
	float: left;
	padding: 3px;
	margin-bottom: 17px;
	border: 1px solid #009933;
}
.buttonContainer {
	width: 110px;
	height: 110px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background-color: #FFFFFF;
	border-color: #2E87B8;
	border-style: solid;
	border-width: 1px;
}
.buttonImage {
	height: 85px;
	width: 110px;
	overflow: hidden;
}

.buttontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 2px 2px 2px;
	color: #2E87B8;
	line-height: 10px;
}

