.Inputfields input {
		max-width: 100%;
		height: 34px;
		padding-left: 5px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #262626;
		background-color: #e3e3e3;
		background-image: none;
		border: 0;
		border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.Inputfields input[type="checkbox"] {
 height: auto;
}

#content .InputfieldFieldset > .ui-widget-content {
  padding: 1em 0;
  border: 0;
}

.Inputfields textarea {
		max-width: 100%;
		padding-left: 5px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #262626;
		background-color: #e3e3e3;
		background-image: none;
		border: 0;
		border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.InputfieldForm ::-webkit-input-placeholder {
   color: #e3e3e3;
}

.InputfieldForm :-moz-placeholder { /* Firefox 18- */
   color: #e3e3e3;
}

.InputfieldForm ::-moz-placeholder {  /* Firefox 19+ */
   color: #e3e3e3;
}

.InputfieldForm :-ms-input-placeholder {
   color: #e3e3e3;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "proxima-nova",sans-serif;
  font-size: 1em;
}

.ui-widget-header {
	border: 1px solid #ffffff;
	background: #ffffff url(images/ui-bg_highlight-soft_30_ffffff_1x100.png) 50% 50% repeat-x;
	color: #262626;
	font: 400 18px/1.3em "proxima-nova",sans-serif;
}

.InputfieldForm .Inputfields, .InputfieldForm .Inputfields > .Inputfield {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}

#content .InputfieldFieldset > label.ui-widget-header {
  font-size: 1.4em;
  margin: 2em 0 0.25em 0;
  text-transform: uppercase;
  font-weight: 700;
}

#content .InputfieldForm button.ui-button {
  background: #ffd13b;
  color: #000;
  appearance: push-button;
  font-size: 1.2em;
  text-transform: uppercase;
  border: 0;
  padding: 1rem 2rem 1.0625rem 2rem;
  width: auto;
  margin: 0;
  display: block;
  font-weight:700;
}

#content .InputfieldForm button.ui-button:hover {
	color: #fff;
  background: #fbc000;
}

/* Selectric */
.selectricWrapper {
	position: relative;
	margin: 0;
	width: 100%;
	cursor: pointer;
}

.selectricResponsive {
	width: 100%;
}

.selectric {
	width: 100%;
	padding-left: 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #262626;
	background-color: #e3e3e3;
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 30px 0 0;
	font-size:12px;
	padding: 8px;
	line-height: 18px;
	color: #262626;
	min-height: 18px;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	width: 30px;
	height: 30px;
	color: #262626;
	text-align: center;
	font: 0/0 a;
	/* IE Fix */
	*font: 20px/30px "proxima-nova",sans-serif;
}
.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}

.selectricHover .selectric {
	border-color: #CCC;
}
.selectricHover .selectric .button {
	color: #262626;
}
.selectricHover .selectric .button:after {
	border-top-color: #888;
}

.selectricOpen {
	z-index: 9999;
}
.selectricOpen .selectric {
	border-color: #CCC;
	background: #F0F0F0;
}
.selectricOpen .selectricItems {
	display: block;
}

.selectricDisabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectricHideSelect select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectricInput {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectricItems {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F9F9F9;
	border: 1px solid #CCC;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
	height: 100%;
	overflow: auto;
	border-radius: 2px;
}
.selectricAbove .selectricItems {
	top: auto;
	bottom: 100%;
}
.selectricItems ul, .selectricItems li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectricItems ul {
	border-radius: 2px;
}
.selectricItems li {
	display: block;
	padding: 5px;
	border-top: 0;
	border-bottom: 1px solid #EEE;
	color: #666;
	cursor: pointer;
}
.selectricItems li.selected {
	background: #fff;
	color: #262626;
	border-top-color: #E0E0E0;
}
.selectricItems li:hover {
	background: #F0F0F0;
	color: #444;
}
.selectricItems li.disabled {
	background: #F5F5F5;
	color: #BBB;
	border-top-color: #FAFAFA;
	cursor: default;
}
