body {
  background: #111;
  color: #555;
  font-family: Verdana, sans-serif;
  padding: 0 0 40px 0;
}

a {
  color: #888;
  text-decoration: none;
}
a:hover {
  color: white;
}

p {
  overflow: hidden;
  text-align: left;
  margin: 0 0 10px;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 10px 0 0;
  text-align: left;
  color: #ccc;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
}

#header {
  height:60px;
}

.header_inner{
  padding-top: 10px;
  padding-left: 30px;
  font-size: 16px;
  color: #777;
}

#menu{
  height:32px;
}
#menu #navlist{
  text-align:left;
  line-height:32px;
}
#menu #navlist li {
  margin-left: 0;
}
#menu #navlist li a{
  text-decoration: none;
  font-size:16px;
  font-weight:normal;
  color:#222;
  padding:4px 9px 5px 9px;

  background:#666;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#menu #navlist li a:hover {
  background:#ddd;
}
#menu #navlist li.active a {
  padding:8px 9px 9px 9px;
  background:#ddd;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
#menu #submenu {
  margin-top: 12px;
  margin-left: 5px;
  padding: 3px 0 3px 9px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

ul.links {
  margin:0;
  padding:0;
}
ul.links li {
  display:inline;
  list-style-type:none;
  padding:0 5px;
}

#title {
  padding-bottom: 6px;
}

#sectiontitle {
  padding: 5px 0 0 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}

#container {
  color: #888;
  background-color: #333;
  background: #333;
  
  padding: 10px 0 10px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#container a {
  color: #666;
}
#container a:hover {
  color: #bbb;
}

#content {
  background-color: #111;
  padding-bottom: 5px;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#footer {
  padding-top: 20px;
  font-family:tahoma,Helvetica,sans-serif,arial;
  font-size:11px;
}






label {
  padding:0 1em;
  text-align:right;
}
fieldset div {
  margin-bottom:.5em;
  text-align: left;
}
fieldset input:focus,fieldset textarea:focus {
  background:#efefef;
  color:#000;
}
fieldset div.error {
  font-weight: bold;
}
fieldset div.error label:before {
  content:"* ";
}
.errorlist {
  font-weight: bold;
  color: #f66;
}
.errorlist div {
  padding-left: 30px;
}
#submit {
  clear:both;
  padding:0 0 1em 0;
  text-align:center;
}
#submit input {
  padding:2px 1em;
}



