/*  buttons  */
	#btnvs {
		line-height: 1em;
		width: 66px;
		height: 22px;
		padding: 5px 0 0 0;
		margin: 0;
		margin-left: 105px;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		display: block;
		cursor: pointer;
		color: #000000;
		background: url(images/btnvs.png) no-repeat;
	}
	#btns {
		line-height: 1em;
		width: 90px;
		height: 22px;
		padding: 5px 0 0 0;
		margin: 0;
		margin-left: 105px;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		display: block;
		cursor: pointer;
		color: #000000;
		background: url(images/btns.png) no-repeat;
	}
	#btn 	{
		line-height: 1em;
		width: 120px;
		height: 22px;
		padding: 5px 0 0 0;
		margin: 0;
		margin-left: 105px;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		display: block;
		cursor: pointer;
		color: #000000;
		background: url(images/btn.png) no-repeat;
	}
	#btnx {
		line-height: 1em;
		width: 140px;
		height: 22px;
		padding: 5px 0 0 0;
		margin: 0;
		margin-left: 105px;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		display: block;
		cursor: pointer;
		color: #000000;
		background: url(images/btnx.png) no-repeat;
	}
	#btnxx {
		line-height: 1em;
		width: 170px;
		height: 22px;
		padding: 5px 0 0 0;
		margin: 0;
		margin-left: 105px;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		display: block;
		cursor: pointer;
		color: #000000;
		background: url(images/btnxx.png) no-repeat;
	}

