* {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1em;
}
ul {
  list-style: inside;
}
img {
  border: 0;
}
body {
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 75%;
  padding-bottom: 2em;
}
a {
  color: #4ba25a;
}
a:hover {
  color: #19743b;
}
h1, h2, h3 {
  font-size: 1.2em;
  margin-bottom: .5em;
}
.rb_container {
  position: relative;
}
.rb_container .rb_header {
  background: url(/site/images/top_green.gif) repeat-x left top;
  height: 200px;
}
.rb_container .rb_logo {
  text-align: right;
  width: 376px;
  height: 101px;
  position: absolute;
  top: -60px;
  right: 0;
}
.rb_container .rb_logo .leaves {
  background: url(/site/images/leaves.png) no-repeat right top;
  height: 201px;
  width: 200px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.rb_container .rb_logo .logo {
  position: absolute;
  top: 100px;
  right: 50px;
  z-index: 2;
  width: 379:
  height: 101px;
}
.rb_container .rb_logo .logo .ratingBug {
  float: right;
}
.rb_container .rb_content .pitch,
.rb_container .rb_content .features,
.rb_container .rb_content #controlWidget,
.rb_container .rb_content #previewWidget
{
  float: left;
  width: 50%;
  height: 1%;
}
.rb_container .rb_content #controlWidget {
  width: 40%;
}
.rb_container .rb_content #previewWidget {
  width: 60%;
}
.rb_container .rb_content #createWidgetPreview {
  border: 1px solid #c4df9b;
  background: #f8ffef;
  padding: 1em;
  height: 10em;
}
.rb_container .rb_content .createWidget {
}
.rb_container .rb_content .copyWidget {
  margin-top: 2em;
  width: 96%;
}
.rb_containter .rb_content {
  clear: both;
}
.rb_container .rb_footer {
  clear: both;
}
.rb_container .rb_footer .col {
  float: left;
  padding-right: 4em;
}
.rb_container .rb_copyright {
  text-align: right;
  font-size: .8em;
  color: #4ba25a;
  padding-right: 16px;
}
/* [clear me] */
.rb_container .rb_content .rb_main:after,
.rb_container .rb_content .pitch:after,
.rb_container .rb_content .features:after,
.rb_container .rb_footer:after,
.rb_container .rb_footer .col:after,
.rb_container .rb_content .createWidget:after,
.rb_container .rb_content .copyWidget:after,
.rb_container .rb_logo .logo .ratingBug:after
{
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}
.rb_container .rb_content .rb_main,
.rb_container .rb_content .pitch,
.rb_container .rb_content .features,
.rb_container .rb_footer,
.rb_container .rb_footer .col,
.rb_container .rb_content .creatWidget,
.rb_container .rb_content .copyWidget,
.rb_container .rb_logo .logo .ratingBug
{
  height: 1%;
}
/* [/clear me] */
/* [box] */
.rb_container {
  width: 800px;
  margin: 0 auto;
  min-width: 800px;
  padding-bottom: 16px;
}
.rb_container .rb_content {
  background: url(/site/images/grd_whiteBox_left.gif) repeat-y top left;
  padding-left: 16px;
}
.rb_container .rb_contentInner {
  background: url(/site/images/grd_whiteBox_right.gif) repeat-y top right;
  padding-right: 16px;
}
.rb_container .rb_bottom {
  background: url(/site/images/grd_whiteBox_bottomBody.gif) repeat-x top left;
  height: 16px;
}
.rb_container .rb_bottomInner {
  background: url(/site/images/grd_whiteBox_bottomLeft.gif) no-repeat top left;
  height: 100%;
}
.rb_container .rb_bottomCorner {
  background: url(/site/images/grd_whiteBox_bottomRight.gif) no-repeat top right;
  height: 100%;
}
/* [/box] */
.rb_content .rb_main {
  padding: 1em;
}
.rb_content .rb_main.landing {
  padding: 3em 1em;
}
.rb_content .dark {
  background: #deedc8;
}
.rb_content .founders {
  background: #cedfb5;
  margin: 1em -1em;
  padding: .5em 1em;
}
.rb_content .rb_main h1 a {
  color: #3c83b6;
}
.rb_content .rb_main h1 a:hover {
  color: #12405f;
}
.rb_content .rb_main h2 {
  font-size: 1.1em;
  margin-bottom: .1em;
}
.rb_content .rb_footer {
   padding: 1em;
}
.rb_content .rb_footer h1 {
  font-size: 1.2em;
}
.rb_content .rb_footer ul {
  list-style: none;
}
.rb_content .rb_footer ul li {
  white-space: nowrap;
}
/* Mark styles which Ben needs to fix */
#createWidget {
  background: #deedc8;
  height: 1%;
}
#createWidget:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}
#createWidget .halfText.createWidget {
  width: 30%;
}
#createWidget .halfText.copyWidget {
  width: 50%;
}
#createWidget h2 {
  margin-top: 1em;
}
#starIconBox {
 width: 250px;
 overflow-y: scroll;
 overflow-x: hidden;
 border: 1px solid #c4df9b;
 background: white;
}
.iconSet {
 line-height: 36px;
 height: 36px; 
 border-bottom: 1px solid #EEE;
}
.iconSet .icon {
 float: left;
 margin-left: 2px;
 width: 36px;
 height: 36px;
 vertical-align: middle;
 text-align: center;
}
.iconSet .icon IMG {
 vertical-align: middle;
 text-align: center;
}
.iconSet .caption {
 float: left; 
 margin-left: 2em;
}
 
#starIconBox .iconSet:hover {
  background-color: #DDD;
  cursor:pointer; cursor:hand;
}
#starIconBox DIV.active {
  background-color: #EEE;
}
#createWidget TEXTAREA {
 width: 100%;
 height: 250px;
 border: 1px solid #DDD;
 border: 1px solid #c4df9b;
 padding: 1em;
 font-size: 1.1em;
}
#createWidgetPreview {
  height: 3em;
}
#createWidgetPreview:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}
#createWidgetPreview .More,
#createWidgetPreview .commentLink
{
   float: left;
   margin-right: 1em;
}
input.input_radio {
  margin: 0 .5em;
  vertical-align: middle;
}

