#OwoLeftMenu{
	text-align:left;
}

#lmenu_overlay  
{  
	position:absolute;  
	top:0;  
	right:0;  
	bottom:0;  
	left:0; 
	width: expression(document.documentElement.clientWidth + 'px');
  height: expression(document.documentElement.clientHeight + 10 + 'px');
  top: expression(
  offset = 0 + parseInt(document.body.currentStyle.paddingTop) + parseInt(document.body.currentStyle.marginTop),
  document.documentElement.scrollTop + offset - 10 + 'px'
  );
	background:#000; 
	z-index:101;  
	display:none;
}  


#lmenu_tmp{
	display:none;
}
#lmenu{
	width:194px;
	margin:0 auto;
}
#lmenu_buttons{
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/lmenu_background.png);
	background-position:center top;
	background-repeat:repeat-y;
}
#lmenu div.buttons{
	cursor:pointer;
}

#inne_owoce{
	padding-left:10px;
	height:185px;
}

#OwoOffer, #OwoQuestion{
	position:absolute;
	width:567px;
	height:510px;
	font-size:10px;
	z-index:998;
	display:none;
}
#OwoOfferHead, #OwoQuestionHead{
	background-position:left top;
	background-repeat:no-repeat;
	height:99px;
}
#OwoOfferHead{
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/wycena-header.png);
}
#OwoQuestionHead{
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/pytanie-header.png);
}
#OwoOfferFoot, #OwoQuestionFoot{
	background-position:left top;
	background-repeat:no-repeat;
	height:69px;
}
#OwoOfferFoot{
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/wycena-footer.png);
}
#OwoQuestionFoot{
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/pytanie-footer.png);
}

#OwoOfferContent{
	padding:185px 30px 0px;
	width:100%;
	height:158px;
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/wycena-body.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#OwoQuestionContent{
	padding:105px 30px 0px;
	width:100%;
	height:218px;
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/pytanie-body.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#OwoOfferContent label, #OwoQuestionContent label{
	display:block;
	text-align:right;
	width:80px;
	margin-right:3px;
}

#OwoOfferFormMessageBox, #OwoQuestionFormMessageBox{
	position:absolute;
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
	background-color:white;
	font-size:10px;
	margin-top:90px;
	margin-left:350px;
	padding:6px;
	display:none;
}
span.OwoFormError{
	background-image:url(http://logofirmowe.pl/tpl/images/lmenu/error.gif);
	background-position: 0 .1em;
	background-repeat:no-repeat;
	padding-left: 14px;
	vertical-align:middle;
}

#OwoOfferContent table, #OwoQuestionContent table{
	width:500px;
}
#OwoOfferContent td, #OwoQuestionContent td{
	vertical-align:top;
}
#OwoOfferContent td.secondCol{
	padding-left:15px;
}
#OwoOfferClose, #OwoQuestionClose{
	width:100%;
	text-align:right;
	height:99px;
}
input.text_inputs, input.file_inputs, textarea{
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
	background-color:transparent;
	font-size:10px;
}
input.text_inputs{
	height:12px;
	width:133px;
}
textarea{
	height:55px;
	width:245px;
}

#OwoOfferFileUpload_wrap_list, #OwoQuestionFileUpload_wrap_list{
	position:absolute;
	z-index:99;
	background-color:white;
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
}
#OwoOfferFileUpload_wrap, #OwoQuestionFileUpload_wrap{
	overflow:hidden;
  white-space:nowrap;
}
  	
div.MultiFile-label:hover{
	background-color:#c9c9c9;
}
#OwoOfferFileUploadSwitcher, #OwoQuestionFileUploadSwitcher{
	text-decoration:none;
	color:black;
	font-size:11px;
	font-weight:bold;
	display:block;
	margin-top:5px;
}
#OwoOfferSend, #OwoQuestionSend{
	text-decoration:none;
	color:#9c0303;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}


a img{
	border-style:none;
	border-width:0px;
}
