.yui3-panel-hidden {
    visibility: hidden;
}

.yui3-widget-mask {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.modal-header h3 {
    font-size: 16px;
}

.modal-header h3 strong {
    font-weight: bold;
}

.form-footer {
    text-align: center;
}

.yui3-panel .form-horizontal {
    height: auto;
    top: 10%;
}
.yui3-panel .form-section {
    width:auto;
}

.yui3-panel .modal-body .form-wrapper {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}
.yui3-panel .modal-body .form-set {
    margin-top: 0;
}
