.webfactor_modal_form.webfactor_red {
	width: 300px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	display: none;
	opacity: 0;
	z-index: 100000;
	padding: 5px 10px 0px;
}

.webfactor_static_form.webfactor_red{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

/* ?????? ??????? ??? ??? ??? ? ?????) */
.webfactor_modal_form.webfactor_red .webfactor_modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	display: block;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #d40000;
	transition: 0.5s;
	line-height: 18px;
	color: rgb(230, 0, 0);
}
.webfactor_modal_form.webfactor_red .webfactor_modal_close:hover{
	background-color: #de0000;
	color: #fff;
}
/* ???????? */
.webfactor_overlay {
	z-index: 99999;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	width: 100%; 
	height: 100%;
	top: 0; 
	left: 0;
	cursor: pointer;
	display: none;
}
.webfactor_red .webfactor_predtext, .webfactor_red .webfactor_predButton {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid rgb(239, 52, 52);
	font-size: 20px;
	color: rgb(239, 56, 56);
}
.webfactor_red .webfactor_predButton{
	border: none;
}
.webfactor_red .webfactor_predtext p, .webfactor_red .webfactor_predButton p{
	margin: 0;
	font-size: 16px;
}
.webfactor_red form.ajaxWebfactorForm{
	padding: 10px;
	margin: 0;
}
.webfactor_red form.ajaxWebfactorForm input,
.webfactor_red form.ajaxWebfactorForm select,
.webfactor_red form.ajaxWebfactorForm textarea{
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
	line-height: 30px;
	padding: 5px;
	border: 1px solid #f91818;
	color: rgb(255, 32, 32);
	background: transparent;
	display: table-row-group;
	box-sizing: border-box;
	border-radius: 2px;
}
.webfactor_red form.ajaxWebfactorForm .radio,
.webfactor_red form.ajaxWebfactorForm .checkbox {
    min-height: 20px;
    padding: 0!important;
}
.webfactor_red form.ajaxWebfactorForm .radio input,
.webfactor_red form.ajaxWebfactorForm .checkbox input{
    float: left;
    width: auto;
	margin: 5px 5px 0 15px;
}
.webfactor_red form.ajaxWebfactorForm .colorbox input{
	width: 20px;
	height: 20px;
	padding: 1px;
	float: left;
	margin: 0 10px;
	border-radius: 3px;
}
.webfactor_red form.ajaxWebfactorForm textarea {
    /*max-width: 95%;
    min-width: 95%;*/
    min-height: 55px!important;
}
.webfactor_red form.ajaxWebfactorForm input:focus{
	border-color: #ff0000;
	box-shadow: inset 1px 1px 1px #b90000;
}
.webfactor_red form.ajaxWebfactorForm input[id^=submit]{
	background-color: #de0000;
	border: 1px solid #b50000;
	cursor: pointer;
	color: rgba(255,255,255,0.9);
	text-transform: uppercase;
	border-radius: 2px;
	box-shadow: none;
}
.webfactor_red form.ajaxWebfactorForm input[id^=submit]:hover{
	background-color: #d00707;
	border: 1px solid #bd0202;
	color: #fff;
}
.WFnameField p{
	margin: 10px 0 -5px 0px;
}
.webfactor_red form.ajaxWebfactorForm legend {
	margin-bottom: 5px;
	font-size: inherit;
}
.webfactor_red a.webfactor_go{
	padding: 5px;
	display: block;
	max-width: 260px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: #ec0000;
	border: 1px solid #d20000;
	color: #fff;
	border-radius: 2px;
	line-height: 24px;
	margin: 5px auto 18px;
}
.webfactor_red a.webfactor_go:hover, .webfactor_red a.webfactor_go:focus{
    background-color: #d40000;
    border: 1px solid #b10000;
    color: #fff;
    text-decoration: none;
}
.webfactor_modal_form.webfactor_red div[class^=webfactor_error-status]{
	padding: 15px 10px;
	text-align: center;
	font-size: 22px;
	color: red;
}
.webfactor_modal_form.webfactor_red div[class^=webfactor_ok-status]{
	padding: 15px 10px;
	text-align: center;
	font-size: 18px;
	color: rgb(94, 133, 52);
}
.webfactor_modal_form.webfactor_red div[class^=webfactor_error-status] p,
.webfactor_modal_form.webfactor_red div[class^=webfactor_ok-status] p{
	margin: 0;
}
.webfactor_red form.ajaxWebfactorForm label.error{
	display: block;
    padding: 3px;
    background-color: rgba(255,255,255, 0.8);
    border-radius: 4px;
    margin-top: -8px;
    color: #FD9A07;
    font-size: 14px;
    width: 100%;
    float: right;
    clear: both;
}
.webfactor_red form.ajaxWebfactorForm fieldset.radio,
.webfactor_red form.ajaxWebfactorForm fieldset.checkbox{
	position:relative;
}
.webfactor_red form.ajaxWebfactorForm fieldset.radio label.error,
.webfactor_red form.ajaxWebfactorForm fieldset.checkbox label.error{
	position: absolute;
	bottom: 0;
}