/*
	okienko, alerty i informacje
 */
div.dragWindowOverlay    {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    filter: alpha( opacity = 30 );
    opacity: 0.3;
    -moz-opacity: 0.3;
}
div.dragWindow	{
	position: absolute;
    font-size: 12px;
}
div.dragWindow div.dragWindowContent	{
	padding: 10px;
	background: #f2f2f2 url(/images/index/boxBackground.png) repeat-x;
}
div.dragWindow p	{
	margin-top: 0px;
}
div.dragWindow div.dragWindowTitle	{
	padding: 5px 10px;
    font-size: 15px;
	cursor: move;
	color: #ffffff;
}
div.dragWindow div.dragWindowTitle a	{
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}
div.dragWindow div.dragWindowTitle a:hover	{
	text-decoration: underline;
	color: #ffffff;
}
div.dragWindow div.dragWindowTitle a.dragWindowClose	{
	float: right;
}
div.dragWindow.windowBox	{
	border: 1px solid #86A144;
	background-color: #f2f2f2;
}
div.dragWindow.windowBox div.dragWindowTitle	{
	background: #85A043 url(/images/index/leftColumnHeaderBG.png) repeat-x;
}
div.dragWindow.windowBox div.dragWindowTitle .dragWindowClose	{
	color: #ffffff;
    font-weight: 600;
}
div.dragWindow.infoBox	{
	border: 1px solid #86A144;
	background-color: #ffffff;
}
div.dragWindow.infoBox div.dragWindowTitle	{
	background: #85A043 url(/images/index/leftColumnHeaderBG.png) repeat-x;
}
div.dragWindow.infoBox .dragWindowContent	{
	margin: 1px ;
	text-align: center;
}
div.dragWindow .infoBox .dragWindowContent strong	{
	display: block;
	color: #549612;
	margin-bottom: 10px;
}
div.dragWindow.errorBox	{
	border: 1px solid #df012a;
}
div.dragWindow.errorBox div.dragWindowTitle	{
	background: #df012a url(/images/index/boxHeaderErrorBG.png) repeat-x;
}
div.dragWindow.errorBox .dragWindowContent	{
	text-align: center;
}
div.dragWindow.errorBox .dragWindowContent strong	{
	display: block;
	color: #ff2B2B;
	margin-bottom: 10px;
}
div.dragWindow.tempInfoBox	{
	border: 1px solid #87A146;
	text-align: center;
	width: 300px;
}
div.dragWindow.tempInfoBox .dragWindowContent	{
	border: none;
	padding: 0px !important;
}
div.dragWindow.tempInfoBox .dragWindowContent strong	{
    display: block;
	border: 1px solid #BDCA95;
	padding: 40px 10px;
    background-color: #95AC5A;
	background: #95AC5A url(/images/index/boxInfoBG.png) repeat-x;
	color: #ffffff;
}
.dragWindowContent a.dragWindowClose {
	display: block;
    padding: 3px 0px;
    background: transparent url(/images/index/grayButton.gif) no-repeat;
    width: 74px;
    height: 16px;
    border: 0px;
    color: #ffffff;
	margin: 10px auto;
    margin-bottom: 0px;
	text-decoration: none;
	color: #ffffff;
}
