/*
-----------------------------------------------
blogger login start base style
----------------------------------------------- */
body {
  margin: 0;
  font: small 'trebuchet ms',verdana,arial,sans-serif;
}

#header {
  padding: 5px;
  background: #036;
  border-bottom: 4px solid #C3D9FF;
  color: #369;
}

#header a {
  color: #9cf;
}
a img {
  border-width: 0;
  border-style: none;
  color: #E1D4C0;
}
#header a img {
  color: #036;
}

a {
  color: #36c;
}

p {
  color: #333;
  margin-top: 0.2em;
}
#header p {
  color: #69c;
}

#header #h2, #body {
  width: 830px;
  margin: 0 auto;
  padding: 20px;
}

body.start #header #h2, body.start #body {
  width: 750px;
}

#body {
  padding: 40px 10px;
}

h2 {
  margin: 0;
  font-size: 260%;
  line-height: 1.2em;
  font-weight: normal;
  color: #888;
  padding: 0;
}

h2 strong {
  color: #000;
  font-weight: normal;
}

#content {
  padding-right: 20px;
}

.caption {
  text-align: left;
  white-space: normal;
}

.clear {
  clear: both;
}

.more {
  margin-top: 1.2em;
  text-align: left;
}

#footer {
  text-align: center;
  line-height: 20px;
  margin-top: 50px;
}

#footer hr {
  display: none;
}

#footer .copyright{
  color: #666;
}

.first {
  float: left;
  margin-right: 10px;
}

.features .samples {
  margin-right: 25px;
  margin-top: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.features .samples:last-child {
  margin-right: 0;
}

.samples {
  vertical-align: top;
  text-align: center;
  vertical-align: bottom;
}

.app-stat, .blog-note {
  width: 150px;
}

.monetize {
  width: 170px;
}

.start-btn {
  display: inline;
  float: left;
}

/* button
----------------------------------------------*/
.ubtn {
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  white-space: nowrap;
  display: inline;
  float: left;
  background-position: right center;
  background-repeat: no-repeat;
  margin: 5px;
  max-height: 100px;
  max-width: 397px;
  padding: 0 2px 0 0;
}

div.ubtn .i {
  background-position: left center;
  padding: 0 0 0 2px;
}

div.ubtn .t {
  background-position: right top;
  margin: 0 -2px;
}

div.ubtn .t div {
  background-position: left top;
  float: left;
  width: 10px;
}

div.ubtn .b {
  background-position: right bottom;
  margin: 0 -2px;
}

div.ubtn .b div {
  background-position: left bottom;
  float: left;
  width: 10px;
}

div.ubtn, div.ubtn .i, div.ubtn .t, div.ubtn .t div,
div.ubtn .b, div.ubtn .b div {
  background-image: url(/img/start/button-base.gif);
}

div.ubtn .bg {
  background: url(/img/start/button-bg.gif) repeat-x scroll left top;
}

div.ubtn .i div {
  font-size: 10px;
  line-height: 10px;
}

div.ubtn a {
  font-size: 24px;
  line-height: 22px;
  clear: both;
  display: block;
  margin: 0 0.2em;
  padding: 0 0.5em;
  overflow: visible;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

div.ubtn a span {
  background: none repeat scroll 0 0 transparent;
  display: block;
  margin-bottom: -4px;
  top: -2px;
  position: relative;
}

div.ubtn div {
  background-repeat: no-repeat;
}

/* login area */
form {
  margin: 0;
}

.login .ga-elements {
  font-size: 16px;
}

.login .ga-elements .form-noindent {
  background-color: #fff;
  border: 1px solid #c3d9ff;
  margin-bottom: 15px;
}

.login .ga-elements td {
  color: black;
  font-family: Arial,Helvetica,sans serif;
}

.login .ga-elements .rem {
  display: block;
  text-align: left;
}

#new-account-link b {
  font-weight: normal;
}

#gaia_loginbox table  {
  white-space: normal;
}
