/* modern css forms */
.uform {
    margin-bottom: 1em;
    position: relative;
}

.uform .calendarContainer {
    font-size: 11px;
    margin-top: 10px;
}

.uform .calendarContainer a {
    text-decoration: none !important;
}

.uform .selectMarriageRegistrationTime {
    font-size: 11px;
    overflow: hidden;
}

.uform .selectMarriageRegistrationTime div.modern-reception {
    margin-top: 10px;
}

.uform .selectMarriageRegistrationTime a {
    text-decoration: none !important;
}

.confirmApplication {
}

.confirmApplication table {
}

.confirmApplication table th {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

.confirmApplication table td {
    padding: 5px;
}

.confirmApplication table td span {
    font-weight: bold;
}

.uform .h {
    padding: .4em 0;
    overflow: hidden;
    _display: inline-block;
}

.uform .h.num-lines-2 {
    padding-top: 2em;
}

.uform .h.num-lines-3 {
    padding-top: 3em;
}

.uform .h .checkbox-list {
    padding-left: 32%;
}

.uform .h .checkbox-list label {
    background: none;
    float: none;
    width: auto;
}

.uform .h .checkbox-list label input {
    width: auto;
}

.uform p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.uform label {
    width: 30%;
    float: left;
   /* padding-top: .2em;*/
    line-height: 1.8em;
    margin-right: .4em;
    background: url(../images/forms/form-label-decor.png) repeat-x right center;
    text-align: left;
}

.uform label.medium {
    width: 35%;
}

.uform label.long {
    width: 85%;
}

.uform .num-lines-2 label {
    padding-top: 0;
    margin-top: -1em;
}

.uform .num-lines-3 label {
    padding-top: 0;
    margin-top: -2em;
}

.b-attention .h label span {
    background: #ffebb2!important;
}
.uform .h label span {
    background: #fff;
    line-height: 1.2em;
    padding-right: .5em;
    position: relative;
/*
    top: 5px;
*/
}

.rq {
    color: red;
    text-decoration: none;
}

.uform label.blockLabel {
    width: auto;
    margin-right: 10px;
    background: none;
}

.uform label.blockLabel select,
.uform label.blockLabel input,
.uform label.blockLabel textarea {
    display: block;
    width: auto;
}

.uform label.radio {
    display: inline;
    width: auto;
    float: none;
    background: none;
}

.uform label.radio input {
    border: none;
    width: auto;
}

.uform p.checkbox, .ui-dialog-content p.checkbox {
    background-color: #fdf6da;
    overflow: hidden;
    padding: 10px;
}

.uform p.checkbox span.warning {
    float: left;
    color: #f00;
    font-size: 25px;
    font-family: Georgia;
    font-weight: bold;
}

.uform p.checkbox label {
    background: none;
    display: block;
    float: none;
    margin-left: 25px;
    position: relative;
    padding: 0;
    width: auto;
}

.uform p.checkbox input {
    border: none;
    float: left;
    height: 14px;
    margin-top: 3px;
    padding: 0;
    width: 14px;
}

.uform div.yellowHint {
    background-color: #fdf6da;
    padding: 10px;
}

.uform .multi {
    float: left;
}

.uform .multi.no-label {
    padding-left: 30%;
}

.uform .multi.inline label {
    float: left;
    display: block;
    margin-bottom: 10px;
}

.uform .multi.block label {
    float: none;
    display: block;
    margin-bottom: 10px;
}

.uform .multi.custom label {
}

.uform .one_col {
}

.uform .one-col label {
    float: none;
    width: auto;
    display: block;
}

.uform .f-hint {
    clear: left;
    color: #7f7f7f;
    padding-left: 30%;
    margin: .2em 0 .4em .4em;
}

.uform .f-hint.medium {
    padding-left: 35%;
}

.uform .f-hint a {
    text-decoration: none !important;
    border-bottom: dotted 1px #005594;
}

.uform .f-hint.no-labels {
    padding-left: 0;
}

.uform .textInput {
    width: 55%;
}

.uform .textInput.wide {
    width: 99%;
}

.uform .text {
    width: 50%;
    overflow-y: scroll;
    height: 160px;
}

.uform textarea.text-editor,
.uform label textarea.text-editor {
    width: 666px;
    resize: none;
    outline: none;
    height: 120px;
    margin-top: 6px;
    overflow-y: scroll;
}

.uform .captcha {
}

.uform .captcha .cp-holder {
    padding-left: 30%;
    margin: 0 0 0 .4em;
}

.uform .captcha .cp-holder img {
    display: block;
    margin: 0 0 .6em 0;
}
.uform .captcha .cp-holder img.keyboardInputInitiator {
    display: inline;
    margin: 0 3px;
}

.uform input,
.uform select,
.uform textarea {
    border: 1px solid #999;
    border-right-color: #f2f0ee;
    border-bottom-color: #f2f0ee;
}

.uform input.invalid,
.uform select.invalid,
.uform textarea.invalid {
    border-color: red;
}

.uform input,
.uform textarea {
    width: 55%;
    padding: 2px 1px;
}

.uform input:focus,
.uform textarea:focus {
    background: #feeeda;
}

.uform input[type="checkbox"] {
    width: auto;
    padding: 0;
    border: none;
}

/* неон
.uform input[type="text"], .uform input[type="password"], .uform select, .uform textarea{
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;

    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);

    color: #000;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

.uform input[type=text]:focus, .uform input[type=password]:focus, .uform textarea:focus, .uform select:focus {
      outline: none;
      xoutline-color: #009cff;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    }
*/

.uform select optgroup {
    font-style: normal;
}

.uform select.s-small {
    width: 30%;
}

.uform select.s-medium {
    width: 35%;
}

.uform select.s-large {
    width: 55%;
}

.uform select.s-larger {
    width: 72%;
}

.uform select.s-fullstring {
    font-size: 13px !important;
    width: 65%;
}

.uform input.ss-small {
    width: 15%;
}

.uform input.s-small {
    width: 25%;
}

.uform input.s-medium {
    width: 35%;
}

.uform input.s-large {
    width: 55%;
}

.uform .static-text-field {
    width: 60%;
    margin: 0;
    float: left;
    padding-bottom: 10px;
}

.uform .short {
    width: 11%;
}

.uform .h.submit {
    margin-top: 1em;
    padding-left: 25%;
}

.uform .h.submit.no-labels {
    padding-left: 0;
}

.uform .h.submit input {
    height: 31px;
    line-height: 10px;
    background: none;
    width: auto;
    border: 0;
}

.uform .h.submit div {
    float: left;
    margin-right: 10px;
    padding-left: 5px;
    background: url(../images/admin/button.png) no-repeat 0 0;
}

.uform .h.submit div p {
    padding-right: 5px;
    margin: 0 !important;
    background: url(../images/admin/button.png) no-repeat 100% 0;
}

.uform .extra-submit {
    padding-top: 1em;
    margin-top: .6em;
    background: url(../images/forms/form-label-decor.png) repeat-x left top;
    position: absolute;
    bottom: 1.4em;
    left: 2em;
    width: 70%;
    cursor: pointer;
}

.uform .extra-submit a {
    display: block;
    text-indent: -9999px;
    float: left;
    margin-right: 1.2em;
    height: 33px;
}

.uform .extra-submit .exit {
    width: 82px;
    background: url(../images/forms/exit.png);
}

.uform .extra-submit .back {
    width: 96px;
    height: 33px;
    float: left;
    background: url(../images/forms/back.png);
}

.uform .extra-submit .back-inactive {
    background: url(../images/forms/back-inactive.png);
}

.uform .extra-submit .next-stage {
    border: none;
    height: 33px;
    width: 132px;
    float: right;
    margin-right: 0;
    background: url(../images/forms/next-stage.png);
    padding: 0;
}

.uform .extra-submit .next-stage-inactive {
    background: url(../images/forms/next-stage-inactive.png);
}

.uform .extra-submit p {
    margin: 0;
}

.uform .extra-submit-text {
    padding-top: 1em;
    margin-top: .6em;
    background: url(../images/forms/form-label-decor.png) repeat-x left top;
    position: absolute;
    bottom: 1.4em;
    left: 2em;
    width: 70%;
}

.uform .extra-submit-text .continueButton {
    float: right;
    position: relative;
    width: auto;
}

.uform .extra-submit-text p {
    cursor: pointer;
    height: 33px;
    margin: 0;
}

.uform .extra-submit-text ins,
.uform .extra-submit-text .button-fix {
    cursor: pointer;
    display: block;
    height: 33px;
    line-height: 32px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
}

.uform .extra-submit-text input {
    cursor: pointer;
    background: none;
    border: 0;
    display: block;
    height: 33px;
    width: 100%;
    position: absolute;
    z-index: 999;
    background: red;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.uform .extra-submit-text .next-stage {
    float: right;
    padding-left: 2px;
    background: url(../images/forms/text-next-stage.png) no-repeat 0 0;
    margin-left: 10px;
}

.uform .extra-submit-text .next-stage.inactive {
    background: url(/design/images/forms/text-next-inactive.png) no-repeat 0 0;
}

.uform .extra-submit-text .next-stage ins,
.uform .extra-submit-text .next-stage .button-fix {
    color: #fff;
    padding-left: 2em;
    padding-right: 3em;
    background: url(../images/forms/text-next-stage.png) no-repeat 100% 0;
    /*float: right;*/
}

.uform .extra-submit-text .next-stage.inactive ins,
.uform .extra-submit-text .next-stage.inactive .button-fix {
    background: url(/design/images/forms/text-next-inactive.png) no-repeat 100% 0;
    color: #dcdcdc;
}

.uform .extra-submit-text .forward {
    float: right;
    padding-left: 2em;
    background: url(../images/forms/text-forward.png) no-repeat 0 0;
}

.uform .extra-submit-text .forward ins,
.uform .extra-submit-text .forward .button-fix {
    color: #000;
    padding-right: 3em;
    background: url(../images/forms/text-forward.png) no-repeat 100% 0;
}

.uform .extra-submit-text .exit {
    float: left;
    padding-left: 1em;
    margin-right: 1.2em;
    background: url(../images/forms/text-exit.png) no-repeat;
}

.uform .extra-submit-text .exit ins,
.uform .extra-submit-text .exit .button-fix {
    color: #000;
    padding-right: 1em;
    background: url(../images/forms/text-exit.png) no-repeat 100% 0;
}

.uform .extra-submit-text .back {
    float: left;
    padding-left: 3em;
    background: url(../images/forms/text-back.png) no-repeat;
}

.uform .extra-submit-text .back ins,
.uform .extra-submit-text .back .button-fix {
    color: #000;
    padding-right: 2em;
    background: url(../images/forms/text-back.png) no-repeat 100% 0;
    float: left;
}

.uform .extra-submit-text.static {
    width: 100%;
    padding: 0 0 1em 0;
    margin: 0 0 1.8em 0;
    background-position: 0 100%;
    position: static;
}

.uform .extra-submit-text.static p {
    margin-top: 0;
}

.simple-buttons {
    overflow: hidden;
}

a.simple-buttons {
    display: block;
    text-decoration: none !important;
}

.simple-buttons p {
    cursor: pointer;
    float: left;
    padding-left: 1em;
    margin-right: 1.2em;
    background: url(../images/forms/text-exit.png) no-repeat;
    margin-top: 14px;
    margin-bottom: 14px;
}

.simple-buttons > a {
    text-decoration: none !important;
}

.simple-buttons ins,
.simple-buttons .button-fix {
    cursor: pointer;
    display: block;
    height: 33px;
    line-height: 32px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding-right: 1em;
    background: url(../images/forms/text-exit.png) no-repeat 100% 0;
}

.simple-buttons input {
    cursor: pointer;
    background: none;
    border: 0;
    display: block;
    height: 33px;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: hidden;
}

.simple-buttons input:focus {
    background: none;
}

.simple-buttons .blue {
    background: url(../images/forms/text-next-stage-blue.png) no-repeat;
}

.simple-buttons .blue ins,
.simple-buttons .blue .button-fix {
    color: #fff;
    background: url(../images/forms/text-next-stage-blue.png) no-repeat 100% 0;
}

.uform .simple-buttons .next-stage {
    float: right;
    padding-left: 2em;
    background: url(../images/forms/text-next-stage.png) no-repeat 0 0;
    margin-left: 10px;
}

.uform .simple-buttons .next-stage.inactive {
    background: url(/design/images/forms/text-next-inactive.png) no-repeat 0 0;
}

.uform .simple-buttons .next-stage ins,
.uform .simple-buttons .next-stage .button-fix {
    color: #fff;
    padding-right: 3em;
    background: url(../images/forms/text-next-stage.png) no-repeat 100% 0;
}

.uform .simple-buttons .next-stage.inactive ins,
.uform .simple-buttons .next-stage.inactive .button-fix {
    background: url(/design/images/forms/text-next-inactive.png) no-repeat 100% 0;
    color: #dcdcdc;
}

.uform .simple-buttons .back {
    padding-left: 32px;
    background: url(../images/forms/text-back.png) no-repeat 0 0;
    margin-left: 10px;
}

.uform .simple-buttons .next-stage ins,
.uform .simple-buttons .next-stage .button-fix {
    color: #fff;
    padding-right: 3em;
    background: url(../images/forms/text-back.png) no-repeat 100% 0;
}

.uform .user-login {
    width: 370px;
    background: #f3f5f8;
}

.uform .user-login .caption {
    color: #000;
    padding: 6px;
    background: #e7ecf2;
}

.uform .user-login .inner {
    padding: 1.4em 0 1.6em 0;
}

.uform .user-login .h {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
}

.uform .user-login label {
    text-align: right;
    padding-right: 8px;
}

/* custom checkbox & radio */
.uform .ch-rb-label {
    display: block;
    margin-left: 3em;
}

.uform .ch {
    float: left;
    margin: .3em 1em 0 0;
    background: url(../images/forms/ch.png) no-repeat;
}

.uform .ch.a {
    background: url(../images/forms/ch_a.png) no-repeat;
}

.uform .ch input {
    width: 14px;
    height: 14px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.uform .rb {
    float: left;
    margin: -.3em 1em 0 0;
    background: url(../forms/images/rb.png) no-repeat;
}

.uform .rb.a {
    background: url(../forms/images/rb_a.png) no-repeat;
}

.uform .rb input {
    width: 14px;
    height: 14px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/* Ошибка над полями ввода */
.formFieldError {

    background-color: #FFFE36;
    border: 1px solid #E1E16D;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #000;
    padding: 3px 10px;
    margin-left: -2px;

    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;

    box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
}

.formFieldError p {
    display: inline;
    margin: 0;
    padding: 0;
}

.formFieldMessage {
    display: inline-block;
    position: absolute;
    height: 15px;
    background-color: #DEF;
    border: 1px solid #ACF;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #000;
    padding: 3px 10px;
    margin-left: -2px;

    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;

    box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
}

.formFieldMessage p {
    display: inline;
    margin: 0;
    padding: 0;
}

.uform p.simple-button-next {
    float: right;
    padding-left: 2px;
    background: url(../images/forms/text-next-stage.png) no-repeat 0 0;
    margin-left: 10px;
    display: block;
    height: 33px;
    cursor: pointer;
}

.uform p.simple-button-next.inactive {
    background: url(../images/forms/text-next-inactive.png) no-repeat 0 0;
}

.uform p.simple-button-next span {
    color: #fff;
    display: block;
    height: 33px;
    cursor: pointer;
    background: url(../images/forms/text-next-stage.png) no-repeat 100% 0;
}

.uform p.simple-button-next.inactive span {
    background: url(../images/forms/text-next-inactive.png) no-repeat 100% 0;
    color: #dcdcdc;
}

.uform p.simple-button-next input {
    background: none;
    border: 0 none;
    height: 33px;
    padding: 0 45px 0 23px;
    line-height: 33px;
    margin: 0;
    font-size: 15px;
    color: #fff;
    width: auto;
    font-family: Tahoma, Verdana, sans-serif;
    overflow: visible;
    cursor: pointer;
}

.uform .placeholder {
    padding: 0 5px;
    color: #999;
    font-size: 16px;
}

div.yesnoRadio {
    height: 25px;
}

div.yesnoRadio a {
    display: block;
    float: left;
    background: url(../images/buttons/yes_no.png) 0 0 no-repeat;
    height: 25px;
}

div.yesnoRadio a.yes {
    width: 38px;
    background-position: 0 -25px;
}

div.yesnoRadio a.sel.yes {
    background-position: 0 0;
}

div.yesnoRadio a.no {
    width: 38px;
    background-position: -38px 0;
}

div.yesnoRadio a.sel.no {
    width: 38px;
    background-position: -38px -25px;
}

div.sexRadio {
    height: 25px;
}

div.sexRadio a {
    display: block;
    float: left;
    background: url(../images/buttons/sex.png) 0 0 no-repeat;
    height: 25px;
}

div.sexRadio a.sex1 {
    width: 38px;
    background-position: 0 -25px;
}

div.sexRadio a.sel.sex1 {
    background-position: 0 0;
}

div.sexRadio a.sex2 {
    width: 38px;
    background-position: -38px 0;
}

div.sexRadio a.sel.sex2 {
    width: 38px;
    background-position: -38px -25px;
}

div.regionRadio {
    height: 25px;
}

div.regionRadio a, div.gibdd_avto_moto a {
    display: block;
    float: left;
    background: url(../images/buttons/region-select.png) 0 0 no-repeat;
    height: 25px;
}

div.regionRadio a.region16 {
    width: 38px;
    background-position: 0 -25px;
}

div.regionRadio a.sel.region16 {
    background-position: 0 0;
}

div.regionRadio a.region116 {
    width: 38px;
    background-position: -38px 0;
}

div.regionRadio a.sel.region116 {
    width: 38px;
    background-position: -38px -25px;
}

div.gibddAvtoMoto {
    height: 25px;
}

div.gibddAvtoMoto a {
    display: block;
    background: url(../images/buttons/gibdd_avto_moto.png) 0 0 no-repeat;
    height: 25px;
    float: left;
}

div.gibddAvtoMoto a.gibddAvto {
    width: 89px;
    background-position: 0 -25px;
}

div.gibddAvtoMoto a.sel.gibddAvto {
    background-position: 0 0;
}

div.gibddAvtoMoto a.gibddMoto {
    width: 88px;
    background-position: -89px 0;
}

div.gibddAvtoMoto a.sel.gibddMoto {
    width: 88px;
    background-position: -89px -25px;
}

div.make-choice {
    border-top: solid 1px #d9d9d9;
}

div.make-choice .simple-buttons p {
    margin: 0;
    float: none;
    color: #005594;
    font-size: 16px;
    background: none;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    border-bottom: solid 1px #d9d9d9;
}

div.make-choice .simple-buttons p:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ececec));
    background: -moz-linear-gradient(top, #ffffff, #ececec);
}

div.make-choice .simple-buttons ins,
div.make-choice .simple-buttons .button-fix {
    color: #005594;
    background: none;
    text-align: left;
    width: auto;
    height: auto;
    line-height: 18px;
    padding: 8px 45px 8px 0;
    background: url(../images/forms/mc.png) no-repeat 98% 50%;;
}

div.make-choice .simple-buttons ins span,
div.make-choice .simple-buttons .button-fix span {
    display: block;
    font-size: 11px;
    color: #212121;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

div.make-choice .simple-buttons ins img,
div.make-choice .simple-buttons .button-fix img {
    float: left;
    position: relative;
    margin: -10px 10px -10px -14px;
}

input.pay-button {
    background: url(../images/buttons/pay-button.png) no-repeat;
    border: 0;
    width: 98px !important;
    height: 33px !important;
    display: inline-block;
    cursor: pointer;
}

/*
span.sbmt_btn input{
	height:33px;
	background:url(/design/images/forms/text-next-stage-blue.png) 0 0 no-repeat !important;
	border:0;
	cursor:pointer;
	color:#fff;
	width:100%;
	*width:auto;
	*overflow: visible;
	font-size:15px !important;
	padding-left:10px;
	outline:0
}

span.sbmt_btn input:active, span.sbmt_btn input:focus{
	background:url(/design/images/forms/text-next-stage-blue.png) 0 0  no-repeat !important;
}

span.sbmt_btn{padding-right:10px;display:inline-block;height:33px;background:url(/design/images/forms/text-next-stage-blue.png) no-repeat right top;cursor:pointer}
*/

span.sbmt_btn input, span.sbmt_btn input:active, span.sbmt_btn input:focus {
    height: 33px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: none;
    width: 84px;
    *overflow: visible;
    font-size: 15px !important;
    outline: 0
}

span.sbmt_btn {
    display: inline-block;
    height: 33px;
    background: url(/design/images/personal-account/show_btn.png) no-repeat 0 0
}

div.personal_account_show {
    position: relative;
    padding: 10px 0 25px
}

div.personal_account_show span {
    position: absolute;
    right: 170px;
}

div.as_radio_btns {
    font-size: 12px;
}

div.as_radio_btns span {
    background: url('/design/images/buttons/bg_radio_btn.gif') top repeat-x #deebf2;
    line-height: 26px;
    padding: 0 15px;
    color: #38759e;
    border: 1px solid #98c1d7;
    border-top-color: #c9deea;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

div.as_radio_btns span:first-child {
    border-right: 0;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

div.as_radio_btns span.active {
    border-top-color: #98c1d7;
    background: #d1e3ed;
    -moz-box-shadow: inset 0 1px 0 0 #6aa5c5, inset 0 2px 0 0 #b7d3e3;
    -webkit-box-shadow: inset 0 1px 0 0 #6aa5c5, inset 0 2px 0 0 #b7d3e3;
    box-shadow: inset 0 1px 0 0 #6aa5c5, inset 0 2px 0 0 #b7d3e3;
}

.btn_320 {
    background: url('/design/images/buttons/bg_btn_320.png') top no-repeat;
    line-height: 85px;
    height: 85px;
    width: 320px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    font-size: 17px;
}

.btn_320:hover {
    text-decoration: none !important;
}

/* Поле с отрезком времени "от" и "до"
-----------------------------------------------------------------------------*/
.uform .h.date-segment {
    margin: 10px 0;
}

.uform .h.date-segment label {
    float: none;
    width: auto;
    background: none;
}

.uform .h.date-segment label.end_date {
    padding: 0 3px 0 8px;
}

.uform .h.date-segment .simple-buttons p.blue {
    margin: 0;
}

/* Блок .check-box с меткой в несколько строк
-----------------------------------------------------------------------------*/
.uform .check-box {
    position: relative;
    padding: 0 0 10px;
}

.uform .check-box input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0 0 0 4px;
}

.check-box label {
    border: none;
    background: none;
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 0 25px;
    padding: 3px 0 0;
}

/* file
-----------------------------------------------------------------------------*/
.field-upload .blue {
    margin: 0;
    position: relative;
}
.field-upload .loading {
    margin: 8px 10px;
}
.field-upload input[type="file"] {
    opacity: 0;
}
.field-upload-disabled .button-fix {
    opacity: 0.5;
}
.field-upload-files {
    float: left;
    margin: 10px;
}
.field-upload-button-close {
    cursor: pointer;
    vertical-align: middle;
}