﻿
 .customsuccess{
	background-color: blue;
	border:1px solid #bbe787;
	top: 40%;
	left:  40%;
	height: auto;
	position: absolute;
}

.input-note {
    font-size: 16px;
    width: auto;
    display: inline-block;
    padding: 5px 0 0 23px;
    background: url(/styles/images/member/icon_notice01.png) no-repeat 0 7px;
}
.input-note span { color: #c50f0f; text-decoration:none}


/* Styles for validation helpers
----------------------------------------------------------*/
.field-validation-error {
    color: #c50f0f;
    font-weight: bold;
    width: auto;
    display:table;
    padding: 5px 0 0 23px;
    background: url(/styles/images/member/icon_notice01.png) no-repeat 0 7px;
}


.input-sty {
    font-size: 16px;
    height: 30px;
    border: 1px #ccc solid;
    border-radius: 4px;
    background: #fff;
    padding: 0 2%;
    outline: none;
    color: #555;
    color: #a0a0a0;
}

.field-validation-valid {
	display: none;
	
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

.light-box {
    width: 570px;
    position: fixed;
    top: 35%;
    transform: translate(50%, -35%);
    right: 50%;
    z-index: 12;
}


.light-box-tit {
    width: 88%;
    height: 24px;
    background: #f00;
    line-height: 27px;
    padding: 5px 8% 5px 4%;
    color: #fff;
    position: relative;
}

.light-box-tit i {
    cursor: pointer;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 3px;
}

.light-box-tit i:hover {
    color: #8A0606;
}

.light-box-con {
    text-align: center;
    color: #555;
    width: 88%;
    background: #fff;
    padding: 30px 6%;
}

