/*----- Login Box -----*/
.loginbox{
	
}
.loginbutton {
	background: url(../images/icons/login.png) no-repeat;
	width: 49px;
	height: 56px;
	margin: 19px 0px 0px 0px;
	border: solid #e8919f 1px;
	cursor: pointer;
	color: white;
	border: none;
}
.welcome {
	font-size: 16px;
	font-weight: bold; 
}

/*----- User Menu -----*/

#userbox{
	/*background: url(../images/userbox.png) no-repeat 5px;*/
	width: 171px;
	padding: 5px;
}
#userbox a{
	text-decoration: none;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	/* color: white; */
}

#userbox .button{
	/*background: url(../images/userbox_button.png) bottom no-repeat;*/
	background: #473434 bottom no-repeat;
}


/*----- Online Box -----*/
#online_box{
	position: relative;
	float: right;
	right: 8px;
	background: url(../images/onlinebox.png) no-repeat;
	width: 128px;
	height: 272px;
	padding: 35px 15px 10px 25px; 
}
.online_user{
	font-size: 20px;
	text-decoration: none;
	color: black;
}

/*----- Registration Form -----*/
.registerbox{
	width: 400px;
}

/*----- Business Card -----*/
.business_card{
	background: #ffeeee;
	font-size: 12px;
	text-decoration: none;	
}
.bc_button{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

/*----- Search Result -----*/
#searchusers{
	font-size: 12px;
}
#searchusers .name{
	font-weight: bold;
}
#searchusers .username{
	font-style: italic;
}

.resultlist {
	background: white;
	border: solid 3px #df6377;
}
.resultlist td {
	border: solid 1px #df6377;
}
