form .form-group.required label:after {
	position: absolute;
	right: 7px;
	top: 2px;
	display: block;
	content: '*';
	color: #990000;
}

form ul.errors {
	border-left: 3px solid #990000;
	padding-left: 20px;
}

form ul.errors li {
	list-style-type: square;
	color: #990000;
}

.btn-file {
	overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}