/*.textboxwrap {
	display: inline-block;
	background: transparent url(Images/Global/textbox_r.png) no-repeat top right;
	border: none;
	border-width: 0;
	padding-right: 4px;
	height: 32px;
}
.textboxwrap .textbox {
	background: transparent url(Images/Global/textbox_l.png) no-repeat top left;
	border: none;
	border-width: 0;
	padding: 0 0 0 8px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}
.dropdownlistwrap {
	background: transparent url(Images/Global/dropdownlist_r.png) no-repeat top right;
	display: inline-block;
	position: relative;
	height: 30px;
	padding: 0 25px 0 0;
	border: none;
	border-width: 0;
	width: 1px;
}
.dropdownlistwrap .dropdownlist {
	border: none;
	border-width: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.dropdownlistwrap .dropdownlistselector {
	background: transparent url(Images/Global/dropdownlist_l.png) no-repeat top left;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	cursor: default;
	z-index: 1;
	white-space: nowrap;
}*/

.textbox:focus,
.textarea:focus,
.dropdownlist:focus { outline: none;}

.textbox {
	width: 100%;
  padding: .3em 0 .6em;
  color: #606060;
  line-height: 1;
  border: 1px solid #eee;
  border-width: 0 0 1px;
}

.textarea {
	width: 100%;
	min-height: 100px;
	padding: .7em .8em;
	color: #606060;
	line-height: 1.3;
	border: 1px solid #eee;
	resize: vertical;
}

.dropdownlistwrap {
	position: relative;
	display: block;
	padding: .443em 0 .6em;
	line-height: 1;
	border: 1px solid #eee;
	border-width: 0 0 1px;
}
.dropdownlistwrap:after {
	position: absolute;
	top: 4px;
	right: 0;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.dropdownlistwrap > .dropdownlist {
	position: absolute;
	width: 100%;
	height: 100%;
}
.dropdownlistwrap > .dropdownlistselector { display: block; line-height: 1;}

.checkboxwrap {
	position: relative;
	display: inline-block;
	/*background: url(Images/Global/checkbox.png) no-repeat*/;
	width: 16px;
	height: 16px;
	text-align: center;
}
a.checkboxwrap,
a.checkboxwrap:hover { color: #a9a9a9;}
.checkboxwrap i { vertical-align: top;}
.checkboxwrap.active { /*background: url(Images/Global/checkbox_active.png) no-repeat;*/}
.checkboxwrap input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.radiowrap {
	position: relative;
	display: inline-block;
	/*background: url(Images/Global/radio.png) no-repeat;*/
	width: 16px;
	height: 16px;
	text-align: center;
}
a.radiowrap,
a.radiowrap:hover { color: #a9a9a9;}
.radiowrap i { vertical-align: top;}
.radiowrap.active { /*background: url(Images/Global/radio_active.png) no-repeat;*/}
.radiowrap input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.button-1 { background: #0095ff; color: #fff;}
a.button-1 { color: #fff; text-decoration: none;}
.button-1:hover { background: #3caeff; color: #fff;}

.button-2 { background: #d41515; color: #fff;}
a.button-2 { color: #fff; text-decoration: none;}
.button-2:hover { background: #ff2020; color: #fff;}

.btn.disabled { background: #a9a9a9;}