﻿.notification-block
{
	padding: 0 25px 25px 25px;
	background-color: #cccccc;
	width: 300px;
}
.notification-header
{
	height: 25px;
	text-align: right;
	cursor: pointer;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0 -25px;
	padding-right: 30px;
	background: transparent url(../../images/auction/close.gif) no-repeat top right;
	line-height: 25px;
}
.notification-message
{
	padding: 5px;
	text-align: center;
	background-color: White;
}
.notification-content
{
	width: 300px;
	height: 300px;
	text-align: center;
	background-color: White;
}

