/*
	antibot popup
*/
div#form-antibot {
	display: block;
	float: none;
	clear: both;
	width: 450px;
	min-height: 200px;
	background-color: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -225px;
	z-index: 200;
}
	/* content */
	div#form-antibot div.content {
		display: block;
		float: none;
		clear: both;
	}
	/* ucitavanje */
	div#form-antibot.loading div.content {
		background: url(img/antibot-loading.gif) center center no-repeat;
		height: 200px;;
	}
	/* buttons */
	div#form-antibot div.buttons {
		display: block;
		float: none;
		clear: both;
		text-align: center;
		padding-bottom: 10px;
	}
	/* ucitavanje */
	div#form-antibot.loading div.buttons {
		display: none;
	}
		/* buttons global */
		div#form-antibot div.buttons a {
			display: inline-block;
			padding: 5px 10px;
			color: #FFF;
			text-decoration: none;
		}
		/* ok button */
		div#form-antibot div.buttons a.ok {
			background-color: #093;
		}
		/* cancel button */
		div#form-antibot div.buttons a.cancel {
			background-color: #F30;
			margin-left: 10px;
		}
	/* antibot slika i opcije */
	div#form-antibot div.content div.image {
		float: left;
		clear: left;
		width: 100px;
		height: 100px;
		padding: 25px 0 0 25px;
	}
	/* opcije wrap */
	div#form-antibot div.content div.options {
		float: right;
		clear: right;
		padding: 25px 25px 0 0;
		width: 275px;
		text-align: center;
	}
		/* opcije  */
		div#form-antibot div.content div.options a {
			display: inline-block;
			padding: 3px 5px;
			margin-right: 5px;
			color: #000;
			font-size: 16px;
			line-height: 22px;
		}
		div#form-antibot div.content div.options a:hover {
			background-color: #CCC;
		}
		div#form-antibot div.content div.options a.selected {
			background-color: #333;
			color: #FFF;
		}
		div#form-antibot div.content div.options a.selected:hover {
			background-color: #999;
		}
	/* span */
	div#form-antibot span.title {
		display: block;
		float: none;
		clear: both;
		font-size: 20px;
		line-height: 22px;
		padding: 10px 25px;
		text-align: left;
	}