/* CSS Document */
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
			#testbox { background: lime; }
}

