/*
 * Style sheet for customizing the IPVenger block page
 *
 * DO NOT EDIT THIS FILE - it will be overwritten if you upgrade the IPVenger
 * plugin.  Instead, copy it to a new name and edit the IPV_BLOCK_STYLE
 * constant to point at your new file in wp-config.php.
 *
 */
body {
	background-color: #FFF;
}
header {
	text-align: center;
}
.ipv-block h1 {
	font-size: 150%;
	font-weight: bold;
}
#ipv-user-block-message {
	margin: 0 auto;
	text-align: center !important;
	width: 640px;
}
#ipv-user-block-message p {
	text-align: center !important;
}
#ipv-block-appeal-msg1 {
	font-weight:bold;
}

#ipv-block-appeal-msg2 {
	font-style:italic;
	margin:-1em 0 0 0 ;
}

#ipv-block-appeal-form {
	border: 1px solid #ccc;
	width:600px;
	padding:20px;
	margin: 0 auto;
}

#ipv-block-email-container {
	width:400px;
	margin:0 0 30px 0;
}

#ipv-block-captcha-container {
}

#ipv-block-captcha {
	float:right;
	border:1px solid;
}

#ipv-captcha-controls {
	float:left;
}

#ipv-captcha-response {
	margin:0 0 20px 0;
}

#ipv-submit-container {
	clear: left;
	padding: 30px 0 0 0;
}
.protected-by {
	width: 100%;
	text-align: center;
	padding: 0 20px 0;
}
.protected-by h3 {
	background-image: url(../images/protected-by-ipvenger.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 73px;
	text-align: center;
	text-indent: -9999px;
}
