@charset "utf-8";

* {
	padding:0px;
	margin:0px;
}

html, body {
	widht: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	color:#444;
}

body {
	background: url(../images/common/error-bg.gif) left top repeat;
}
.blue {
	color:#507eec;
}
.yellow {
	color:#fa7110;
}
.x-hidden {
	display: none;
}
.highlight {
	color:#507eec;
	font-weight: bold;
}
.exception-msg {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	overflow:auto;
	border:1px solid #DCDCDC;
	padding:10px;
	background-color:#FFF;
}
.error-box {
	position:absolute;
	left:50%;
	top:48%;
	width: 600px;
	height: 320px;
	margin-top:-160px;
	margin-left:-300px;
	background: url(../images/common/error-box.gif) left top no-repeat;
}
.error-tbl {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.title {
	text-align: center;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}
.title h3 {
	height: 64px;
	line-height: 64px;
	background: url(../images/common/error-exclamation.gif) left center no-repeat;
	margin-top:10px;
	margin-left:115px;
	text-align: left;
	padding-left:75px;
}
.content {
	height: 150px;
	text-align: center;
	background: url(../images/common/error-box-bg.gif) center top no-repeat;
	padding-top:25px;
}
.content .textbox {
	width:440px;
	text-align:left;
	color:#696969;
	line-height: 1.3;
}
.buttons {
	text-align: center;
	padding-top:10px;
}



a.btn, button.btn {
	text-decoration:none;
	display: inline-block;
	*display: inline;
	padding: 2px 14px 2px 14px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ext-ie a.btn, .ext-ie button.btn {
	padding: 4px 14px 2px 14px;
}
a.btn-search, button.btn-search {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
