@charset "utf-8";
.search_container_input
{
	width: 141px;
	height: 20px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}
.search,
.password
{
	background: none;
	border: 0px;
	margin: 0px;
	padding: 3px 0px 0px 18px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}
.password
{
	padding: 3px 0px 0px 21px;
}
.green_btn
{
	width: 89px;
	height: 20px;
	overflow: hidden;
	float: left;
}
.grey_btn
{
	width: 86px;
	height: 20px;
	overflow: hidden;
	float: left;
}
.green_btn a,
.grey_btn a
{
	display: block;
	width: 90px;
	height: 20px;
	line-height: 18px;
	border: 0px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/green_btn.gif) top left no-repeat;
}
.grey_btn a
{
	background: url(../images/grey_btn.gif) top left no-repeat;
}
.green_btn a:hover,
.grey_btn a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/green_btn.gif) 0px -20px no-repeat;
}
.grey_btn a:hover
{
	background: url(../images/grey_btn.gif) 0px -20px no-repeat;
}

.signed_in
{
	background: url(../images/signed_in_bg.gif) no-repeat;
}
.sign_in form
{
	margin: 0px;
	padding: 0px;
}
.signin_form_email,
.signin_form_password,
.signin_form_welcome
{
	width: 125px;
	height: 20px;
	overflow: hidden;
	float: left;
	text-align: left;
}
.signin_form_welcome
{
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
	color: #999999;
}

