body {
  margin:0;
  padding:0;
  overflow: hidden;
  background-image: url(images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family:	Helvetica, Arial, sans-serif;
}

td {
  font-size: 9px;
  font-family:	Helvetica, Arial, sans-serif;
}

#dock {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:52px;
  background:transparent url(images/dock-bg.png) repeat-x 0 0;
  background-position: bottom;
  background-color: #FFFFFF;
  z-index: 0;	
  font-family:	Helvetica, Arial, sans-serif;
}  

#options {
	position:absolute;
	top:26;
	right:0;
	width:256px;
	height:55;
	background-color: #FFF;
	z-index: 100001;
	font-family:	Helvetica, Arial, sans-serif;
	display: block;
}  

.dock_icon {
  float:left;
  width:102px;
  height:21px;
  margin-top:3px;
  background: url(images/button-bg.png);
  text-align:center;
  font-family:	Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 22px;    
  margin-left:10px;
  cursor: hand;
  cursor: pointer;
  top: -1px;
}       

#form {       
  float:right;
  margin-top: -1px;
  margin-right:4px;
}

#query {
	width:					80px;
	height:					18px;
	font-size:				14px;
	font-family:			Helvetica, Arial, sans-serif;
}

#idioma, #modo {
	width:					50px;
	height:					18px;
	font-size:				14px;
	font-family:			Helvetica, Arial, sans-serif;
}

#submit {
	width:				54px;
	height:				18px;
	font-size:			12px;
	font-family:		Helvetica, Arial, sans-serif;
}

#dockContainer{
	position: absolute;
	bottom: -80px;
	width: 100%;
    display    : table;
    margin     : 0 auto;
    text-align : center;    /* fixes IE bug */
  }
  

