/* input.bt-send in locale */
input.bt-send{}

/* input.bt-send:hover in locale */
input.bt-send:hover {}

label.error {
display: block;
color: #fff;
padding: 4px 0;

}
.b-scribe__i label.error {
	padding:0;
	}
span.text_black {
	background:url(../img/input-text-200.png) no-repeat 0 0;
	display:block;
	}
.b-scribe__i span.text_black {
	padding:2px 0 0;
	}
.text_black INPUT {
			clear:left;
			/*background:url(../img/input-text-200.png) no-repeat 0 0;*/
			background:none;
			height:18px;
			width: 188px;
			padding:0;
			border:none 0;
			color:#4e4f45;
			padding:3px 6px;
			margin:0 0 6px;
			}

#subs_err {
    color: red;
}

#subs_msg {
    color: green;
/*	overflow:hidden;
	background:#001;*/
	
}

.subs_content{
    font-size: 2em;
    margin-left: 30px;
}

.errorlist li {
    background-position: 100% .3em;
    /*padding: 4px 25px 4px 0;*/
	color: #B2AE9A;
	}

