.hidden {
    display: none !important;
}

.clearfix:after, form .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix, form .row {
    display: inline-block;
}
html[xmlns] .clearfix, html[xmlns] form .row {
    display: block;
}
* html .clearfix, * html form .row {
    height: 1%;
}

.clearer {
    width: 100%;
    overflow: hidden;
    clear: both;
}



/**
 * Vertical align
 */
.valign {
    /* height must be specified */
    display: table-cell;
    text-align: center;
}
.valign, .valign * {
    vertical-align: middle;
}
.valign div.valign {
    display: block;
}
.valign span.valign {
    display: none;
}
.artist_img_left{
	background: url(../images/li.gif) no-repeat left top;
    padding-left: 12px;
}


.dashed {
	border-bottom: 1px dashed;
	cursor: pointer;
}


.raport{
	color:#f00;	

}

.preview-informer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: red;
}
.preview-informer * {
	color: white;
	font-weight: bold;
}
.preview-informer p {
	padding: 2px;
	text-align: center;
}
.preview-informer p a{
    color: #000;
}

.status_active {
    color:#3a3;
}

.status_noactive {
    color:#aa3;
}
.status_block{
    color:#a33;
}
.status_remove{
    color:#a33;
}
.status_reject{
    color:#a33;
}

img.antispam {
	width: 170px;
	height: 70px;
	background: url(../images/busy.gif) no-repeat center center;
}

.not_active_link{
	color:#f00;
	font-weight:bold;
}
