.mst-file-input {
    background: none repeat scroll 0 0 #FC5C41;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: 200 16px/30px roboto_condensed;
	height: 30px;
	text-align: center;
    text-decoration: none;
	width: 140px;
	float: left;
}

.mst-file-input:hover {
	background: none repeat scroll 0 0 #D53B3B;
	color: #FFFFFF;
}

.prog_error {
	border-color: #FF0000 !important;
}

.mst-input-file-container {
	position: relative;
}

.mst-input-file-container > input[type=file] {
    cursor: pointer;
    height: 30px;
	left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 140px;
    z-index: 10;
}

.cover-input input[type=text] {
    border: 1px solid #e8e8e8;
    font: italic 200 16px/20px roboto_condensed;
    height: 23px;
    padding: 10px 15px;
    width: 96%;
}

.cover-input input[type=text]:focus {
    border: 1px solid #000000;
    outline: medium none;
}

.mst-input-container {
	margin: 10px 0 0;
}

.mst-input-file-container > span {
	display: inline-block;
	padding-left: 10px;
	float: left;
}

.mst-submit-button {
    float: left;
    height: 38px;
    margin: 0 10px 0 0;
}

.js-file-error {
	color: red;
}

.cover-input {
    overflow: hidden;
}
.cover-input .prefix {
    margin-bottom: 15px;
}

.js-cover-books input[type=text],
.js-cover-film input[type=text],
.js-cover-island input[type=text] {
    float: left;
    width: 25%;
    margin-right: 20px;
}

.prog_error input[type=checkbox]+label:before {
     background-position: -10px -176px;
}


.prog_error input[type=checkbox]:checked+label:before {
        background-position: -10px -53px;
}

