.boxy-wrapper {
    position: absolute;
}

.boxy-wrapper.fixed {
    position: fixed;
}

/* Modal */
.boxy-modal-blackout {
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
}

/* Border */
.boxy-wrapper {
    empty-cells: show;
}

.boxy-wrapper .top-left, .boxy-wrapper .top-right, .boxy-wrapper .bottom-right, .boxy-wrapper .bottom-left {
    width: 10px;
    height: 10px;
    padding: 0
}

.boxy-wrapper .top-left {
    background: url('/img/005/corners/boxy-nw.png');
}

.boxy-wrapper .top-right {
    background: url('/img/005/corners/boxy-ne.png');
}

.boxy-wrapper .bottom-right {
    background: url('/img/005/corners/boxy-se.png');
}

.boxy-wrapper .bottom-left {
    background: url('/img/005/corners/boxy-sw.png');
}

.boxy-wrapper .top, .boxy-wrapper .bottom {
    height: 10px;
    background-color: #f55500;
    opacity: 0.6;    
    padding: 0
}

.boxy-wrapper .left, .boxy-wrapper .right {
    width: 10px;
    background-color: #f55500;
     opacity: 0.6;
    filter: alpha(opacity = 60); 
    padding: 0
}

/* Title bar */
.boxy-wrapper .title-bar {
    background-color: #f55500;
    padding: 13px 10px 7px 10px;
    position: relative;
}

.boxy-wrapper .title-bar.dragging {
    cursor: move;
}

.boxy-wrapper .title-bar h2 {
    font-size: 12px;
    color: white;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.boxy-wrapper .title-bar .close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    background: url(/img/005/backgrounds/png8_white.png) -888px -596px no-repeat;
    width: 54px;
    height: 14px;
	color: #e9e9e9;
}

/* Content Region */
.boxy-inner {
    background-color: white;
    padding: 0
}

.boxy-content {
    padding: 15px;
}

/* Question Boxes */
.boxy-wrapper .question {
    width: 350px;
    min-height: 80px;
}

.boxy-wrapper .answers {
    text-align: right;
}

p.uwaga {
    font-weight: bold;
    text-indent: -9999px;
    background: url(/img/005/backgrounds/png8_white.png) -841px -610px no-repeat;
    width: 86px;
    height: 18px;
}

p.callBackTitle {
    font-weight: bold;
    text-indent: -9999px;
    background: url(/img/005/backgrounds/png8_white.png) -690px -610px no-repeat;
    width: 150px;
    height: 16px;
}

.boxy-content p {
    padding: 5px;
}

.boxy-content .inp {
    width: 220px;
}

.boxy-content .button {
    width: 46px;
    margin-left: 182px;
}

/* callback popup */
div.callback {
	padding: 24px 177px 24px 16px;
	width: 305px;
	height: 388px;
	background-position: 334px 19px;
	background-repeat: no-repeat;
	background-image: url(/img/newlayout/images/callbox-bg-big.jpg);
	position: relative;
}

div.bubble {
	position: relative;
	width: 247px;
	min-height: 70px;
	padding: 15px 30px 15px 15px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-image: url(/img/newlayout/backgrounds/callbox-contact-form-inner-bubble.png);
}

div.bubble * {
	display: block;
}

div.bubble div.pointer {
	width: 53px;
	height: 31px;
	position: absolute;
	right: -49px;
	top: 51px;
	background-repeat: no-repeat;
	background-image: url(/img/newlayout/backgrounds/callbox-contact-form-inner-bubble-pointer.png);
}

div.bubble div.bottom {
	width: 292px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(/img/newlayout/backgrounds/callbox-contact-form-inner-bubble.png);
	background-position: left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	 /*filter: alpha(opacity = 100); */
}

div.callback input {
	width: 126px;
	height: 20px;
	border: 1px solid #d7d7d7;
	margin-right: 10px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

div.callback textarea {
	width: 324px;
	height: 70px;
	border: 1px solid #d7d7d7;
	padding: 10px;
	color: #cbcbcb;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

div.callback textarea.changed {
	color: #6e6e6e;
}

div.callback label {
	margin-left: 3px;
	margin-top: 14px;
	margin-bottom: 3px;
	width: 45px;
	margin-right: 90px;
	display: inline-block;
}

div.callback label[for*=question] {
	width: auto;
	margin-right: 0px;
}

div.callback a.send {
	width: 94px;
	height: 41px;
	display: block;
	position: relative;
	left: 361px;
	top: 7px;
	text-indent: -9000px;
	background-image: url(/img/newlayout/buttons/button-wyslij-green-94-41.png);
	cursor: pointer;
}

div.callback a.send:hover {
	background-position: 0px -41px;
}

div.callback a.send.clicked,
div.callback a.send.clicked:hover {
	background-position: 0px -82px;
}

div.callback a.end {
	width: 109px;
	height: 41px;
	display: block;
	position: absolute;
	left: 201px;
	top: 145px;
	text-indent: -9000px;
	background-image: url(/img/newlayout/buttons/button-zakoncz-green.png);
	cursor: pointer;
}

div.callback a.end:hover {
	background-position: 0px -41px;
}

div.callback a.end.clicked,
div.callback a.end.clicked:hover {
	background-position: 0px -82px;
}
