* {
   margin: 0;
   padding: 0;
   color: inherit;
   font-family: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-style: inherit;
   line-height: inherit;
}

li {
   list-style-position: inside;
}

body {
   margin: 2em;
   background: #f6f6f6;
   color: #444;
   font-family: "Open Sans", Helvetica, Arial, sans-serif;
   font-size: 0.85em;
   font-weight: normal;
   font-style: normal;
   line-height: 1.5em;
}

#page {
   margin: 0 auto;
   padding: 1.25em 2em 1.75em 2em;
   max-width: 70em;
   background: #fcfcfc;
   border-radius: 0.25em;
   box-shadow: 0 0.1em 0.25em 0 #bbb;
}

h1 {
   padding: 1em 0;
   padding-left: 75px;
   background: transparent url("logo-cbs.gif") left center no-repeat;
   font-size: 1.8em;
   font-weight: bold;
   text-transform: uppercase;
}

h2 {
   margin-top: 1em;
   font-size: 1.5em;
   font-weight: bold;
}

h2 sub {
   margin-top: 1em;
   line-height: 0.6em;
   display: block;
   font-weight: normal;
   font-size: 0.6em;
}

h3 {
   margin-top: 1em;
   font-weight: bold;
}

h4 {
   margin-top: 1em;
}

h1, h2, h3, a:link, a:visited {
   color: #555;
}

img.image {
   border: 1ex solid #eee;
}

ul#navigation {
   margin: 1em 0 1.5em 0;
   padding: 1em 0;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
   list-style: none;
}

#navigation li {
   display: inline;
   margin-right: 1em;
   text-transform: uppercase;
}

#navigation li.selected {
   font-weight: bold;
}

#navigation a {
   text-decoration: none;
}

a:link:hover, a:visited:hover {
   color: #000;
}

p.buttons {
   margin-top: 1.25em;
}

hr {
   margin: 1.5em 0;
   border: none;
   border-bottom: 1px solid #eee;
}

fieldset#finish p.buttons {
   margin-bottom: 1.25em;
}

button {
   display: inline-block;
   margin-right: 0.5em;
   padding: 0.25em 1em;
   background: #eee;
   border: 1px solid #ddd;
   border-radius: 0.5em;
   text-decoration: none;
}

button::-moz-focus-inner {
   padding: 0;
   border: 0;
}

button:hover {
   background: #555 !important;
   border-color: #888;
   color: #fff !important;
}

form {
   margin-bottom: 0.5em;
}

label.block {
   display: block;
}

label.block input {
   display: block;
   margin-top: 0.25em;
}

input[type=text] {
   padding: 0.5em;
   border: 1px solid #bbb;
   border-radius: 0.25em;
}

/* input[type=text]:focus */
button:focus {
   outline: 1px dotted #555;
}

button.default {
   border-color: #888;
}

button[disabled] {
   background: transparent !important;
   border-color: #eee !important;
   color: #bbb !important;
}

label.invalid input {
   /* border-color: red; */
}

fieldset {
   margin: 1em 0 0.5em 0;
   padding: 0.25em 0;
   border: none;
   border-top: 1px solid #eee;
}

del {
   text-decoration: line-through;
}

p {
   margin-top: 1em;
}

p.read {
   font-style: italic;
}

.hidden {
   display: none;
}

span.required {
}

p.failure, p.wrong, p.correct, p.message,
span.failure, span.wrong, span.correct, span.message {
   padding: 0.25em 1em;
   border-radius: 0.25em;
   color: #fff;
}

span.failure, span.wrong, span.correct, span.message {
   display: inline-block;
   padding-left: 1.5em;
   padding-right: 1.5em;
}

.failure {
   background: #eee;
   color: #e33 !important;
}

.wrong {
   background: #e33;
}

.correct {
   background: #4a4;
}

.message {
   background: #eee;
   color: inherit;
}

p.progress {
   background: #f6f6f6;
   border-radius: 0.25em;
   color: #fff;
}

p.progress span {
   display: block;
   width: 1px;
   padding: 0.25em 0;
   background: #fc3;
   border-radius: 0.25em;
   text-align: center;
   overflow: show;
}

p.publicita {
   margin-top: 0.5em;
   margin-bottom:0.5em;
   text-transform: uppercase;
}

#wizzard.wizzardless .wizzardon, #wizzard.wizzardless .wizzardoff,
#wizzard.wizzardon .wizzardoff, #wizzard.wizzardon .wizzardless,
#wizzard.wizzardoff .wizzardon, #wizzard.wizzardoff .wizzardless {
   display: none !important;
}

