/* Głowny div ActionsManager */
.actionsManager {
	width: 320px;
	border: 1px silver solid;
	padding: 5px;
	position: absolute;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #e9e9e9;
	overflow: hidden;
	z-index: 100;
	left: 50%;
	top: 50%;
}

/* Div na header */
.amHeader {
	width: 100%;
	margin-bottom: 3px;
	overflow: visible;
	position: relative;
	font-size: 12px;
	color: Green;
}
.amHeaderMove {
	cursor: move;
}

/* Div na ikonke zamkniecia */
.amClose {
	width: 16px;
	height: 16px;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 3px;
}

/* Div na ikonke czekania */
.amWait {
	width: 16px;
	height: 16px;
	background-image: url(../images/amwait.gif);
	background-repeat: no-repeat;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	padding-right: 3px;
}

.amWindowResize {
	width: 10px;
	height: 10px;
	background-image: url(../images/window_resize.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: -2px;
	bottom: -2px;
	cursor: se-resize;
}
* html .amWindowResize {
	bottom: -7px;
}

.amContainer {
	width: 100%;
	height: 90px;
	overflow: auto;
	text-align: left;
	background: #f5f5f5 url('../images/ajax-loader.gif') no-repeat center center;
}

.amErrors li {
	color: red;
}

.amMessages li {
	color: green;
}
