/*Cleaner*/
.clearFix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearFix {
    display: inline-block;
}

html[xmlns] .clearFix {
    display: block;
}

* html .clearFix {
    height: 1%;
}

.clr {
    float: none;
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px !important;
    line-height: 1px !important;
    font-size: 1px;
}

/*mandatory field marker*/
a {
    text-decoration: none;
    cursor: pointer;
}

.errorMsg {
    color: red;
}

.bold {
    font-weight: bold
}

/* release info fields */
.releaseinfo {
    float: left;
    clear: both;
    display: block;
    text-align: right;
    font-size: smaller;
    color: #fff;
}

.releaseinfo:hover {
    color: #101010;
    text-decoration: none;
}
