html, body { min-height: 100%; } *, :focus, :active, input:active, a:active, input:focus, a:focus { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; } a { border-width: 0; text-decoration: none; color: #FF7700; } body { background-color: #F9F9F9; color: #777777; margin: 0; padding: 0; min-width: 60em; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; font-size: 12px; } #theHeader { background: url("images/piwigo_logo_big.png") no-repeat scroll center 20px transparent; display: block; height: 100px; } #content { margin: auto; margin-top: 9px; width: 800px; padding: 0; } fieldset { margin-top:20px; background-color:#f1f1f1; border:2px solid #dddddd; } legend { font-weight: bold; letter-spacing: 2px; } #footer { width: 800px; margin: auto; text-align: right; margin-top: 15px; } #content h2 { display:block; font-size:20px; text-align:center; /* margin-top:5px; */ } h3 { font-size: 15px; font-weight: bold; margin:0; } input[type="submit"], input[type="button"], a.bigButton { font-size:14px; font-weight:bold; letter-spacing:2px; border:none; background-color:#666666; color:#fff; padding:5px; -moz-border-radius:5px; } input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover { background-color:#ff7700; color:white; } input[type="text"], input[type="password"], select { background-color:#ddd; border:2px solid #ccc; -moz-border-radius:5px; padding:2px; } input[type="text"]:focus, input[type="password"]:focus, select:focus { background-color:#fff; border:2px solid #ff7700; } .destination { text-align: center; margin-top: 2em; font-weight: bold; } .language { margin-left: 1.5em; margin-bottom: 2em; } .button { text-align: center; margin-top: 2em; } .msg { margin:20px 20px 10px 20px; padding: 5px 10px 5px 60px; background-position:5px 5px; background-repeat:no-repeat; -moz-border-radius:5px; -webkit-border-radius:5px; -border-radius:5px; } .notice { color: #ee8800; background-image:url("images/notice.png"); background-color:#ffdd99; } .warning { color: #ff2222; background-image:url("images/warning.png"); background-color:#ffd5dc; }