<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#jquery-stickers{
	z-index:9999999999999999999;
}
.stick {
	margin:5px;
	padding:15px;
	width:200px;
	color:#000;
	
	position:relative;
	text-align:center;
}
.exit {
	background:url('exit.png') no-repeat;
	width:16px;
	height:16px;
	float:right;
	margin:-5px -5px 0 0;
	cursor:pointer;
}
.classic {
	border:1px solid #5bcf5d;
	background-color:#ecfae3;
	position:fixed;
	top:20%;

}
.classic.error {
	border:1px solid #5bcf5d;
	background-color:#F7C8D2;
}
.opacity {
	background:url('bg.png');
	color:#555;
}
.next {
	border:1px solid #8b3a62;
	background-color:#eee;
	color:#333;
	 -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
	z-index:9999999999999999999;
	position:relative;
}
.prev {
	border:2px solid #fff;
	background-color:#cae1f2;

}
/*.last {
	background-color:#CBECFA;
	border:1px solid #15A6E3;
}*/
.click-ex {
	width:50px;
	height:20px;
	border:1px solid #5bcf5d;
	background:url('pointer.gif') no-repeat left center #ecfae3;
	color:#555;
	float:left;

	padding-left:25px;
	padding-top:10px;
	margin-right:10px;
	cursor:pointer;
}
.ex pre {
	width:80%;
}</pre></body></html>