#message {
	background: white;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	border: 1px solid #c7c7c7;
}

#message .header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 30px;
	background: linear-gradient(white, #e6e6e6);
	border-bottom: 1px solid #c7c7c7;
}

#message .header span {
	display: block;
}

#message .header span:nth-child(1) {
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 10px;
	color: #747474;
}

#message .header span:nth-child(2) {
	float: right;
	height: 20px;
	width: 20px;
	background-color: #bebebe;
	background-image: url("../../images/admin/dialog-close.png");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
	border-radius: 100%;
	margin: 4px;
	white-space: nowrap;
	text-indent: -9999px;
	border: 1px solid white;
	cursor: pointer;
}

#message div.text {
	padding: 20px;
	color: #747474;
	overflow: auto;
}

#message div.text table, #message div.text table tr td {
	border-spacing: 0;
	padding: 0;
}

#message div.text table tr td:first-child {
	vertical-align: top;
	padding-right: 10px;
}

#message div.text table tr td:first-child span {
	display: block;
	width: 32px;
	height: 32px;
}

#message div.text table tr td:first-child span.alert {
	background: url("../../images/admin/error.png");
}

#message div.text table tr td:first-child span.ok {
	background: url("../../images/admin/accept_button.png");
}

#message div.text table tr td:first-child span.error {
	background: url("../../images/admin/cancel.png");
}

#message p {
	display: block;
	background: linear-gradient(#fbdb74, #f3d34c);
	color: #846107;
	text-shadow: 1px 1px rgba(255,255,255,1);
	border: 1px solid #ffdf9b;
	box-shadow: 0px 0px 0px 1px #eace2f;
	margin: 0;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	float: left;
}

#message p.confirm {
	margin-left: 10px;
	background: linear-gradient(#ce594f, #ad3f34);
	color: white;
	text-shadow: 1px 1px #b81a00;
	border: 1px solid #db6f68;
	box-shadow: 0px 0px 0px 1px #bc5147;
}