* {
margin: 0;
padding: 0;
}

body {
font-size: 11px;
color: #222;
background-color: #daedff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6em;
}

.widget {
width: 400px;
padding: 0px;
background:url(../images/top_bar.png) repeat-x;
margin:auto;
height:53px;
margin-top:45px;
margin-bottom:0px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}
	.tabnav
	{
		padding:10px;
		margin:0px;
	}
	.tabnav li {
		display: inline;
	list-style: none;
	}
	li.logo
	{
		padding-right:60px;
	}
	
		.tabnav li a {
	font:14px "trebuchet MS", arial;
	color:#85e2fd;
	background:#505050;
	text-decoration:none;
	padding:5px;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	font:14px "trebuchet MS", arial;
	color:#fff;
	background:#666666;
	padding:5px;
}
.tabnav li.logo a
{
  border:none;
  background:transparent;
  padding:0px;
  margin:0px;
}		

	.tabdiv {
	margin-top: 0px;
	background: #fff;
	padding: 15px;
	}
	
	.ui-tabs-hide {
			display: none;
	}
label
{
	display:block;
	font-family:"trebuchet MS", arial;
	font-size:10px;
	color:#8a8a8a;
	text-transform:uppercase;
	letter-spacing:1px;
}
input.txtbox
{
	width:100%;
	height:30px;
	font-size:24px;
	line-height:30px;
	border:solid 1px #cdcdcd;
}
input.login,
input.register
{
	margin-top:10px;
	padding:5px;
}
#reg a
{
  color: #2c2b2b;
  background: #73bbd0;
}

