/* 
    Document   : window
    Created on : 08.12.2011, 23:55:00
    Author     : ML
    Description:
        Purpose of the stylesheet follows.
*/
.window-modal { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #000; z-index: 9999;
				   opacity: 0.6; filter:alpha(opacity=60); }
.window-wrapper {
	position: absolute; background: #25513f url(images/win-back2.png) top left repeat-x; padding: 7px; display: none;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
	border: 1px solid #1b3d2e;
	border-top: 1px solid #aaa;
	box-shadow: 0px 0px 5px #888;
}
.window-close {
	background: transparent url(images/win-cls.png) top left no-repeat;
	width: 18px; height: 18px;
	float: right; font: 14px/17px Arial, sans-serif; height: 18px; width: 18px; text-align: center;
	color: #000; cursor: pointer; 
	opacity: 0.6; filter:alpha(opacity=60);
}
.window-close:hover { opacity: 1; filter:alpha(opacity=100); }
.window-header { float: left; height: 20px; font: 13px/16px Arial, sans-serif; color: #fff; }
.window-mover { width: 100%; margin: -7px; height: 30px; position: absolute; z-index: -1; cursor: move; }
.window-content { background-color: #fff; /*width: 100%;*/ clear: both; margin: 22px auto auto 0; border: 1px solid #dadada; overflow: auto;
					 -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.window-content div { padding: 10px;  }
.window-buttons { position: absolute; right: 7px; bottom: 7px; }
.window-buttons input { width: 60px; margin-left: 15px; }
div.window-prompt { width: 98%; padding: 0; margin: 5px 0px; }
.window-prompt input { width: 100%; font-size: 1.5em; }
