.track {
	-moz-user-select: none;
	-webkit-user-select: none;
}

.track-center{
	height: 45px;
	margin: 0px 10px;
}

.track-left{
	width: 10px;
	height: 45px;
	float: left;
}

.track-right{
	width: 10px;
	height: 45px;
	float: right;
}

.track-message{
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	padding:9px 18px;
	text-align:right;
}

.handle{
	background-image: url(../images/captchaButton.png);
	cursor:pointer;
	height:18px;
	position:relative;
	width:25px;
}
