.formular {
	background: #f2eed7; 
	padding: 20px 20px 10px 20px;
        font-size: 14px;
}

.includeForm  {        
        width: 100%;
        position: relative;
        text-align: center;
        background: #f2eed7;
        text-transform: none;
        margin-top: 0px;
}

.includeForm * {
        font-size: 12px;
}

.includeForm .formular {        
        margin: auto;
        margin-bottom: 10px;
        text-align: left;
        width: 520px;
}

.rightForm form {        
        position: relative;
        text-align: left;        
}

.rightForm .formular {
        width: 190px;
        margin: 0;
        padding: 0px;
        background-color: transparent;        
}

.rightForm p {
        text-align: left;
}

.formular h4 {
	background: #bfbba4;
	height: 45px;
	line-height: 45px;
	color: #1d1d19;
	margin: 0px;
	padding: 0px 20px;
}

.formular label {
	display: block;
	width: 120px;
	float: left;
	padding-top: 2px;
        color: #625F54;        
}

.rightForm .formular label {
        width: 100%;
}

.formular input,
.formular textarea {
	float: left;
	border: 0px;
	padding: 2px;
	width: 350px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.formular textarea {	
	height: 200px;
	overflow: auto;	
}

.rightForm .formular textarea {
        height: 75px;
}

.rightForm .formular input
{
  border: 0px #625F54 solid;
        margin: 5px 0 5px 0px;
        padding:2px 5px;
        width: 215px;
        height:24px;
        background: url(../images/bg_txtbox.png);
}
.rightForm .formular select
{
   border: 1px #7f6c28 solid;
        margin: 5px 0 5px 0px;
        width: 223px;
        height:24px;
        padding:0px 0px;
}
.rightForm .formular textarea {
        border: 1px #7f6c28 solid;
        margin: 5px 0 5px 0px;
        width: 213px;
        padding:2px 5px;
}

.formSending {
        width: 220px; height: 120px;
        padding-top: 50px;
}
.formSending div {
        background-image: url(../images/ajax-loader.gif);
        background-position: 50% 0;
        background-repeat: no-repeat;
        width: 100%; height: 51px;
        padding: 20px 5px 5px 5px;
        text-align: center;
        font-weight: bold;
        color: #625F54;
}

#content .formular .error_mess,
#footer .formular .error_mess,
#content .formular .error_mess span,
#footer .formular .error_mess span {
        margin-bottom: 0;
}

.formular input.error,
.formular textarea.error,
.formular select.error,
.formular .error #recaptcha_response_field {
	border: 1px solid #ff0000;
	padding: 1px;
	color: #000;
}

.formular span.error,
.formular span.ok,
.formular li.error {
	/*background: url(../images/ico_error.png) 7px 55% no-repeat;*/
	display: block;
	color: #ff3300;
	margin-left: 0px;
	font-weight: normal;
	padding-left: 00px;
	margin-bottom: 10px;
}

.formular span.ok {	
	color: #359946;	
}

#footer .formular span.ok {	
	font-size: 120%;
}

#content .formular ul.error_list,
#footer .formular ul.error_list {
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none;
}

.formular li.error {     
        margin: 0;
        padding: 0;
}


.formular fieldset {
        border: 0;
}

.formular .pozn {
	font-size: 0.9em !important;
	text-align: left;
	padding-right: 90px;
        color: #625F54;
}

/* Captcha */
.captcha,
#recaptcha_table #recaptcha_widget_div{
        width: 350px;
        float: left;
}

#recaptcha_table td {
        background-image: none;
}

#recaptcha_table #recaptcha_reload_btn,
#recaptcha_table #recaptcha_switch_audio_btn,
#recaptcha_table #recaptcha_switch_img_btn,
#recaptcha_table #recaptcha_whatsthis_btn{
        position: relative;
        top: -60px; left: 65px;
}

#recaptcha_table .recaptcha_input_area {
        margin-left: 0px;
}
#recaptcha_table #recaptcha_response_field {
        position: relative;
        top: 0px; left: 110px;
}
#recaptcha_table .recaptcha_r1_c1,
#recaptcha_table .recaptcha_r2_c1{
        display: none;
}

.captcha_text {
        width: 100px !important;
        
}

.captcha_img {
        float: left;
        margin-right: 10px;
}

.rightForm .formular .captcha {
        margin: 5px 0;
        width: 225px;
}

.rightForm .formular .captcha_img {
        float: none;
        margin: 5px 10px 5px 0;
}

.rightForm .formular .captcha_text {
        float:right;
        background: url(../images/bg_txtbox109.png) !important;
        width: 99px !important;
}


/* Buttons */

.buttons {
	background: #bfbba4 url(../images/bg_form_reset.png) 0px 0px no-repeat;
	height: 44px;
}

.buttonsRight {
        background: none;
        width: 225px;
}

.buttons p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 415px;
	height: 32px;
	padding-top: 12px;
	text-align: right;
}

.includeForm .buttons p {
        width: 530px;
}

.buttons p.right {
	float: right;
	width: 110px;
        height: 44px;
	text-align: center;
	background: #625f54;
}

.includeForm .buttons p.right {
        width: 110px;
        margin-right: 220px !important;
}

.buttons .btnReset {
	border: 0px;
	background: none;
	color: #1d1d19;
	width: 200px;
	padding: 0px;
	margin: 0px;	
 cursor:pointer;
        height: 44px;
}

.buttons .btnPridat {
	border: 0px;
	background: none;
	color: #f2eed7;
	padding: 0px;
	margin: 0px;	
	cursor:pointer;
        height: 44px;
        width: 110px;
}

.buttonsRight .btnReset
{
  float: right;
  width: 100px;
  height:33px;
  cursor:pointer;
  line-height:33px;
}
.buttonsRight .btnPridat {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;        
  float: right;
  cursor:pointer;
  display: block;
	color: #fff;
	border:0px;
	width:114px;
	height:33px;
	padding:0px;
	text-align:center;
	line-height:33px;
	background: #333 url(../images/btn_form.png) no-repeat;
	color:#fff !important;
	font-size:16px;  
	font-weight:bold;
}



.buttonsSimple {
        text-align: left;
        padding-left: 0px;
        width: 225px;
        cursor:pointer;
}

.buttonsSimple .btnDostupnost {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;        
        float: right;
        display: block;
	color: #fff;
	border:0px;
	width:114px;
	height:33px;
	padding:0px;
	text-align:center;
	line-height:33px;
	background: #333 url(../images/btn_form.png) no-repeat;
	color:#fff !important;
	font-size:16px;  
	font-weight:bold;
	cursor:pointer;
}

.formular .uploadFileButton {
	border: 0px;
	background: #fff url(../images/bg_btn_cv.png) no-repeat !important;
	width: 225px !important;
	color: #625f54;
	font-weight: bold;
	height:28px !important;
	display:block;
	cursor:pointer;
	
	margin: 10px 0 20px 0;
}
.formular .list_file {
        list-style-type: none;
        
}

/* Ajax Loading Panel */
#ajaxLoadingPanel {
        position: absolute;
        right: 0; top: 0;
        padding: 5px; margin: 0;
        width: 200px;
        border: 1px #ccc solid;
        background-color: #eeeeee;
        list-style: none;
        z-index: 1000;
}
#ajaxLoadingPanel li {
        padding: 10px 10px 30px 0px; margin: 0;
        border: 1px #ccc solid;
        text-align: center;
        vertical-align: top;
        background-image: url(../images/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position: 50% 80%;
}

