﻿.error {
	color: red;
}

/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height:1.5em;
	background-color:#FFF;
}
form input, form select {
    padding: 3px 8px;
    width: auto;
}

form select {
    padding: 3px 8px;
    width: auto;
	height:30px;
}

label {
	float: left;
	width:120px;
}

input, select {
	margin-bottom:8px;
}

.button {
	display:inline-block;
	padding: 5px 10px 5px 30px;
	margin-bottom:15px;
	background-color: #ececed;
	border: solid 1px #dfe0e1;
	font-weight:bold;
	color:#333333;
}

.obsah p br + br, p br:first-child, p br + br + span {
display: none;
}

.display_block {
display: block !important;
}

.SwitchLanguage {
padding: 10px;
text-align: right;
}

.title_main {
float: left;
}

.clear_both {
clear: both;
}