#error	{
	width: 513px;
	margin: auto;
	padding: 0px;
	display: none;
	position: fixed;
	z-index: 2000;
	left : 50%;
	margin-left: -256px;
}

#error .top-border	{
	width: 513px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(../img/error/error-top-border.png) no-repeat;
}

#error .bottom-border	{
	width: 513px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(../img/error/error-bottom-border.png) no-repeat;
}

#error .content	{
	width: 513px;
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(../img/error/error-dark-bg.png) repeat-y;
}

#error .content .x	{
	width: 56px;
	height: 60px;
	display: block;
	background: url(../img/error/error-x.png) no-repeat;
	float: left;
	margin-left: 51px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#error .content .title	{
	color: #eac890;
	font-family: Calibri;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding-top: 10px;
}

#error .content .text	{
	color: #eac890;
	font-family: Calibri;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
}

#error .footer	{
	width: 513px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(../img/error/error-light-bg.png) repeat-y;
}

.reset	{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#error .close	{
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/error/error-close.png) no-repeat;
	float: right;
	margin-left: 478px;
	top:20px;
	cursor: pointer;
}