body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  font-family: "Verdana", helvetica, arial, sans-serif;
  font-size: 12px; }

#desk {
  background: url(/images/desk_bg.gif) 0 0 repeat-x; }

#desk.home-page {
  background: url(/images/desk_bg_home.png) 0 0 repeat-x; }

#shadow {
  position: relative;
  margin: 0 auto;
  background: url(/images/footer_bg.gif) bottom center repeat-x; }

#page {
  position: relative;
  margin: 0 auto;
  width: 960px;
  padding: 0; }

#header {
  position: relative;
  height: 100px; }

#footer {
  position: relative;
  height: 60px;
  clear: both; }
  #footer .inner {
    padding: 20px 0px; }

#body {
  position: relative;
  min-height: 480px;
  vertical-align: text-top; }

#left-side-bar, #right-side-bar, #content {
  display: block;
  float: left; }

#logo {
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  width: 260px;
  height: 45px;
  background: url(/images/logo.png) no-repeat; }

#global-nav {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0;
  width: 800px;
  height: 50px;
  text-align: right; }
  #global-nav li {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: 50px;
    padding: 0 12px; }
    #global-nav li a {
      position: relative;
      top: -3px;
      line-height: 50px;
      color: #e11a2f;
      text-decoration: none;
      display: inline-block; }
      #global-nav li a:hover {
        color: #e11a2f; }
      #global-nav li a:visited {
        color: #e11a2f; }

#global-nav.not-signed-in .sign-in-required {
  display: none; }

.owner              #global-nav  .item.marketing-section,
.developer          #global-nav  .item.developer-section,
.help-section       #global-nav  .item.help-section,
.app-store-section  #global-nav  .item.app-store-section,
.dashboard-section  #global-nav  .item.dashboard-section,
.company-section    #global-nav  .item.company-section {
  border: 0px solid #e11a2f;
  border-radius: 6px 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px 6px;
  background: #e11a2f; }
  .owner              #global-nav  .item.marketing-section a,
  .developer          #global-nav  .item.developer-section a,
  .help-section       #global-nav  .item.help-section a,
  .app-store-section  #global-nav  .item.app-store-section a,
  .dashboard-section  #global-nav  .item.dashboard-section a,
  .company-section    #global-nav  .item.company-section a {
    color: #fff; }

#member-ship {
  position: absolute;
  display: block;
  top: 8px;
  right: 100px;
  width: 600px;
  height: 25px;
  text-align: right; }
  #member-ship .item {
    display: inline-block;
    line-height: 15px;
    padding: 0 10px;
    border-right: 1px solid #999; }
  #member-ship .item.last {
    padding-right: 0;
    border-right: 0; }
  #member-ship a {
    line-height: 1.3;
    color: #333;
    text-decoration: none; }
    #member-ship a:hover {
      color: #666;
      text-decoration: underline; }
    #member-ship a:visited {
      color: #333; }

#shares {
  position: absolute;
  display: block;
  top: 10px;
  right: 0px;
  height: 25px;
  text-align: right; }
  #shares .item {
    display: inline-block; }
    #shares .item img {
      width: 24px;
      height: 24px; }

.clear {
  clear: both; }

h1 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 80px;
  min-width: 200px;
  color: #fff;
  margin-bottom: 35px; }

#footer {
  color: #b8b2a0; }

#copyright {
  float: right;
  font-size: 13px; }

#global-info {
  float: left;
  text-align: left; }
  #global-info li {
    display: inline;
    padding: 10px; }
  #global-info a {
    color: #b8b2a0;
    text-decoration: none; }
    #global-info a:hover {
      color: #c00;
      text-decoration: underline; }

#right-side-bar {
  min-height: 400px;
  padding-bottom: 30px; }

.info #content, .company-section #content {
  width: 640px; }

.owner #left-side-bar, .developer #left-side-bar, .company-section #left-side-bar {
  width: 0px; }
.owner #right-side-bar, .developer #right-side-bar, .company-section #right-side-bar {
  width: 400px; }
  .owner #right-side-bar .inner, .developer #right-side-bar .inner, .company-section #right-side-bar .inner {
    padding: 20px 0px 0 30px; }
.owner #content, .developer #content, .company-section #content {
  width: 560px; }
  .owner #content .inner, .developer #content .inner, .company-section #content .inner {
    padding-right: 20px; }

.help-section #left-side-bar, .admin #left-side-bar {
  width: 0px; }
.help-section #right-side-bar, .admin #right-side-bar {
  width: 240px; }
  .help-section #right-side-bar .inner, .admin #right-side-bar .inner {
    padding: 20px 0px 0 30px; }
.help-section #content, .admin #content {
  width: 720px; }
  .help-section #content .inner, .admin #content .inner {
    padding-right: 40px; }

#content {
  padding-top: 30px;
  padding-bottom: 40px; }
  #content h2 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px;
    border-left: 24px solid #e11a2f;
    border-bottom: 0px solid #e11a2f;
    padding-left: 10px;
    margin-left: -34px;
    color: #383d45; }
  #content h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.4;
    color: #000; }
  #content h4 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 1.2em 0 0 0;
    color: #383d45; }
  #content p, #content dl {
    line-height: 1.4;
    font-size: 12px;
    color: #555;
    margin: 1.2em 0; }
  #content dt {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333; }
  #content dd {
    margin: .2em 0 1em 0; }
  #content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 1.2em 0;
    font-size: 12px;
    color: #555; }
  #content ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin: 1.2em 0;
    font-size: 12px;
    color: #555; }
  #content li {
    line-height: 1.4;
    margin: .35em 0; }
  #content dd {
    margin-top: .3em;
    margin-bottom: 1.1em; }
  #content table th {
    font-weight: bold;
    color: #333; }
  #content pre {
    line-height: 1.2;
    border-top: 1px solid #B8B2A0;
    border-bottom: 1px solid #B8B2A0;
    background-color: #f5f6ec;
    color: #675c3f;
    margin: 15px 0;
    padding: 10px 30px;
    font-size: 14px;
    font-family: monospace; }
  #content code {
    font-family: monospace;
    font-size: 14px;
    color: #675c3f;
    background-color: #f5f6ec; }
  #content strong {
    font-weight: bold; }
  #content small {
    font-size: 75%; }
  #content a {
    color: #c00; }
    #content a:hover {
      background-color: #fee; }
  #content .ln {
    color: rgb(0,0,0);
    font-weight: normal;
    font-style: normal; }
  #content .s0 {
    color: #6a5934; }
  #content .s1 {
    color: #6a5934; }
  #content .s2 {
    color: #6a5934; }

#help-index-widget, #admin-index-widget {
  position: fixed;
  border: 1px solid #bfb09a;
  border-radius: 6px 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 0 12px #e3e0dc;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #e3e0dc 0 0 12px;
  background: #fdfcf8;
  padding: 10px 20px 20px 15px;
  margin-top: 50px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 9px;
  color: #6a5934;
  width: 200px; }
  #help-index-widget h3, #admin-index-widget h3 {
    line-height: 3;
    color: #6a5934; }
  #help-index-widget .title, #admin-index-widget .title {
    font-size: 11px;
    font-weight: bold; }
  #help-index-widget ul, #admin-index-widget ul {
    margin: 5px 0;
    padding-left: 25px;
    list-style-type: square;
    font-size: 10px;
    color: #6a5934; }
  #help-index-widget a, #admin-index-widget a {
    font-size: 11px;
    display: block;
    color: #6a5934;
    text-decoration: none;
    padding-bottom: 2px;
    padding-left: 3px; }
    #help-index-widget a:hover, #admin-index-widget a:hover {
      background-color: #f5f6ec; }
    #help-index-widget a.current, #admin-index-widget a.current {
      font-weight: bold;
      background-color: #e5e6dc; }

#section-nav {
  float: right;
  width: 320px;
  min-height: 65px;
  background: url(/images/local_nav_bg.gif) bottom left no-repeat;
  margin-top: 20px;
  padding-bottom: 12px; }
  #section-nav .title {
    height: 12px;
    background: url(/images/local_nav_bg.gif) top left no-repeat; }
  #section-nav ul {
    background-color: #df1e1f;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c50606;
    border-bottom: 1px solid #f93638; }
  #section-nav li {
    padding: 0;
    margin: 0; }
  #section-nav a {
    color: #fff;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    line-height: 30px;
    border-top: 1px solid #f93638;
    border-bottom: 1px solid #c50606; }
    #section-nav a:hover {
      background-color: #ba2e2f; }
    #section-nav a.current {
      border-top: 1px solid #c52b2c;
      background-color: #9d1415; }

#featured-apps {
  position: relative;
  z-index: 10; }
  #featured-apps .title {
    color: #9ba4b1;
    font-size: 13px;
    line-height: 2; }
  #featured-apps .app_description {
    line-height: 1.3;
    color: #666;
    margin-top: 5px; }
  #featured-apps a {
    display: inline-block;
    color: #666;
    text-decoration: none; }
    #featured-apps a:hover {
      text-decoration: underline; }
  #featured-apps ul {
    margin: 0;
    pagging: 0; }
  #featured-apps li {
    display: inline-block;
    float: left;
    width: 180px;
    height: 180px;
    margin: 0 18px 20px 0; }
    #featured-apps li .item {
      width: 180px;
      height: 140px;
      background: #fff; }

.floating {
  border: 1px solid #ddd;
  border-radius: 6px 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 0 8px #e7e7e7;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #e7e7e7 0 0 8px; }

.app_icon {
  position: relative;
  top: 10px;
  left: 10px; }

.app_desciption {
  padding: 5px 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.3; }

#right-side-bar #featured-apps {
  float: right;
  position: relative;
  left: 18px;
  top: 20px;
  margin: 10px 0; }
  #right-side-bar #featured-apps li {
    height: 160px; }

.home-page #left-side-bar #featured-apps {
  width: 600px; }

#app-templates {
  width: 360px;
  min-height: 10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 60px;
  background: url(/images/app_template.png) left bottom no-repeat; }
  #app-templates .title {
    color: #9ba4b1;
    font-size: 13px;
    line-height: 2; }
  #app-templates .description {
    line-height: 1.4;
    color: #666;
    margin-bottom: 15px; }

#show-me-apps, #dev-how-it-works, #dev-get-started, #dev-show-me-apps {
  display: block;
  margin-top: 20px;
  width: 305px;
  height: 59px; }
  #show-me-apps a, #dev-how-it-works a, #dev-get-started a, #dev-show-me-apps a {
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 59px;
    padding-left: 60px;
    text-decoration: none;
    background: url(/images/blk_button_red_star.png) no-repeat; }

#dev-show-me-apps {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 205px;
  height: 49px; }
  #dev-show-me-apps a {
    line-height: 47px;
    padding-left: 50px;
    background: url(/images/red_button_blk_star.png) no-repeat; }

.home-page #left-side-bar {
  width: 480px; }
.home-page #right-side-bar {
  width: 480px; }
  .home-page #right-side-bar .inner {
    padding-top: 12px; }
.home-page #why-open-apps {
  position: relative;
  height: 300px;
  width: 480px;
  background: url(/images/web-owner-bg.png) left top no-repeat;
  margin-left: -76px;
  padding-left: 76px; }
  .home-page #why-open-apps h1 {
    margin-bottom: 0;
    background: none; }
  .home-page #why-open-apps p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6; }
  .home-page #why-open-apps a {
    color: #fff; }
  .home-page #why-open-apps div {
    position: absolute;
    left: 76px;
    bottom: 20px; }
.home-page #how-it-works {
  float: right;
  height: 260px;
  padding-top: 12px;
  clear: both; }
.home-page #app-templates {
  margin-top: 10px;
  float: right; }
.home-page #app-develop {
  position: relative;
  float: right;
  width: 360px;
  height: 320px;
  margin-top: 83px;
  background: url(/images/app_develop.png) left top no-repeat; }
  .home-page #app-develop ._inner {
    padding: 20px 10px 10px 25px; }
  .home-page #app-develop h1 {
    line-height: 1;
    margin-bottom: 20px;
    background: none; }
  .home-page #app-develop div.icon {
    float: right;
    width: 115px;
    height: 115px; }
  .home-page #app-develop a {
    color: #fff; }
  .home-page #app-develop p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6; }
.home-page .floating {
  border: 1px solid #ddd;
  border-radius: 6px 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 0 8px #e7e7e7;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #e7e7e7 0 0 8px; }
.home-page .app_icon {
  position: relative;
  top: 10px;
  left: 10px; }
.home-page .app_desciption {
  padding: 5px 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.3; }
.home-page h2 {
  font-family: "Trebuchet MS", sans-serif;
  line-height: 70px;
  font-size: 32px;
  color: #e11a2f; }

form {
  background-color: #f7f7f7;
  padding: 20px 30px;
  margin-top: 10px; }
  form .text input, form textarea {
    border: 1px solid #bfb09a;
    background-color: #fff;
    font-size: 12px;
    padding: 4px; }
    form .text input:focus, form textarea:focus {
      border: 1px solid #ff6600;
      -moz-box-shadow: 0 0 4px #EAA300;
      -webkit-box-shadow: #EAA300 0 0 4px; }
  form .text input + button {
    margin-left: 10px; }
  form .field {
    margin: 8px; }
    form .field label {
      display: inline-block;
      text-align: right;
      margin-right: 10px;
      font-family: "Arial";
      font-weight: bold;
      text-transform: capitalize; }
    form .field.text label {
      min-width: 200px; }
    form .field.text label.on-top {
      display: block;
      min-width: none;
      text-align: left; }
    form .field.text input {
      width: 200px; }
    form .field.radio {
      margin: 10px; }
      form .field.radio .group {
        margin-left: 80px; }
    form .field.checkbox {
      margin: 10px; }
      form .field.checkbox label {
        font-weight: normal; }
      form .field.checkbox label.grp-label {
        position: relative;
        top: 1.3em;
        min-width: 200px;
        font-weight: bold; }
      form .field.checkbox .grp-checkbox {
        margin-left: 207px; }
    form .field.textarea {
      position: relative; }
      form .field.textarea label {
        position: absolute;
        top: 3px;
        min-width: 200px; }
      form .field.textarea textarea {
        margin-left: 213px;
        width: 260px;
        min-height: 150px;
        padding: 3px; }
    form .field.textarea.pos-v label {
      position: relative;
      text-align: left;
      margin-bottom: 1em; }
    form .field.textarea.pos-v textarea {
      margin: auto;
      width: 100%;
      padding: 3px; }
  form .spec {
    display: block;
    margin: 5px 0 5px 220px;
    color: #666;
    font-size: 11px; }
  form .button-bar {
    margin-top: 30px;
    text-align: center; }
    form .button-bar button {
      font-size: 13px;
      padding: 2px 30px 3px 30px;
      min-width: 120px; }
  form #captcha {
    margin: 30px 0; }

#content .tabBar {
  margin-bottom: 15px; }
  #content .tabBar a {
    border: 0px solid #e3e0dc;
    border-radius: 6px 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px 6px;
    background: #ebeadb;
    display: inline-block;
    margin-right: 8px;
    padding: 0 12px;
    cursor: pointer;
    color: #959386;
    text-decoration: none;
    line-height: 28px; }
    #content .tabBar a:hover {
      color: #fff;
      background-color: #959386; }
    #content .tabBar a.active {
      color: #fff;
      background-color: #454b54; }

#content p.what-is-open-app {
  color: #333;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0 40px 0; }

#content p.get-started-now {
  color: #df1e1f;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: bold; }

#content .potential_apps ul {
  float: left;
  margin: 0 20px 0 0; }

.sitemap  #content .inner {
  padding: 0 0 40px 0; }
.sitemap  #content ul {
  margin-left: 0px;
  list-style: none; }
.sitemap  #content li {
  line-height: 1.5; }
.sitemap  #content span.url {
  color: #B8B2A0;
  padding-right: 5px; }
.sitemap  #content .title {
  font-size: 14px;
  font-weight: bold;
  color: #d00;
  margin-top: 10px; }

#flash_message {
  position: relative;
  top: -10px; }
  #flash_message.success {
    background: #E6EFC2;
    border: 2px solid #9CCC25;
    color: #366600;
    margin-bottom: 1em;
    padding: 0.8em; }
  #flash_message.error {
    background: #ffb8b9;
    border: 2px solid #ff5152;
    color: #8a0000;
    margin-bottom: 1em;
    padding: 0.8em; }

.overlayLightBox {
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.overlayLightBox .overlay {
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333; }

.overlayLightBox .lightBox {
  border: 1px solid #666;
  border-radius: 6px 6px;
  box-shadow: 0 8px 20px #444;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 8px 20px #444;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #444 0 8px 20px;
  background: #ddd url(/images/popup-title-bar-bg.png) repeat-x top;
  position: relative;
  display: inline-block;
  top: 150px;
  padding: 30px 10px 10px;
  text-align: left; }
  .overlayLightBox .lightBox .buttonBar {
    display: none;
    height: 25px; }
    .overlayLightBox .lightBox .buttonBar button {
      float: right;
      margin-right: 10px; }
  .overlayLightBox .lightBox a.lbtClose {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: default;
    width: 11px;
    line-height: 11px;
    padding-left: 4px;
    padding-bottom: 4px;
    border: 0px solid transparent;
    border-radius: 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px 4px; }
    .overlayLightBox .lightBox a.lbtClose:hover {
      color: #fff;
      background-color: #888; }

.fullScreenPopupContainer.overlayLightBox .lightBox {
  position: absolute;
  right: 50px;
  left: 50px;
  top: 50px;
  bottom: 50px;
  margin: 0;
  padding-top: 30px;
  background: #ddd url(/images/popup-title-bar-bg.png) repeat-x top; }
  .fullScreenPopupContainer.overlayLightBox .lightBox .fullScreenIframe {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 26px;
    bottom: 5px; }
    .fullScreenPopupContainer.overlayLightBox .lightBox .fullScreenIframe iframe {
      position: relative;
      width: 100%;
      height: 100%; }

/* application forms */
form .required-star {
  color: #df1e1f;
  font-size: 18px; }

form .validation {
  position: relative;
  color: #fff;
  background-color: #ff6600;
  margin-left: 10px;
  padding: 4px 10px 4px 0;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #ff6600;
  -moz-box-shadow: 0 0 4px #EAA300;
  -webkit-box-shadow: #EAA300 0 0 4px;
  border-radius: 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px 3px; }
  form .validation img {
    position: relative;
    left: -8px;
    top: -0px; }

form.sign-in, form.sign-up, form.change-email, form.change-password, form.reset-password {
  width: 640px;
  border: 1px #e7e7e7 solid;
  border-radius: 4px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px 4px; }
  form.sign-in .field.text label, form.sign-up .field.text label, form.change-email .field.text label, form.change-password .field.text label, form.reset-password .field.text label {
    min-width: 150px; }
  form.sign-in .spec, form.sign-up .spec, form.change-email .spec, form.change-password .spec, form.reset-password .spec {
    margin-left: 170px; }
  form.sign-in .button-bar, form.sign-up .button-bar, form.change-email .button-bar, form.change-password .button-bar, form.reset-password .button-bar {
    text-align: inherit;
    margin-left: 170px; }

/* Widgets */
#confirmation, #alert, #notification {
  position: relative;
  width: 400px;
  height: 150px;
  margin: 10px;
  background: url(/images/icon-warning-80x80.png) 0 20px no-repeat; }
  #confirmation .title, #alert .title, #notification .title {
    color: #444;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 100px;
    line-height: 1.4;
    margin-bottom: 1.3em; }
  #confirmation .details, #alert .details, #notification .details {
    font-family: sans-serif;
    font-size: 12px;
    color: #444;
    padding-left: 100px;
    line-height: 1.4; }
  #confirmation .buttonsBar, #alert .buttonsBar, #notification .buttonsBar {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }
    #confirmation .buttonsBar button, #alert .buttonsBar button, #notification .buttonsBar button {
      padding: 2px 20px 3px 20px;
      margin: 0 5px;
      min-width: 80px;
      font-size: 13px; }

#advanced-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999;
  border-radius: 6px 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 0 12px #bbb;
  -webkit-border-radius: 6px 6px;
  -webkit-box-shadow: #bbb 0 0 12px;
  background-color: #f7f7f7;
  padding: 5px 0 10px; }

#tiers {
  width: 200px; }
  #tiers .title {
    padding: 0 10px 5px;
    font-size: 11px;
    font-weight: bold;
    color: #333; }
  #tiers .body {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #fff; }
  #tiers .tier {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    background-color: #eee; }
    #tiers .tier:hover {
      background-color: #ccc; }
    #tiers .tier:active {
      background-color: #666;
      border-top: 1px solid #666;
      color: #fff; }
    #tiers .tier.current {
      background: #eee url(/images/icons/silk/accept.png) no-repeat 175px center;
      cursor: default;
      border-top: 1px solid #fff;
      color: #333; }

#app-config-form {
  width: 500px; }

.window {
  margin: -30px -10px -5px; }
  .window .title {
    height: 26px;
    line-height: 26px;
    text-align: center; }
  .window .body {
    position: relative;
    padding-bottom: 70px;
    background-color: #e7e7e7; }
  .window .footer {
    height: 0px;
    line-height: 16px; }
  .window form {
    margin: 0;
    padding: 20px 0;
    background: transparent; }
  .window button {
    float: right;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 3px;
    margin: 10px; }
  .window .button-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    margin-top: 0;
    overflow: hidden; }
  .window .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 28px;
    background: url(/images/bar.png) center top repeat-x; }
  .window .foot-logo {
    display: block;
    float: left;
    width: 150px;
    height: 45px;
    background: url(/images/logo-small.png) center center no-repeat; }
  .window .validation, .window #-model---data_definition-wrapper {
    display: none; }
  .window span.help {
    position: relative;
    left: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/images/question-mark.gif) no-repeat center center; }

.window #app-config-form fieldset {
  font-family: sans-serif;
  color: #333;
  line-height: 1.4;
  margin: 1em; }
  .window #app-config-form fieldset legend, .window #app-config-form fieldset br, .window #app-config-form fieldset .field-current-selected {
    display: none; }
  .window #app-config-form fieldset label.inline {
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
    text-transform: capitalize;
    width: 200px; }
  .window #app-config-form fieldset input, .window #app-config-form fieldset textarea {
    display: inline-block;
    border: 1px solid #bfb09a;
    background-color: #fff;
    font-size: 12px;
    padding: 4px;
    width: 200px;
    margin-bottom: 1em; }
    .window #app-config-form fieldset input:focus, .window #app-config-form fieldset textarea:focus {
      border: 1px solid #ff6600;
      -moz-box-shadow: 0 0 4px #EAA300;
      -webkit-box-shadow: #EAA300 0 0 4px; }
  .window #app-config-form fieldset input[type=checkbox] {
    width: auto;
    margin-right: 200px; }
  .window #app-config-form fieldset select {
    min-width: 100px;
    margin-top: 1em;
    margin-bottom: 1em; }
  .window #app-config-form fieldset textarea {
    position: relative;
    display: block;
    margin-left: 234px;
    top: -16px;
    height: 80px; }
  .window #app-config-form fieldset span.help {
    position: relative;
    left: -16px;
    display: inline-block;
    width: 14px;
    background: url(/images/question-mark.gif) no-repeat center center; }

.inline-helper-pattern {
  position: absolute;
  z-index: 5000;
  bottom: 10px;
  left: 10px;
  -moz-box-sizing: padding-box;
  max-width: 30em;
  padding: 5px;
  background-color: #D1EAF7;
  border: 1px solid #86C5E4;
  font-size: 11px;
  line-height: 1.5; }

#agreement {
  width: 540px;
  height: 310px;
  padding: 0;
  background: transparent; }
  #agreement .wizard {
    margin: 0;
    padding: 0; }
  #agreement .view {
    padding: 10px; }
  #agreement .document {
    padding: 10px;
    height: 290px;
    border: 1px solid #aaa;
    overflow: auto;
    line-height: 1.3;
    text-align: justify;
    color: #333;
    background-color: #fff; }
    #agreement .document h2, #agreement .document strong {
      font-weight: bold; }
    #agreement .document p {
      margin-top: 1em; }
  #agreement .button-bar {
    height: 40px;
    padding: 5px; }
