span.edity, span.fader {
    display: none;
}
span.fader {height: 100%;}
span.fader img {
    height: 100%;
}
div.image-holder {
    height: 100px;
    overflow: hidden;
}

div.field {
    width: 100%;
    margin: 0.8em 0;
    clear: both;
}
div.field input[type=text], div.field textarea {
    width: 50%;
}
div.multiselect textarea {width:66.5%;}

div.list-title {
    width: 25%;
    max-width: 300px;
    float: left;
    padding-right: 0.2em;
}

div.multiselect {
    margin-left: 25%;
    padding-bottom: 1em;
}

span.edity li {
	margin-top: 1.3em;
	width: 60%;
    list-style-type: none;
	line-height:40px;
	clear:both;
}
a.add_field, a.remover {cursor: pointer;}
a.remover {float:right;}/*Ldelete selected field (multiselect)*/
span.button-text {padding-left: 1em;}
div.message {
	position: fixed;
	width: 300px;
	z-index: 99999;
	padding: 2em;
	border: 3px solid;
	border-radius: 6px;
    background-color: #FFF;
    background-image: url(../images/icons8-cancel-24.png) ;
    background-repeat: no-repeat;
    background-position: 269px 0;
	left: 50%;
	margin-left: -150px;
	text-align: center;
    font-weight: bold;
	box-shadow:
	-webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
	cursor: pointer;
}
div.error { border-color: red;}
div.info { border-color: green;color: rgba(0,0,0,0.8);}
div.field > input.login-field {
    width: 15%;
    min-width: 200px;
}