div.body {
  min-height: 320px;
  padding: 16px;
  border-top: 1px solid #ccc;
}

/* min height for body div in IE */
* html div.body {
  height: 320px;
}

div.pagebar
{
	background-color: #fff;
	background: url(/images/back-header-user.jpg) bottom left;
	background-repeat: repeat-x;
	clear: both;
}

div.phone
{
  position: absolute;
  width: 290px;
  height: 52px;
  background: url(/images/back-header-user.jpg) no-repeat bottom left;
}

input.register, select.register, textarea.register
{
	width: 150px;
}

div.watermark
{
  height: 52px;
  background: url(/images/back-header-user-watermark.jpg) no-repeat bottom right;
}

ul.navmenu li#user ul {
	display: inline;
}

