body {
  font:12px arial;
  background:#fbda23 url(images/bg3.gif) repeat-x;
  margin:0px;
  }
.bottom {
  border-bottom:1px solid #f90;
  }
li {
  list-style-type:none;
  border-left:3px solid #f90;
  padding-left:5px;
  margin-bottom:3px;
  }
/*  li:before {
    content:"|  ";
	color:#f90;
	}*/
ul {
  margin-top:10px;
  margin-bottom:20px;
  }
h2 {
  margin-bottom:0px;
  }
input {
  border:1px solid #ccc;
  background:#fff;
  }
a, a:visited {
  color:#f90;
  text-decoration:underline;
  }
a:hover {
  color:#fbda23;
  }
.success {
  color:green;
  background:#fff;
  border:1px solid #ccc;
  padding:3px;
  }
.failed {
  color:red;
  background:#fff;
  border:1px solid #ccc;
  padding:3px;
  }

#holder {
  margin-top:20px;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  width:700px;
  min-height:500px;
  border:1 px solid #ccc;
  background:#777;
  }
#content {
  border:1px solid #000;
  min-height:500px;
  }
#pobrdesign {
  position:absolute;
  border:1px solid #000;
  border-left:0px;
  background:#fff url(images/pdtagbg.gif) right top no-repeat;
  color:#f90;
  font-size:18px;
  padding:3px 10px 3px 10px;
  margin-top:5px;
  margin-left:0px;
  width:150px;
  }
  #pobrdesign div.tag {
    font-size:10px;
	color:#000;
	}
#header {
  background:#777 url(images/bg3-1.gif) repeat-x;
  height:122px;
  border-bottom:1px solid #ff9900;
  margin-bottom:1px;
  text-align:center;
  }
#nav {
  margin-left:73px;
  height:20px;
  border:0px solid #f90;
  letter-spacing:3px;
  font-weight:none;
  }
  #nav a, #nav a:visited {
    border:1px solid #000;
	border-top:0px;
	padding:1px 5px 1px 5px;
	color:#000;
	background:#b8d2a3;
	text-decoration:none;
	}
  #nav a:hover {
    color:#777;
	background:#e6f1e8;
	}
#main {
  background:#777;
  color:#fff;
  margin:23px;
  }
  #main table.examples {
    width:100%;
    border-top:#f90 1px solid;
	color:#f90;
	font-weight:bold;
	}
  #main table.examples a img{
    border:0;
	}
#footer {
  text-align:center;
  font-size:10px;
  letter-spacing:2px;
  margin-top:15px;
  }
