#ui-datepicker-div {
	display: none;
	z-index: 2147483647 !important;
}

#rezoform {
    border: 1px solid #333;
    font-size: 15px;
    margin: 0 auto 43px;
    max-width: 223px;
    overflow: hidden;
    padding: 20px 4%;
    text-align: center;
    width: 90%;
}

#rezoform p {
	overflow: hidden;
	margin-bottom: .7em;
}



#rezoform label {
	font-weight: normal;
	line-height: 24px;
    float: left;
	vertical-align: top;
}

#rezoform input, #rezoform select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 0;
	color: #555555;
    float: right;
    clear: right;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin-left: 3px;
	padding: 2px;
	vertical-align: middle;
	width: 75px;
	text-align: center;
}

.dropdown-menu {
	font-size: 12px !important;
	margin: -10px 0 0 -24% !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.176) !important;
}

.datepicker::before, .datepicker::after {
	border: none;
}

#rezoform select {
	width: 50px;
	height: 24px;
	padding-top: 1px;
	text-align: left;
}

a#submit {
	display: block;
	border: 2px outset #333;
	background: #555;
	color: #fff;
	width: 72px;
	height: 23px;
	line-height: 21px;
    clear: both;
	margin: 0 auto;
}

a#submit:hover {
	border: 2px inset #333;
	text-decoration: none;
	cursor: pointer;
}

a#submit.disabled:hover, a#submit.disabled:active {
	border: 2px outset #333;
}

.disabled {
	opacity: .5;
}

.error {
	color: #f00;
	font-style: italic;
	font-size: .8em;
	clear: both;
}