/**********POSTS DL BUTTONS **********/
.demobuttons {
	text-align:center;
	width:400px;
	height:70px;
	font-size:20px;
	font-weight:normal;
	font-family: Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	margin:auto;
}
.demo {
	float:left;
	display:inline-block;
	color:#ffffff;
	width:150px;
	height:60px;
	background:url('/devdemos/devbutton.png') top left no-repeat;
	line-height:60px;
	text-decoration:none;
}
.demo:hover {
	background:url('/devdemos/devbutton.png') 0 -60px no-repeat;
	text-decoration:none;
}
.dl {
	float:left;
	display:inline-block;
	color:#ffffff;
	width:150px;
	height:60px;
	background:url('/devdemos/devbutton.png') top left no-repeat;
	line-height:60px;
	text-decoration:none;
}
.dl:hover {
	background:url('/devdemos/devbutton.png') 0 -60px no-repeat;
	text-decoration:none;
}
