.check_wa {
    border: none;
    width: 124px;
    text-align: center;
    background: #07a6e6;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    height: 23px;
    line-height: 7px;
    padding: 0;
    margin-top: 1px;
    border-radius: 3px;
}
.check_wa:hover {
    background: #009ac2;
}
.check_wa:active {
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}
.thumbnails:after {
    clear: both;
}
.row-fluid .thumbnails {
    margin-left: 0;
    padding-left: 0;
}
.thumbnails > li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #555555;
}
.add-poster, .alt-names{
    margin: 0 10px 10px 10px;
}
#add-poster{
    max-width: 185px!important;
    min-width: 185px!important;
    max-height: 230px!important;
    min-height: 230px!important;
}
.i-poster{
    visibility: hidden;
}
.span3 {
    width: 220px;
}
.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
}
.addnews {
    max-width: 100px;
}

.parser_info{
    border: 1px solid #D3D1D1;
    background: rgba(238, 238, 238, 0.82);
    padding: 5px;
    margin-top: 7px;
    margin-right: 10px;
    width: 600px;
}

.parser_info_ok{
    border: 1px solid #B2B2B2;
    background: rgba(0, 183, 82, 0.29);
    padding: 5px;
    margin-top: 7px;
    margin-right: 10px;
    width: 600px;
}