#starttop .boxTransparent, #starttop h1 {
	color: white;
}

#starttop .boxTransparent a {
	color: white;
}


.btn, a.btn {
	background: #595959;
	background: -moz-linear-gradient(top, #595959 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595959), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #595959 0%, #000 100%);
	background: -o-linear-gradient(top, #595959 0%, #000 100%);
	background: -ms-linear-gradient(top, #595959 0%, #000 100%);
	background: linear-gradient(to bottom, #595959 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#23b7c4', endColorstr = '#595959', GradientType = 0);
	border-color: #595959 #595959 #595959;
}

