/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
}
form.cmxform legend {
}
form.cmxform legend, form.cmxform label {
}
form.cmxform fieldset {
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform fieldset p, form.cmxform fieldset fieldset {
}
form.cmxform label.error, label.error {
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 0 0;
	left: 0;
	top: 0px;
	height: inherit;
	line-height: 50px;
	padding: 0 20px;
	background-color: #ca160d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transform: translateX(-110%);
}
form.cmxform label.error::before, label.error::before {
	content: "";
	position: absolute;
	right: -8px;
	top: 17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ca160d;
}
#agree-error {
	top: -18px;
	left: 0;
}
div.error {
	display: none;
}
input {
}
input.checkbox {
	border: none
}
input:focus {
	border: 1px solid #00cc66;
}
input.error {
	border: 1px solid #ca160d;
}
form.cmxform .gray * {
	color: gray;
}

@media only screen and (max-width:1023px) {
form.cmxform label.error, label.error {
	position: relative;
	display: block;
	transform: translateX(0%);
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: normal;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
form.cmxform label.error::before, label.error::before {
	display: none;
}
}
