#search a:link,a:visited {
	text-decoration: none;
}

#search a:hover {
	text-decoration: underline;
}

#search a img {
	border-width: 0;
}

#search p {
	padding-bottom: 0px;
}

#topnav {
	padding: 0 0 12px;
	text-align: right;
}

#topnav a.signin {
	background: #34add3;
	padding: 5px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	*background: transparent url("images/signin-nav-bg-ie.png") no-repeat 0
		0;
	*padding: 2px 12px 6px;
}

#topnav a.signin,#topnav a.signin:hover {
	*background-position: 0 3px !important;
}

#topnav input.sf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #680527;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	border: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*background: transparent url("images/signin-nav-bg-ie.png") no-repeat 0
		0;
	*padding: 2px 5px 6px;
}

#topnav input.sf:hover {
	background: #9f073d;
	*padding: 2px 5px 6px;
	text-decoration: none;
}

a.signin {
	position: relative;
	margin-left: 3px;
}

a.signin span {
	background-image: url("images/toggle_down_light.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 16px 6px 0;
}

#topnav a.menu-open {
	background: #afcd39 !important;
	color: #575652 !important;
	outline: none;
}

#small_signup {
	display: inline;
	float: none;
	line-height: 23px;
	margin: 25px 0 0;
	width: 170px;
}

a.signin.menu-open span {
	background-image: url("images/toggle_up_dark.png");
	color: # #575652;
}

#signin_menu {
	display: none;
	background-color: #6a7b89;
	position: absolute;
	width: 182px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 12px;
	top: 24.5px;
	right: 0px;
	margin-right: 0px;
	*margin-right: -1px;
	color: #fff;
	font-size: 12px;
}

#signin_menu input[type=text],#signin_menu input[type=password] {
	display: block;
	border: 1px solid #6e6e6e;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px;
	width: 170px;
}

#signin_menu p {
	margin: 0;
}

#signin_menu a {
	color: #6AC;
}

#signin_menu label {
	font-weight: normal;
}

#signin_menu p.remember {
	padding: 10px 0;
}

#signin_menu p.forgot,#signin_menu p.complete {
	clear: both;
	margin: 5px 0;
}

#signin_menu p a {
	color: #fff !important;
}

#signin_submit {
	background: #34add3;
	border: 1px solid #1e7590;
	color: #FFF;
	padding: 4px 10px 5px;
	font-size: 12px;
	margin: 0 7px 0 0;
	font-weight: bold;
}

#signin_submit::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#signin_submit:hover,#signin_submit:focus {
	background-position: 0 -5px;
	cursor: pointer;
}

.tipsy-inner {
	padding: 10px 15px;
	line-height: 1.5em;
	font-weight: bold;
}

.tipsy {
	opacity: .8;
	filter: alpha(opacity = 80);
	background-repeat: no-repeat;
	padding: 5px;
}

.tipsy-inner {
	padding: 8px 8px;
	max-width: 200px;
	font: 11px 'Lucida Grande', sans-serif;
	font-weight: bold;
	border-radius: 4px;
	background-color: #000;
	color: white;
	text-align: left;
}

p.err-pass {
	background: #FFF;
	border: 2px solid #F00;
	color: #FF0000;
	font-weight: bold;
	padding: 0 5px;
	float: right;
}

.for {
	float: left !important;
}

.green {
	border: 2px solid #5D9800 !important;
	color: #5D9800 !important;
}

.claim {
	width: 528px;
	line-height: 18px;
	margin-top: 5px;
	border: 1px solid #5D9800 !important;
	color: #5D9800 !important;
	padding: 5px !important;
	font-weight: normal !important;
	font-size: 12px;
}

.tipsy-north {
	background-image: url(images/tipsy-north.gif);
	background-position: top center;
}

.tipsy-south {
	background-image: url(images/tipsy-south.gif);
	background-position: bottom center;
}

.tipsy-east {
	background-image: url(images/tipsy-east.gif);
	background-position: right center;
}

.tipsy-west {
	background-image: url(images/tipsy-west.gif);
	background-position: left center;
}