@charset "utf-8";
body.mainbody {
  background-color:#FFFFFF;
}
td.bg {
  background-color:#FFFFFF;	
}
td.lefttopcorner {
  background: url(images/lefttopcorner.png) no-repeat;	
  width:16px;
  height:12px;
}
td.left {
  background: url(images/left.png) repeat-y;	
  width:16px;
}
td.leftbottomcorner {
  background: url(images/leftbottomcorner.png) no-repeat;	
  width:16px;
  height:16px;
}
td.righttopcorner {
  background: url(images/righttopcorner.png) no-repeat;	
  width:21px;
  height:12px;
}
td.right {
  background: url(images/right.png) repeat-y;	
  width:21px;
}
td.rightbottomcorner {
  background: url(images/rightbottomcorner.png) no-repeat;	
  width:21px;
  height:16px;
}
td.top {
  background: url(images/top.png) repeat-x;	
  height:12px;
}
td.bottom {
  background: url(images/bottom.png) repeat-x;	
  height:16px;
}

td.top_bg {
  background: url(images/top_bg.png) repeat-x;	
  background-position:top;
  background-color:#989db1;
  height:96px;
}
td.middle_bg {
  background: url(images/middle_bg.png) repeat-x;
  background-position:top;
  background-color:#9398ab;
}
td.bottom_bg {
  background: url(images/bottom_bg.png) repeat-x;	
  background-position:top;
  background-color:#666c88;
  height:62px;
}

div.waitmessage
{
    BORDER:#606060 1px solid;
    PADDING-LEFT: 60px;
	PADDING-TOP: 5px;
	PADDING-RIGHT: 25px;
	PADDING-BOTTOM: 5px;
    DISPLAY:none;
	height:50px;
	width:120px;
	line-height:50px;
	position:absolute;
    background-image:url(images/wait.gif);
    background-position:left center;
    background-repeat:no-repeat;
	background-color:#EFEFEF;
	vertical-align:middle;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #808080;
    FONT-FAMILY: sans-serif;
    WHITE-SPACE: nowrap;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none;
	filter:alpha(opacity=85);-moz-opacity:.75;opacity:.75;
}
