body {
  /*background: #fff url('http://skywalkergraphics.com/trenza/images/noisy-texture-transparent.png') 0 0 repeat;*/
  /*color: #999;*/
}
div.app-form-menu {
  /* font-family: verdana; */
  /* font-size: 15px; */
  /*width: 320px;*/
  margin: 1% auto;
  /* box-shadow: 0 1px 3px rgba(0,0,0,.2); */
}

ul.tabs {
  text-align: center;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  /*line-height: 26px;*/
}

ul.tabs li {
  padding: 10px 15px;
  /*background: #444;*/
  display: inline-block;
  color: #222;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 1.1em;
  text-shadow: 0 1px 0 rgba(255,255,255,.15);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

ul.tabs li.selected {
  background: #337ab7;
  border-bottom-color: transparent;
  color: #ccc;
  text-shadow: 0 1px 0 rgba(0,0,0,.75);
  height: 30px;
  padding-top:4px;
}

ul.tabs li:hover {
  cursor: pointer;
  background: #666;
  height: 30px;
  padding-top:4px;
}

ul.tabs li.selected:hover {
  background: #337ab7;
  height: 30px;
  padding-top:4px;
}

div.page {
  text-align: right;
}

div.page li {
  text-align: right;
  list-style-type: none;
}
div.content {
  padding: 10px 20px;
}
div.content p {
  padding:0;
  marging:0;
  text-align: left;
  line-height: 1.4em;
  text-shadow: 0 1px 0 rgba(0,0,0,.75);
}
div.contentWrapper{
  /*background: #333;*/
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}