html {
	background-color: #66c0ff;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #66c0ff;
	font-family: arial;
	font-size: 13px;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.clear {
	clear: both;
}
#bg {
	width: 100%;
	background: url('images/bg.png') repeat-x;
}
#container {
	width: 640px;
	margin: 0px auto;
}
#left, #right {
	width: 16px;
	height: 35px;
	float: left;
}
#user {
	float: left;
	width: 576px;
	height: 28px;
	padding: 7px 5px 0px 5px;
	background: transparent url('images/input.png');
	font-size: 18px;
}
#button {
	width: 48px;
	height: 35px;
	float: right;
	background: transparent url('images/button.png');
	cursor: pointer;
}
#menu {
	margin: 7px 0px 0px 4px;
}
.social {
	cursor: url('images/grab.cur'), pointer;
	margin: 3px;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
img.social:hover {
	margin: -3px 0px 0px 0px;
	width: 54px;
	height: 54px;
	filter: alpha(opacity = 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#no-tips {
	margin-top: 2px;
	width: 630px;
	height: 24px;
	padding: 5px;
	background: url('images/no-tips.png');
	display: none;
}
#tips {
	margin-top: 2px;
}
#tips a {
	text-decoration: none;
}
#tips a:hover {
	color: #3aa0ff;
}
#tips a, #tips span {
	color: #0090ff;
}
#top-tips {
	height: 24px;
	padding: 5px;
	background: url('images/top-tips.png');
}
#middle-tips {
	padding-left: 10px;
	background: url('images/middle-tips.png');
}
#bottom-tips {
	height: 34px;
	background: url('images/bottom-tips.png');
}
.toggle {
	float: left;
	width: 85px;
	height: 23px;
}
#save, #saves {
	float: right;
	width: 91px;
	height: 21px;
	display: none;
}
.toggle, #save, #saves, #img {
	cursor: pointer;
}
#loader, #img {
	display: none;
	margin: 10px auto;
}
#footer {
	margin: 5px 0px 10px 0px;
	color: #000;
	text-align: center;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #eee;
}