button {
	background: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
button div {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* definition for standard submit button */
button div p,
button div table {
	color: #006567;
	font-size: 14px;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	/* beware of the ie defs in the ie.css - should be different! */
	padding: 9px 12px 10px 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

button.btn,
button.btn-submit-tools,
button.btn-cancel-tools{
	margin:0;
	padding:0;
}

button div.btn-submit-tools 	{ background-image: url(images/btn_bg_submit_tools_left.gif);	}
button div.btn-cancel-tools 	{ background-image: url(images/btn_bg_cancel_tools_left.gif);	}

button div p.btn-submit-tools 	{ background-image: url(images/btn_bg_submit_tools_right.gif);	}
button div p.btn-cancel-tools 	{ background-image: url(images/btn_bg_cancel_tools_right.gif);	}

button div p.btn,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	font-size: 13px;
	line-height: 1.6em;
	padding: 3px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
}

/* definition for cancel/reset tools buttons */
button div p.btn-cancel,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	color: #323232;
}

.modal-window,
.context-window {
	font-size: 1.2em;
	text-align: left;
	line-height: 120%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	margin:0;
	padding:0;
	z-index:150000;
}
.modal-window .wrapper,
.context-window .wrapper {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 10px 10px 10px;
	margin-top:5px;
}

.modal-window h3,
.context-window h3 {
	margin:0;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 0 4px 20px;
}

.modal-window img.close,
.context-window img.close {
	float:right;
	cursor:pointer;
}
.context-window{ 
	width: 197px; 
	background-image: url(images/win_context_bg_top.gif); 
}

.context-window.help {
	width: 300px; 
	background-image: url(images/win_context_help_bg_top.gif); 
}

.modal-window{ 
	width: 315px; 
	background-image: url(images/win_modal_bg_top.gif); 
}
.context-window .wrapper  { 
	background-image: url(images/win_context_bg_bottom.gif); 
}

.context-window.help .wrapper  { 
	background-image: url(images/win_context_help_bg_bottom.gif); 
}
.modal-window .wrapper { 
	background-image: url(images/win_modal_bg_bottom.gif); 
}

.modal-background {

	position:absolute;
	top:0;
	left:0;
	z-index: 140000;
	background-color:#000;
	-moz-opacity:70;
	opacity: .7;
	width:100%;
	height:100%; /* should be set via js */
}

.modal-background {
	filter:alpha(opacity: 70);
}

