table.main{
	background-image: url(img/page1.jpg);
	width: 780px;
	border-color: #ffffef;
	border: 0px;
	border-style: none;
	position: absolute;
	top: 5px;
	left: 250px;
	z-index: 1;
	font: "Lucida Calligraphy";
	
	/* CSS3 скругленные углы */
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-radius: 15px;
	
	/* CSS3 внешняя тень */
	-webkit-box-shadow: 0 0 25px #4A7EB8;
	-moz-box-shadow: 0 0 25px #4A7EB8;
	
	box-shadow: 0 0 25px #4A7EB8;
}
.achtung{
	color:red;
	font-weight: bold;
}
