.loginTextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color:#FFFFFF;
	text-align: left;
	vertical-align: bottom;
	padding-right: 5px;
	height: 20px;
	width: 150px;
	clear: none;
	float: none;
	border: 1px solid #CCCCCC;
}
.searchTextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color:f5f5f5;
	text-align: left;
	vertical-align: bottom;
	padding: 3px;
	height: 20px;
	width: 100px;
	clear: none;
	float: none;
	border: 1px solid #ffffff;
}
.inviteFriendTextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: E8E5E5;
	text-align: left;
	vertical-align: bottom;
	padding: 3px;
	height: 20px;
	width: 136px;
	clear: none;
	float: none;
	border: 1px solid #CCCCCC;
}
.Button{
	background-attachment: fixed;
	background-image: url(../images/button-bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	height: 21px;
	width: 58px;
	border: 0px none;
	font-size: 11px;
}
.takeTourButton{
	background-attachment: fixed;
	background-image: url(../images/button-bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	height: 21px;
	width: 105px;
	border: 0px none;
	font-size: 11px;
	font-weight: bold;
}


