body{
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	margin: 0 auto;
	padding: 0.0em;
	background: #E6E6FA;
	width:750px;
}

/* Styl formularza */
table.formularz { 
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px auto;
	width:750px;
}
table.formularz td.tab_tyt { 
	border-bottom: 2px solid #6699CC;
	background-color: #BEC8D1;
	text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
} 
table.formularz td {
	border: 1px dotted #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 10px;
	position: relative;
} 
table.formularz td.prawa { 
	background-color: #F0F0FF;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
.komunikat {
	font-size: 16px;
	text-align: center;
	color: red;
	border: thin solid navy;
	background-color: #696969;
	font: bolder 20px sans-serif;
}

/* hints for form fields
/* All form elements are within the definition list for this example */
dl {
    font:normal 12px/15px Arial;
    position: relative;
    width: 540px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 0 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}
