#overall {
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 100%;
}

#sendMessage {
	width: 500px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	z-index: 1000;
}

#largeImageBlock {
	position: absolute;
	z-index: 1000;
}

#notFilledFieldsMessage {
	position: absolute;
	z-index: 1000;
	width: 300px;
}

#overallLayout {
	position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; opacity: 0.2; filter: alpha(opacity=20); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity: 0.2; -khtml-opacity: 0.2;
	z-index: 100;
	height:100%;
	width:100%;
	
}

* html #overallLayout { /* ie6 hack */
   position: absolute;
	width: expression(document.body.clientWidth + 'px');
   height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	right: 0;
}

.borderedBlock {
	/*border: 1px dashed black;*/
	background: url(/images/order_border.gif) left top no-repeat;
	width: 127px;
	padding: 20px 0;
}

.excel {
	height: 16px;
	display: block;
	background: url(/images/page_white_excel.png) no-repeat left center;
	padding-left: 20px;
}