#reg_warning {
  background-color: #ffffff;
  border: 5px solid black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 5px;
}
.reg_maroon {
	color: maroon;
}
.reg_error {
	padding-top:3px;
	padding-bottom: 3px;
	color: red;
	text-align: center;
	font-size: 9pt;
}

.reg_table {
	margin: auto;
}
.reg_table div.nadpis {
	background: #f7d990 url('images/lista_reg.gif') bottom left no-repeat; 
	padding-bottom: 2px;
	font-size: 16px; 
	font-weight: bold;
	color: maroon;
}
.reg_table.table1 {
	width: 400px;
}
.reg_table table td {
	border-bottom: 1px dashed #DE9F45;
	color: #302415;
}
.reg_table table td.co {
	font-weight: bold;
	text-align: right;
}
.reg_table table td.coq {
	font-weight: bold;
	text-align: left;
	font-size: 120%;
}
.reg_dole {
	background-color: #f7d990;
	font-size: 110%;
	color: #302415;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #DE9F45;
	text-align: center;
}

