a {
    color: #0099CC;
    text-decoration: none;
}

.boxedSection input, .boxedSection label, .boxedSection textarea, .boxedSection select, .boxedSection option {
    text-align: left;
    font-family: tahoma;
    font-size: 8pt;
}

.boxedSection label {
    padding-right: 3px;
    text-align: right;
    float: left;
    width: 195px;
}

.boxedSection label.smalllabel {
    width: 110px;
}
.boxedSection label.tinylabel {
    width: 10px;
}

.boxedSection div.errorMessage {
    padding: 0px;
    margin: 0px 0px 0px 5px;
    float: left;
    color: red;
}
.boxedSection div.message {
    padding: 0px;
    margin: 0px 0px 0px 5px;
    float: left;
    color: #999;
}

.boxedSection .dataInfo {
    text-align: left;
    float: left;
}

.boxedSection select {
    width: 124px;
    float: left;
}
.boxedSection .autosize {
    width: auto;
}

.boxedSection input {
    float: left;
    width: 120px;
}

.boxedSection input.formCheckbox {
    width: auto;
    margin: 0;
    padding: 0;
}

.boxedSection textarea {
    width: 400px;
}

.btn_continue {
    text-align: center;
}
.btn_continue input {
    float: none;
    width: auto;
    text-align: center;
}
#errortext {
    color: red;
    margin-bottom: 3px;
}
iframe {
    border-top: 1px solid #0099CC;
    border-bottom: 1px solid #0099CC;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 300px;
    width: 728px;
}

#performanceinfo {
    font-size: 8pt;
}

#content {
    margin-right: 0px;
    margin-bottom: 5px;
    background-color: white;
    text-align: left;
    font-size: 8pt;
}
#privacyPolicy {
    float: right;
}
#performanceinfo {
    float: right;
    height: 362px;
    width: 262px;
    margin-top: 5px;
}
.criteriasection {
    float: left;
    margin-top: 12px;
}
#artist, #date {
    font-family: tahoma;
    font-size: 8pt;
    margin-bottom: 2px;
    width: 90px;
    float: left;
}
#search, #submit {
    float: right;
    width: 70px;
    font-family: tahoma;
    font-size: 8pt;
    margin-right: 5px;
}
.label, .checkboxlabel {
    text-align: right;
    width: 70px;
    float: left;
    font-family: tahoma;
    font-size: 8pt;
    margin-top: 3px;
}
.checkboxlabel {
    width: 71px;
    margin-right: 5px;
}
.checkbox {
    float: left;
    margin-right: 89px;
}
.boxedSection {
    border: 2px solid #0099CC;
    padding: 4px;
}
#noBorderBoxedSection {
    border-style: none;
}
.boxedSectionHeader {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
}
.inp_url {
    width: 500px;
}


