body {
  margin:0;
  padding:0;
  overflow: hidden;
  background: #FFF8DD url(../images/body-bg.png) no-repeat fixed;
}         

p {
  margin: 4px;
}
#dock {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:26px;
  background:transparent url(../images/dock-bg.gif) repeat-x 0 0;
  z-index: 100000;	
}       

.dock_icon {
  float:left;
  width:102px;
  height:21px;
  margin-top:3px;
  background: url(../images/button-bg.gif);
  text-align:center;
  font-size: 14px;
  color: #000;
  line-height: 22px;    
  margin-right:10px;
  margin-left:10px;
}       

#theme {       
  float:right; 
  margin-top:3px;
  margin-right:15px;
}

#title {       
  float:left; 
  margin-top:3px;
  margin-right:15px;
}

.myConfirmMsg{
	text-align:center;
	font-size:200%;
	font-weight:bold;
}

.preference {
	text-align: left;
	margin-top: 15px;
}

.preference .item {
	clear: both;
}

.preference .item .name {
	width: 180px;
	padding: 10px;
	font-weight: bold;
	float: left;
}
.preference .item .value {
	padding: 10px;
	float: left;
}

#desktop {
}
