img.cornerTopLeft {
  width: 15px;
  height: 20px;
  border: none;
  float: left;
  display: inline !important;
}
img.cornerTop {
  height: 20px;
  border: none;
  float: left;
  display: inline !important;
}
img.cornerTopRight {
  width: 15px;
  height: 20px;
  border: none;
  display: block !important;
}
img.cornerBottomLeft {
  width: 15px;
  height: 10px;
  border: none;
  float: left;
  display: inline !important;
}
img.cornerBottom {
  height: 10px;
  border: none;
  float: left;
  display: inline !important;
}
img.cornerBottomRight {
  width: 15px;
  height: 10px;
  border: none;
  display: block !important;
}
img.contentBg {
  border: none;
  display: inline !important;
}
.rcontent {
	color: #fff;
  background-color: #fff;
  border-left: 1px solid #cdcdcd;
  border-right: 4px solid #cdcdcd;
  background: #fff url(http://images.ciao.com/iuk/images/icons/pl_menu_bg_M.gif) repeat-x bottom;
	padding: 10px;

}
.rcontent p {
  font: 11px arial;
  color: black;
	padding: 0;
  margin: 0 0 5px 0;

}
.rcontent p.headline {
  font: 11px arial;
  color: black;
	padding: 0;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.rcontent a.arrow {
  font: 11px arial;
  color: #ff7c00;
  margin: 0;
  padding:0px 0px 0px 12px;
  background: url(http://images.ciao.com/ide/images/box/arrow.gif) no-repeat 0px 5px;
  text-decoration: underline;
  display:;
  text-align: left;
}
.rcontent p.footnote {
  margin: 5px 0px 0px 0px;
  font: 9px arial;
  color: #7b7b7b;
  text-align: center;
}
.rcontent p.iconrow {
  margin: 0;
  display: inline !important;
}
.rcontent div.logo {
  margin: 0px 0 0 0;
  text-align: center;
}
.rcontent img.logo {
}
.rcontent input.search {
  font: 11px arial;
  border: 1px solid #fff;
  float: left;
  width: 69px;
  height: 27px;
  margin: 0px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  background-image: url(http://images.ciao.com/ide/images/box/form_67x25.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
}
* html .rcontent input.search {
  background-attachment: fixed;
}
.rcontent img.go {
  margin-top: 5px;
  width: 20px;
  height: 20px;
  display: block;
  float: clear;
}
.rcontent table {
  width: 100%;
  margin-bottom: 5px;

}
.rcontent td {
  vertical-align: top;
  text-align: center;
  overflow: hidden;
}
