html,
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#000;
	background:#ebebe4;
}
#centerwrap {
	width:550px;
	height:460px;
	margin:10px auto;
	position:relative;
}
#content {
	position:absolute;
	height:440px;
	width:550px;
	padding:0;
	overflow:auto;
}
#centerwrap {
	position:absolute;
	margin:-176px 0 0 -250px;
	left:50%;
	top:50%;
}

.usual {
  width:540px;
}
.usual li { list-style:none; float:left;}
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#ffffff;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;

  clear:left;
  background:#ffffff;
  font:10pt Georgia;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:#ffffff; }
#tabs3 { background:#FF9; }

.login input, .login button {
	border: none;
	float: left;
}
.login input.box {
	color: #fff;
	font-size: 1.1em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161;
	margin-right: 5px;
}
.login input.box:focus {
	background: #616161;
	outline: none;
}
.login button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900;
}
.login button.btn:hover {
	background: #fbc900;
}

form {
  margin: 0;
  padding: 0;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0;
  font: normal 18px/22px 'myriad pro', 'trebuchet ms', arial, sans-serif;
}
form label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 0;
	padding-top: 8px;
	margin: 5px 0 0;
	text-align: right; 
}

form input, form textarea, form select {
	width:auto;
	margin:5px 0 0 10px;
}

form input#reset {
	margin-left:0px;
}

textarea { overflow: auto; }

h1 {
	font: bold 42px/50px 'myriad pro', 'trebuchet ms', arial, sans-serif;
	color: #000;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

div.tab {
	padding: 10px;
}

div#language a {
	font:10px Verdana;
	color: #333;
}
