.vemma-dialog
{
	display: none;
	position: absolute;
	z-index: 101;
	font-size: 16px;
	text-align: center;
	background: #eeeeee;
	color: black;
	padding: 13px;
	border: 1px solid #cccccc;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.vemma-dialog *
{
	vertical-align: middle;
}
