table#searchFormTable, table#searchFormTable td, table#searchFormTable th
{
	border: solid 1px #1133AA;
}
.hledej{
	background-color: #B0C4DE;
	border: 1px solid #1133AA;
	height: 25px;
	width: 80px;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
}
.inputBox{
	border: solid 1px #1133AA;
	font-size: 12px;
	height: 20px;
	text-align: center;
	padding-top: 4px;
    width:200px;
    margin-top:-2px;
    margin-left:-2px;
}
.inputBoxShadow
{
	background-color: #DCDCDC;
	padding-bottom:2px;
	padding-right:2px;
	margin-left:3px;
}
.err{
	font-size: 11px;
	color: Red;
}
.question
{
    background-image: url(Obrs/question2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size: 12px;
	text-align: left;
	cursor:help;
}
.question2
{
	font-size: 12px;
	text-align: center;
	cursor:help;
	background-image:url(Obrs/question2.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.footDummy{
	background-color:  #F5F5F5;
}
.TDrightNav{
	font-size: 12px;
	text-align: right;
	border: solid 1px #1133AA; 
	border-bottom:none;
	background-color: #BED3FB;
}