/* profile box
*************************************************************************/

#profile {
	margin: 0 10px 10px 0;
	width: 140px;
	float: left;
	}
#profile .boxbody {
	padding: 8px 0;
	text-align: center;
	}
#profile ul {
	margin-left: 0;
	list-style: none;
	}
#profile a {
	text-decoration: none;
	}
#profile a:hover {
	text-decoration: underline;
	}
#profile #addphoto a {
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 100px;
	text-indent: -9000px;
	text-decoration: none;
	background:  url("../images/myhome-addphoto.gif") no-repeat;
	}

/* inbox box
*************************************************************************/

#inbox {
	margin: 0 10px 10px 0;
	width: 140px;
	float: left;
	}
#inbox li#blocked {
	margin-bottom: .1em;
	}
#inbox li#removed {
	padding-top: 0;
	border-top: 0;
	}
#inbox a {
	text-decoration: none;
	}
#inbox a:hover {
	text-decoration: underline;
	}

/* search box
*************************************************************************/

#search {
	margin: 0 0 10px;
	width: 440px;
	float: left;
	}
#search select, .field {
	color: #333;
	background: #eee;
	font: 100% Arial;
	}
	
/* regular search
****************************************/
#regsearch {
	margin-right: 5px;
	float: left;
	width: 152px;
	}
#regsearch label {
	margin: .3em 0;
	display: block;
	font-weight: bold;
	}
#regsearch label.first {
	margin-top: 0;
	}
#regsearch select {
	width: 10em;
	}
p#advicecenter {
	margin: .7em 0 .5em;
	}
p#advicecenter a {
	display: block;
	width: 152px;
	height: 66px;
	text-indent: -9000px;
	text-decoration: none;
	background:  url("../images/myhome-advicecenter.gif") no-repeat;
	}

/* quick search
****************************************/
#quicksearch {
	float: left;
	width: 265px;
	}
#qs1, #qs2 {
	margin: 0 .5em .5em 0;
	float: left;
	}
#qs1 label, #qs2 label , #qs3 label{
	margin-bottom: .4em;
	display: block;
	}
#qs4, #qs5, #qs6, #qs7, #qsb {
	display: inline;
	}
