/* Extra styles for database-backed pages */

/* Messages */

div.msg {
	font-weight: bold;
	text-align: center;
}

div.msg_error {
	color: #c00;
}
div.msg_warning {
	color: #960;
}
div.msg_info {
	color: #033;
}


/* Comments */

div.comment {
	margin-top: 1em;
	padding-left: 1em;
	border-left: 0.2em solid #8be;
}

div.comment_approved {
	border-left: 0.2em solid #69c
}

div.comment_signature {
	margin: 1em 0em 0em 2em;
}

div.comment_controls {
	text-align: center;
}

/* reCAPTCHA styling */

div#recaptcha_box_insert {
	padding: 0.5em 0em;
}

div#recaptcha_box_insert dt {
	margin-bottom: 0.5em;
}

div#recaptcha_code_insert {
	clear: both;
}

div#recaptcha_image {
	float: left;
	margin-right: 1em;
	border: 0.1em solid #7ad;
}

div#recaptcha_console {
	float: left;
}

input#recaptcha_response_field {
	float: left;
	margin-top: 0.5em;
}

