﻿/* ------------------------------------- */
/* Error page */
.errorPanel {
	position: absolute;
	height: 164px;
	width: 509px;
	font-size: 12px;
	top: 50%;
	left: 50%;
	right: 50%;
	margin-top: -100px;
	margin-left: -254px;
	background: url('cErrorPage/back-error.png') no-repeat;
	background-position: center;
	text-align: center;
	font-family: Trebuchet MS;
}
.panelErrorBody {
	width: 420px;
	margin-left: 60px;
	text-align: left;
	padding-left: 20px;
	padding-top: 30px;
}
.panelErrorLeftDown {
	position: absolute;
	width: 130px;
	height: 20px;
	right: 25px;
	bottom: 25px;
	text-align: left;
}
.errorButton {
	background: url('cErrorPage/icon_move.png') no-repeat;
	float: right;
	width: 15px;
	height: 15px;
	cursor: pointer;
	padding: 0px;
	display: block;
}

.modal_dialog 
{
  background-color: silver;
  border: 2px #656565 solid;
  padding: 8px 8px 5px 8px;
  width: 750px !important;
  margin-left: 6px;
  margin-top: 5px;
  position: absolute;
  z-index: 1003;
  left: 5px;
}