input.text, input.date, textarea, input.submit, input.button, button, button.submit, div.sexy input, .selectBox, a.button {
	font-family: "Arial";
	border-radius: 0;
	background: none;
	width: 220px;
	font-size: 16px;
	border: 1px solid #ccc;
	transition: all .2s;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  border: 1px solid #36a0d7 !important;
}

input:focus,
button:focus,
select:focus {
	outline: none !important;
}

input:focus {
	border: 0;
	border: 1px solid #36a0d7 !important;
}

input.text, input.date, textarea, div.sexy input, .selectBox {
	background: none;
}

input.date[disabled='disabled'], input.text[disabled='disabled'] {
	background: #DADADA;
}

input.radio {
	margin-top: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
	width: 15px;
	height: 15px;
}

select {
	border: 0;
	font-size: 16px;
	border: 1px solid #ccc;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url('../images/select-arrow.png') bottom right no-repeat;
	transition: all .3s;
}

textarea {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	width: 255px;
	height: 100px;
}

/* Combobox */
div.sexy {
	height: 23px;
}

div.sexy input {
	height: 23px;
	width: 250px;
	-webkit-border-radius:  7px 0px 0px 7px;
	-moz-border-radius:  7px 0px 0px 7px / 7px 0px 0px 7px;
	border-radius:    7px 0px 0px 7px / 7px 0px 0px 7px;
}

div.sexy .list-wrapper {
	top: 27px !important;
	width: 280px !important;
}

div.sexy .list-wrapper li {
	height: 25px;
}

div.sexy .list-wrapper li {
	line-height: 25px;
}

div.sexy .list-wrapper li.active {
	background-color: #B0CA56 !important;
}

div.sexy .icon {
	height: 25px !important;
	width: 25px !important;
	-webkit-border-radius:  0px 7px 7px 0px;
	-moz-border-radius:  0px 7px 7px 0px / 0px 7px 7px 0px;
	border-radius:   0px 7px 7px 0px / 0px 7px 7px 0px;
}

input.text, input.date {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

table.forms input.text {
	width: 250px;
}

input.required, textarea.required {
	border: 1px solid #D63921;
}

input.button, input.submit, button, a.button {
	cursor: pointer;
	background-color: #7D7D7D;
	border-color: #676767;
	color: white;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
	height: 29px;
	line-height: 26px;
	display: inline-block;
	transition: all .3s;
}

input.submit, button.submit {
	border-color: #719C27;
	background: #94B52C;
}

button, a.button {
	width: auto;
	height: auto;
	border-radius: 1px;
	background: none;
	padding: 10px 30px;
	line-height: 1;
	display: inline;
	border: 1px solid #36a0d7;
	color: #36a0d7;
	font-weight: normal;
}

button:hover, a.button:hover {
	background: #36a0d7;
	color: #fff;
}

button.disabled, a.button.disabled {
	background: #aaaaaa;
	color: #888888;
	border: 1px solid #888888;
	cursor: default;

	padding-left: 8px;
	padding-right: 8px;
	display: inline;
	font-weight: normal;
}

button.disabled:hover, a.button.disabled:hover {
}

a.button.disabled {
	display: inline-block;
}

a.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

a.selectBox:hover {
	text-decoration: none;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

label {
	font-weight: bold;
}
