#contactus fieldset {
	padding:20px;
	border: 0;
}

#contactus td {
	position: relative;
}

#contactus p {  text-align: center; }
#contactus legend, h2 {
	padding-top: 1px;
}
#contactus label {
	font-family : Arial, sans-serif;
	font-size:0.8em;
	font-weight: bold;
	color: #525252;
	text-transform: uppercase;
}

#contactus .tlacitko_oranzove { display: block;}

#contactus input[type="text"], textarea {
	font-family : Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height:140%;
	color : #000;
	padding : 3px;
	border: 3px solid #C7C7C7;
}
#contactus input[type="text"] {
	height: 40px;
	width: 94%;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 22px;
	outline: none;
	background: #FFF !important;
	margin-right: 25px;
}
#contactus #scaptcha {
	width:60px;
	height: 30px;
	font-size: 18px;
	text-align: center;
}
#contactus input[type="submit"] {
	/* border:0px; */
	cursor:pointer;
	margin-left: 79%;
	padding: 10px 15px;
	font-weight: 400;
}
#contactus textarea {
	height: 190px;
	width: 98%;
	resize:none;
	outline: none;
}
#contactus input[type="text"]:focus, textarea:focus {
	border: 3px solid #B2CFD8;
}
#contactus .container2 {
	margin-top:8px;
	margin-bottom: 10px;
}
#contactus .error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #900;
	background-color : #ffff00;
	width: 170px;
	float: left;
	margin: -2px 10px 0 0;
}
#contactus fieldset#antispam {
	padding:2px;
	border-top:0px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:550px;
}
#contactus fieldset#antispam legend {
	font-family : Arial, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
}
#contactus .short_explanation {
	font-family : Arial, sans-serif;
	font-size: 0.6em;
	color: rgb(98, 98, 98);
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-family : Arial, sans-serif;
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}
.contact_form .podnadpis2 {
	font-size:18px;
}

#contactus_scaptcha_errorloc { float:none !important;}

body>p>strong {
  padding-left: 40px;
}
