.gesh {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	border: 1px solid gray;
	padding: 4px;
}

.gosh-icon-16 {
	background: url(../gfx/icon_16.png) no-repeat 0px 0px;
	padding-left: 20px;
}

.gesh-button.gosh-icon-16 {
	font-size: 13px;
	line-height: 15px;
	vertical-align: top;
	height: 16px;
}

.gosh-icon-32 {
	background: url(../gfx/icon_32.png) no-repeat 0px 0px;
	font-size: 12px;
	padding-left: 36px;
}

.gesh-button.gosh-icon-32 {
	font-size:24px;
	line-height:32px;
	vertical-align:top;
	height: 32px;
}

.gosh-icon-64 {
	background: url(../gfx/icon_64.png) no-repeat 0px 0px;
	font-size: 12px;
	padding-left: 68px;
}

.gesh-button.gosh-icon-64 {
	font-size:46px;
	line-height: 64px;
	vertical-align: top;
	height: 64px;
}

.gesh-shlink {
	display: none;
	margin-top: 3px;
}

.gesh-shlink input {
	width: 300px;
	border: 1px solid gray;
}

.gesh-clear {
	clear: both;
}