* {
	margin: 0;
	padding: 0;
}
body {
	font: 76%/1.3em "trebuchet ms", sans-serif;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #252525;
	background-color: #344148;
}
input {
	font-family: "trebuchet ms", sans-serif;
}
#body {
	margin: 0 auto;
	background: url(../image/bg.png) repeat-y;
	padding: 0 6px;
	width: 762px;
	text-align: left;
}
a {
	color: #01526f;
}
a:hover {
	color: #309;
}
a:active {
	color: #063;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
	font-size: 76%;
}
.arrow {
	font-family: webdings;
}
a img {
	border: 0;
}
.hidden {
	display: none;
	visibility: none;
	border: none;
z-index:}
.clear {
	clear: both;
}
.nobr {
	white-space: nowrap;
}

#greyBG {
	width: 100%;
	height: 10px;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	position: fixed;
	background-color: #000;
	opacity: 0.25;
	-moz-opacity: 0.25;
	filter:alpha(opacity=25);
}
/* fix for ie */
* html #greyBG {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}


#alertWindow {
	z-index: 20;
	width: 217px;
	margin-left: -108px;
	position: fixed;
	top: 40%;
	left: 50%;
}
* html #alertWindow {
	position: absolute;
/*
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + ((document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) / 2) - (alertWindow.offsetHeight / 2) + 'px');
*/
}
#alertTop {
	background: url(../image/alert_top.png);
	width: 217px;
	height: 24px;
}
* html #alertTop {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/alert_top.png', sizingMethod='scale');
}
#alertTop .closeX {
	float: right;
	margin: 10px 20px 0 0;
	position: relative;
}
#alertMiddle {
	background: url(../image/alert_middle.png);
	padding: 15px 20px;
	text-align: left;
	width: 217px;
}
* html #alertMiddle {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/alert_middle.png', sizingMethod='scale');
}
#alertBottom {
	background: url(../image/alert_bottom.png);
	width: 217px;
	height: 25px;
}
* html #alertBottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/alert_bottom.png', sizingMethod='scale');
}
.windowContent, .windowContent a {
	position: relative;
}
#alertX a {
	text-decoration: none;
	border: 1px solid #8a8a8a;
	font-size: 1em;
	line-height: .8em;
	padding: 0 .2em;
	background-color: #fff;
	color: #8a8a8a;
	float: right;
}

hr {
color: #efefef;
border: 1px dashed #efefef;

}
