.errText{
    color:#eb3941 !important;
    font-size: 14px !important;
}
.mt5{
    margin-top: 5px !important;
}
.trueMessage{
    color: #fff;
    padding: 8px;
    margin-top: 20px;
    background-color: #007db1;
    text-align: center;
}
.errorMessage{
    border: solid 3px #eb3941;
    background: #ffffff;
    padding: 5px;
    margin-top: 20px;
}
#postContent{
    height: 300px;
}
.imageSelect{
    position:relative;
}
.cancelImage{
    top: 13px;
    right: 15px;
    position: absolute;
    z-index: 10;
    width:30px;
    height: 30px;
    background: url('../../../mastersunity/assets/images/img_close.png') 0 0 no-repeat;
    cursor: pointer;
}