/* Confluence specific styles for aui forms*/

form.aui.greyboxed {
    background-color: #eee;
    margin-top: 12px;
    padding: 0;
}

form.aui.greyboxed fieldset {
    padding-top: 4px;
    padding-bottom: 4px;
}

form.aui.greyboxed label {
    margin-left: 7px;
    font-weight: normal;
}

form.aui {
    padding: 0; /* left padding is  for lusers */
}

form.aui .error {
    background-color: transparent;
}

form.aui .viewMode {    
    margin-bottom: 0;
}

form.aui h2 {
    color: #666;
    font-size: 15px;
}

form.aui h3 {
    font-size: 13px;
    color: #000;
}

form.aui .first {
    margin-top: 0;
}

/* only needed until we upgrade to use AUI forms */
form.aui span.inline-text {
    display: inline;
    margin-right: .25em;
}
form.aui .short-field {
    width: 75px;
}
form.aui .medium-field {
    width: 165px;
}

form.aui div label {
 	color: #000;
 	text-align: left;
}

form.aui .field-value {
    font-weight: normal;
}


