.require {
    color: red;
    font-weight: bold;
}

.success{color:green;}
.failure{color:red;}
.pending{color:blue;}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

#loader{z-index:999999;display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:url(../img/loading.gif) 50% 50% no-repeat #e6e6e6;}

#imagePreview {
    width: 200px;
    height: 250px;
    background-position: center center;
    background-size: cover;
	border-radius: .25rem;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
	margin-bottom: 10px;
}
