.jqv_verification_message {
	/* bg colour and border go in here */
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.jqv_verification_message_inner {
	/* Font stuff for message goes in here */
	font-weight: bold;
	font-size: 9pt;
	margin-left: 4px;
	padding:3px;
}
