.window-mask{
	z-index:1100;
	position:absolute;
	background-color:#FEFEFE;
	width:auto;
	height:auto;
	zoom:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-moz-opacity:0.5;
	opacity:.50;
	filter:alpha(opacity=50);
	visibility:hidden;
}
.window {
	visibility:hidden;
	position :absolute;
	left : 20px;
	top:120px;
	width:450px;
	height:326px;
	z-index:1101;
	border: 1px solid #ec1d25;
	background-color: #fff;
}
.visible {
visibility:visible;
}
.hidden {
visibility:hidden;
}

div.window-body table tr td {
	background-color:#fff;
}
#window-header {
	position : absolute;
	background: #ec1d25;
	width:450px;
	height:26px;
	overflow:hidden;
    zoom:1;
	top:0px;
	left:0px;
}
#window-header div.button{
	position:absolute;
	width:21px;
	height:21px;
    zoom:1;
	cursor:pointer;
	top:3px;
	right:10px;
}
#window-header div.button a{
	position:absolute;
	font-size: 14px;
	font-weigth : bold;
	font-family: tahoma,arial, verdana;
	color : #fff;
	text-decoration : none ;
	top: 0px;
	left: 7px;
}
#window-header-text {
	padding-left : 10px;
	color:#fff;
}
.window-body {
	position : absolute;
	width:430px;
	height:10px;
	top:26px;
	left:0px;
	overflow:hidden;
    zoom:1;
	display: block;
	padding-left:5px;
}
.window-footer {
	position : absolute;
	width:450px;
	overflow:hidden;
    zoom:1;
	display: block;
	left: 0px; 
	height: 8px; 
}
.formlabel {
	vertical-align:top;
	color:#000;
}
input.invalid {
	border : dashed red 1px;
}
textarea.invalid {
	border : dashed red 1px;
}
input.textButton {
	cursor: pointer;
	overflow: visible; /*ie margin fix*/
	width: auto;
	height: auto;
	margin: 4px 0 0 4px;
	padding: 0.2em 0.8em 0.2em 0.8em;
	color: #fff;
	font-size: 1em;
	text-align: center;
	border: 0;
	border-right: 1px solid #2d374f;
	border-bottom: 1px solid #2d374f;
	background: url(../images/base/bg_button.png) repeat-x #a1b0bc center;
}
input.textButton_mo {
	cursor: pointer;
	overflow: visible; /*ie margin fix*/
	width: auto;
	height: auto;
	margin: 4px 0 0 4px;
	padding: 0.2em 0.8em 0.2em 0.8em;
	color: #fcf5bd;
	font-size: 1em;
	text-align: center;
	border: 0;
	border-right: 1px solid #2d374f;
	border-bottom: 1px solid #2d374f;
	background: url(../images/base/bg_button.png) repeat-x #a1b0bc center;
}
