label {
    float: left;
    clear: left;
    width: 110px;
    text-align: right;
    font: 12px Arial;
    color: #727272;
    font-weight: bold;
    cursor: pointer;
    line-height: 28px !important;
    padding-right: 10px;
}
input[type=text],
input[type=password],
textarea {
    float: left;
    background: #fff url(../pic/form/bg_input.gif) repeat-x 0 0;
    width: 260px;
    font: 12px Arial;
    color: #727272;
    padding: 5px 10px 6px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #a8acad;
}
textarea {
    width: 695px;
    height: 150px;
    padding: 10px;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.pl65 { padding-left: 65px; width: 400px }

.inputValid { border: 1px solid #28dee1 !important }
.inputError { border: 1px solid #bc008e !important }
.check {
    float: left;
    width: 200px;
}
section.dijat p.remark {
    font: 11px Arial;
    clear:both;
    float: left;
    width: 400px;
    color:#727272;
    padding: 15px 0;
}
button {
    width: 72px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background: transparent url(../pic/form/submit.png) no-repeat 0 0;
    clear: both;
    float: left;
    margin: 20px 0 0 120px;
    text-indent: -10000px;
}
/** styled checkbox, radio **/

/** jquery.checkbox **/
/** default styling **/

.ui-icon-empty { background-position: -160px 0; }

/* Native widget or wrapped widget styles */
.ui-checkbox, .ui-radio {
    margin: 0 5px 10px 0;
    border-width: 0;
    width: 28px;
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}
/* wrapped widget only */
span.ui-checkbox, span.ui-radio {
    width: 28px;
    height: 28px;
    position: relative;
    display: inline;
    display: inline-block;
    clear: left;
}
/* ie specific */
v\:roundrect, v\:fill, v\:stroke {
    display: block;
    position: absolute;
    behavior: url(http://infinitmedia.hu/media/css/form.css#default#VML);
    background-color: transparent;
}
/* opera specific */
.ui-checkbox svg, .ui-radio svg {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
}
.ui-checkbox span.ui-icon, .ui-radio span.ui-icon,
div.form .ui-checkbox span.ui-icon, div.form .ui-radio span.ui-icon {
    position: absolute;
    visibility: visible;
    left: 6px;
    top: 5px;
    /*margin: -8px 0px 0px -8px;*/
}

.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
    color: #999;
}

/** specific styling **/

span.ui-checkbox,
span.ui-radio {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background: url(../pic/form/radio.gif) 0 0 no-repeat;
    clear: left;
}
span.ui-helper-hidden {
    display: none;
}
span.ui-checkbox-state-checked {
    background-position: 0 -28px;
}

span.ui-checkbox-state-checked-hover {
    background-position: 0 -28px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
    background-position: 0 -28px;
}
label.ui-checkbox,
label.ui-radio {
    float: left;
    width: auto;
    margin: 0;
    padding: 2px 0 0 5px;
    z-index: 10;
    clear: none !important;
    margin: 0 !important;
}
span.ui-radio-state-checked-hover {
    background-position: 0 -28px;
}
.ui-radio-disabled,
.ui-checkbox-disabled {
    opacity: 0.7;
}

.ui-checkbox input, .ui-radio input,
input.ui-helper-hidden-accessible {
    visibility: hidden;
    left: -99999999px;
    top: -99999999px;
    width: 28px;
    height: 28px;
    margin: 0px;
    border: 0px none;
    padding: 0px;
    display: none;
}