.stick {
	position:relative;
	z-index:1100;
	width:200px;
	margin:5px;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#000;
	text-align:center;
	animation: fadeInTop 0.5s;
}
.exit {
	background:url('https://graffiti-svet.com.ua/css/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('https://graffiti-svet.com.ua/css/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 */
}
.prev {
	border:2px solid #fff;
	background-color:#cae1f2;

}
.success {
	background-color: #dff0d8;
	border: 2px solid green;
	color: green;
}
.error {
	background-color: #f2dede;
	border: 2px solid red;
	color: red;
}
/*.last {
	background-color:#CBECFA;
	border:1px solid #15A6E3;
}*/
.click-ex {
	width:50px;
	height:20px;
	border:1px solid #5bcf5d;
	background:url('https://graffiti-svet.com.ua/css/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%;
}

@keyframes fadeInTop {
	0% { top: -60px; opacity: 0; }
	100% { top: 0; opacity: 1; }
}