body {
  background: url('images/background.png') #d4d4d4 repeat;
}
.mobile {
  display: none;
}
div#container {
  margin: 10px auto;
  width: 656px;
}
div#header {
  padding-bottom: 10px;
  text-align: center;
}
div#content,
div#footer {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: 0;
  padding: 15px;
}
div#content,
div#about h1,
div.note h1 {
  font-size: 18px;
}
div#about h2,
div.note h2 {
  font-size: 16px;
}
div#about hr,
div.input hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  height: 0;
  clear: both;
  margin-top: 5px;
  margin-bottom: 20px;
}
div.input input.field,
div.input div#aup,
div.input div.note,
div.input textarea {
  font-size: 14px;
}
div#content {
  background-color: #eee;
  text-transform: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#content p span {
  color: #555;
  display: inline;
}
div#content div.error {
  color: #eee;
  margin: 15px;
}
div#content div.error p {
  background-color: #c00;
  display: inline;
  margin: 0;
}
div#about img,
div#footer img {
  float: left;
}
div#about h1,
div#about p,
div#about ul {
  padding-left: 128px;
}
div.input a {
  color: #333;
}
div.input a:hover {
  color: #000;
}
p#languages {
  font-size: small;
  text-align: right;
}
p#languages a {
  color: #999;
  text-decoration: none;
}
p#languages a:hover {
  color: #555;
  text-decoration: underline;
}
div.input,
h1,
h2,
p,
ul {
  margin: 10px;
}
em {
  clear: left;
  display: block;
  font-size: small;
}
div.note h1,
div#about h1 {
  font-weight: bold;
}
div#about p strong {
  background-color: #555;
  color: #fff;
}
div.input {
  clear: both;
  color: #555;
  padding-bottom: 10px;
  text-align: right;
}
div.input span {
  float: left;
  clear: left;
  padding: 4px;
  text-align: left;
  white-space: nowrap;
  width: 120px;
}
div.input span#msg {
  white-space: normal;
}
div.input input.field,
div.input textarea {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 4px;
  margin: 2px;
  width: 250px;
}
div.input input.field:focus,
div.input textarea:focus {
  background-color: #DEFEFF;
  color: #333;
}
div.input select,
div.input input[type="file"] {
  width: 250px;
}
div.input div {
  padding: 4px;
  text-align: left;
}
div.input div#aup,
div.input div.note {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #222;
  margin: 0;
  padding: 0 5px;
  overflow-y: auto;
  text-align: left;
  text-transform: none;
  text-shadow: none;
}
div.input div.note.bg {
  background-color: transparent;
  border: 0;
}
div.note.justify,
div.input div.note.justify {
  text-align: justify;
}
div.input div#aup {
  height: 150px;
}
div.input.aup {
  display: none;
}
div.input.center {
  text-align: center;
}
select,
input.button {
  font-size: medium;
}
div#PBouter {
  margin: auto;
}
div#footer {
  color: #555;
  font-size: 12px;
}
div#footer p {
  padding-left: 96px;
}
div#footer ul {
  padding-left: 124px;
}
div#footer a {
  color: #555;
}
div#footer a:hover {
  color: #333;
}

/* tabs */
ul.tab {
  display: block;
  margin: 0;
  padding-left: 0;
}
ul.tab li {
  border-left: 1px solid #ddd;
  border-right: 1px solid #eee;
  border-top: 1px solid #ddd;
  display: block;
  float: left;
  height: 30px;
}
ul.tab li.active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
ul.tab li a {
  background-color: #ddd;
  display: block;
  float: left;
  height: 25px;
  padding: 5px 7px 0;
}
ul.tab li a:hover,
ul.tab li.active a {
  background-color: #eee;
  height: 26px;
}
ul.tab li a img {
  border: 0;
}

div.tab {
  border: 1px solid #ddd;
  clear: both;
  padding-top: 10px;
  display: none;
}

div.tab.active {
  display: block;
}

div.input div#columns {
  float: right;
  margin: 0 0 20px 0;
  padding: 0;
  width: 250px;
}

div.input div.column span {
  float: none;
}

div.input div.column span.disabled {
  color: #ccc;
}

div.input div.column span.order {
  float: right;
  width: 30px;
}

div.input div.column span.order img {
  cursor: pointer;
  padding: 0 2px;
}

.page-break {
  display: none;
}
