#content-area {
 height:300px;
 overflow:auto;
 margin-bottom:1.5em;
 padding:10px;
 border:solid 1px #d7d7d7;
 color:#505050;
 background-color:#ffffff;
 width:650px;
}

 .ui-widget {
  font-size: 0.9em !important;
 }
 .ui-widget-content {
	padding: .5em .8em !important;
  }
 .ui-dialog .ui-dialog-titlebar {
  display: none;
  position: absolute;
 }
 .ui-dialog, .ui-dialog-content {
   border:1px solid red;
   background-color: #FFF !important;
   color: red;
 }
 .ui-dialog-titlebar {
  background-image: none;
  background-color: blue;
 }
  #ui-dialog-title-dialog {
   color: yellow !important;
   text-shadow: none;
 }
.nav_up{
	padding: 7px;
	background-color: transparent;
	border: 1px solid #CCC;
	position: fixed;
	background-position: 50% 50%;
	width: 20px;
	height: 20px;
	bottom: 10px;
	opacity: 0.7;
	left: 30px;
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background-image: url(images/arrow_up.png);
	background-repeat: no-repeat;
}
.nav_down{
	padding: 7px;
	background-color: transparent;
	border: 1px solid #CCC;
	position: fixed;
	background-position: 50% 50%;
	width: 20px;
	height: 20px;
	bottom: 10px;
	opacity: 0.7;
	left: 70px;
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
}
img{border:0;}
.nav_up{
	padding: 7px;
	border: 1px solid #CCC;
