@CHARSET "UTF-8";

.smart-dialog {
	display: none;
	background-color: #f5f5f5;
	width: 520px;
	min-height: 350px;
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(198, 198, 198, 0.75);
	-moz-box-shadow: 4px 4px 0px 0px rgba(198, 198, 198, 0.75);
	box-shadow: 4px 4px 0px 0px rgba(198, 198, 198, 0.75);
	width: 520px;
}

.smart-dialog a {
	border: 0px none;
	float: right;
	padding-right: 24px;
}

.smart-dialog-title-header {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-left: 24px;
	height: 55px;
	line-height: 55px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #192533;
	text-transform: uppercase;
}

.smart-dialog-content-area {
	margin: 24px;
	color: black;
}