body, .bg-white
{
	background: #fff;
	font-size:0.85em;
}
body {    
    color: #000;
    font: .9em / 1.3em "Arial", "Calibri", "Tahoma", "Verdana", sans-serif;
}

form{
	background: #ccdce0;
}
input{
	border:medium none;
}
.input-text, .seznam-input-text {
    width: 130px;
    height: 19px;
    padding: 2px 0 0 2px;
}
.seznam-input-text
{
	width:300px;
	height:100%;
	border: 1px solid #CCCCCC;
}
.input-submit {
    background: #FDB813 url(/share/img/search.gif) repeat-x scroll 0 0;
    cursor: pointer;
    padding: 2px 7px 2px 7px;
}
.bold,td.yes,td.no{
	font-weight: bold;
}
td.yes
{
	color:green;
}
td.no
{
	color: red;
}
.result
{
	font-size:0.80em;
	margin-top:1em;
	width: 405px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.result tr td {	
	background:#CBDDDF none repeat scroll 0 0;
	padding:4px 8px;
}
td label{
	font-weight: bold;
}
.error
{
	color:red;
}
.text, .error
{
	width: 410px;
}
td.nocreate
{
	border-bottom: 7px solid #FFFFFF;
}
a, i
{
	font-size: 0.80em;
}
}

