/*
 * Custom rules for global.css.
 * The rules you put here override rules in that stylesheet.
 */

/*
 * Custom rules for global.css.
 * The rules you put here override rules in that stylesheet.
 */

html {
    background:#bcc0c2;
    text-align:center;
}
body.www-khronos-org-bugzilla {
    text-align: left;
    width: 960px;
    margin: 5px auto;
    position: relative;
}
#footer {
    width: 100%;
}
#header .links {
    border-bottom: 1px solid #eee;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    margin-bottom: 0;
}
#header {
    margin-bottom: 0;
    padding: 0;
}
#titles {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    padding: 30px 0 20px 20px;
}
.tabbody,
#bugzilla-body p,
#bugzilla-body form {
    margin-left: 10px;
    margin-right: 10px;
}
.khr_public_bugzilla {
    margin:0 0 10px;
    padding:10px;
    text-align:center;
    background:#a00;
    color: #eee;
    font: bold 2em "Lucida Grande", Arial, sans-serif;
}
#links-saved {
    position:absolute;
    top: 2px;
    right: 2px;
    padding:4px;
    background: #a0aDcC;
}
.upgrade {
    margin: 0 20px 10px;
    padding: 10px;
    text-align:center;
    border: 3px solid #a00;
    font: bold 1.5em "Lucida Grande", Arial, sans-serif;
}
textarea.required {
    background-color: #fff7cd;
    color: #000;
}

