#xg {
  width:auto;
}

#xg_foot {
  float:none;
  width:auto;
  min-height:20px;
  _height:20px;
}

#xg_foot a {
  color:#3FBBCD;
}

#xg_head, #xg_body {
  width:945px;
  margin:0 auto;
}

#xg.xg_widget_main_authorization #xg_head, 
#xg.xg_widget_main_authorization #xg_body {
  width:auto;
}

#xg_head {
  padding-top:25px;
}

#xg_masthead {
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  background:#fff url(http://static.ning.com/socialnetworkmain/widgets/index/gfx/themes/Watercolor%20Sky/header_bg.jpg?xn_version=201609132316) no-repeat right center;

}

#xg_masthead p#xg_sitename {
  font-size:4.5em;
  line-height:1em;
  padding-top:.6em;
}

#xg_masthead p#xg_sitedesc {
  font-size:2.5em;
  color:#000;
  padding-bottom:0;
}

ul.page_tabs li.this {
  background-color:#ffffff;
}

#xg_navigation {
  margin-top:0;
  background-color:#362f2d;
  padding:4px;
  font-size:1.1em;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-left-radius:6px;
  -webkit-border-bottom-right-radius:6px;
}

#xg_navigation ul li a {
  color:#F26522;
}

#xg_navigation ul li.this a {
  background-color:transparent;
  color:#fff;
}

#xg_body {
  -moz-border-radius:4px;
  -webkit-border-radius:5px;
  margin-bottom:10px;
}

.xg_module_head, .xg_module_body:first-child {
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
}

.xg_module_foot, .xg_module_body:last-child {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
}

.xg_module_body {
    margin:0;
}

.xg_module_head h2 {
  font-size:1.2em;
}

.xg_module_foot {
  border-top:1px solid #333;
  background:#fff;
}

.xg_floating_container .xg_module_head {
  -moz-border-radius:0;
  -webkit-border-radius:0;
}