a:link,
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#free {
  position: absolute;
  top: 70px;
  right: 25px;
  width: 135px;
  height: 25px;
  background: url(../images/arrow-up.png) no-repeat right top;
  font-size: 12px;
  color: #ccc;
  text-align: right;
  padding: 6px 17px 0 0;
}
#stripe {
  background: #006DBC;
  padding: 2px;
}
#hdr {
  padding: 5px 0 13px 0;
  background: #fff url(../images/hdr-glow.jpg) no-repeat center bottom;
  border-top: 2px solid #8CD4F7;
  border-bottom: 1px solid #ddd;
}
#hdr .container {
  position: relative;
}
#hdr .container small {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  color: #999;
}
#hdr .container small a:link,
#hdr .container small a:visited {
  color: #00AEEF;
  text-decoration: underline;
  margin: 0 3px;
}
#hdr .container small a:hover {
  text-decoration: none;
}
#hdr .container #ifbyphone {
  position: absolute;
  top: 55px;
  left: 240px;
}
#hdr .container #ifbyphone a:link,
#hdr .container #ifbyphone a:visited {
  display: block;
  text-indent: -10000px;
  background: url(../images/powered-by-ifbyphone-double.png) no-repeat left 0;
  width: 110px;
  height: 32px;
}
#hdr .container #ifbyphone a:hover {
  background-position: left -32px;
}
.nav {
  float: right;
  margin: 30px 0 0 0;
  width: 450px;
}
.nav li {
  float: right;
}
.nav li a:link,
.nav li a:visited {
  display: block;
  padding: 8px;
  font-size: 18px;
  background: #009DEA;
  color: #fff;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
}
.nav li a:hover {
  background: #006dbc;
}
#hdr p {
  position: absolute;
  top: 65px;
  right: 0;
  text-align: right;
  color: #999;
  font-family: "Georgia", "Times New Roman", Times, sans-serif;
  font-style: italic;
  font-size: 18px;
}
#intro {
  background: url(../images/splash-screenshot.jpg) no-repeat center top;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
#intro .container {
  position: relative;
}
#intro .marketing,
#lower .marketing {
  float: left;
  width: 285px;
  height: 335px;
  background: #DFF4FD;
  border: 1px solid #ABE1FA;
  margin: 0 0 0 15px;
  padding: 65px 20px 0 20px;
  text-align: center;
}
#intro .marketing {
  border-top: 0;
  border-bottom: 0;
}
#intro .marketing h1,
#lower .marketing h1 {
  color: #024B80;
  font-size: 35px;
  letter-spacing: -1px;
  font-family: helvetica;
}
#intro .marketing p,
#lower .marketing p,
#lower .marketing ul li {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", times, serif;
  font-size: 16px;
  line-height: 130%;
  color: #3f88bc;
  border-bottom: 5px solid #ABE1FA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#intro .marketing a.signup:link,
#intro .marketing a.signup:visited {
  display: block;
  width: 244px;
  height: 67px;
  margin: auto;
  background: url(../images/signup-btn.png) no-repeat center top;
  text-indent: -10000px;
}
#intro .marketing a.signup:hover {
  background-position: center -67px;
}
#intro .marketing p.soft {
  color: #999;
  text-align: right;
  padding: 5px 25px 0 0;
  border: 0;
  font-size: 13px;
  font-family: helvetica;
}
#intro .marketing p.soft.bold {
  color: #444px;
}
#lower .marketing ul li.last {
  background: none;
}
#intro .marketing p {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#intro .marketing p.big,
#lower .marketing p.big {
  color: #015D9E;
  font-size: 20px;
  border: 0;
  padding: 0;
}
#intro .marketing p strong,
#lower .marketing p strong {
  color: #024B80;
  background: #D1EEFB;
}
#intro .container .attn {
  position: absolute;
  top: 0;
  left: 0;
  width: 358px; /* 950px */
  background: #01487a url(../images/attn-bg.jpg) repeat-x left top;
}
#intro .container .attn p {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 8px 0 4px 0;
  letter-spacing: 2px;
  font-family: helvetica, 'lucida grande', arial, sans-serif;
  text-shadow: #111 1px 1px 1px;
}
#intro .container #code {
  position: absolute;
  top: 370px;
  left: 0;
  width: 950px;
  background: #747575 url(../images/code-bg.png) repeat-x left top;
  border: 1px solid #777;
}
#intro .container #code .pre,
#code .pre {
  float: right;
  background: #fff;
  border: 10px solid #9DDDF9;
  width: 540px;
  height: 140px;
  margin: 7px 12px 5px 0;
  font-size: 12px;
  overflow: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#intro .container #code .pre .lang {
  border-left: 1px solid #00AEEF;
}
.gist .gist-file {
  margin-bottom: 0 !important;
}
#code .languages {
  font-size: 11px;
  margin-left: 380px;
  padding: 0 5px 2px 0;
  text-align: right;
}
.tour #code .languages {
  margin-left: 20px;
}
#code .languages a:link,
#code .languages a:visited {
  color: #DFF4FD;
  font-size: 14px;
  line-height: 150%;
  float: right;
  text-decoration: none;
}
#code .languages a:hover {
  color: #9DDDF9;
}
#code .languages strong {
  float: left;
  margin: 3px 5px 0 0;
  font-size: 11px;
  color: #fff;
}
#code .languages span {
  cursor: pointer;
  float: left;
  padding: 3px 5px 6px 5px;
  text-transform: lowercase;
  background: #999;
  margin-right: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#code .languages span:hover {
  background: #888;
}
#code .languages span.current {
  background: #333;
  color: #fff;
}
#intro .container #sample-code {
  float: left;
  width: 350px;
  margin: 0 0 0 15px;
  background: url(../images/simple_apps.png) no-repeat right 3px;
}
#intro .container #sample-code p {
  margin: 90px 0 10px 23px;
  color: #d8e1e5;
  font-family: helvetica, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", times, serif;
  font-size: 18px;
  line-height: 125%;
}
#intro .container #sample-code p a:link,
#intro .container #sample-code p a:visited {
  display: block;
  margin: 15px 0 -20px 27px;
  background: #DFF4FD;
  color: #024B80;
  background: #222;
  color: #ddd;
  padding: 8px 8px 6px 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 160px;
  font-size: 18px;
  text-decoration: none;
}
#intro .container #sample-code p a:hover {
  background: #024B80;
  color: #fff;
  background: #000;
}
#lower {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#lower .marketing {
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: auto;
  padding-top: 190px;
  padding-bottom: 20px;
  text-align: left;
}
#lower .marketing h1,
#lower .right h1 {
  font-size: 25px;
  margin-top: 20px;
}
#lower .marketing h2.big {
  text-align: right;
  margin-top: 5px;
  padding: 75px 0 30px 0;
  color: #B8E5F7;
  font-size: 60px;
  letter-spacing: -7px;
}
#lower ul {
  list-style-type: none;
  margin: 5px 0 15px 0;
}
#lower .marketing ul li {
  border: 0;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  background: url(../images/arrow-bullet.png) no-repeat left 2px;
}
#lower #mailing-list {
  background: #eef9fe;
  margin: 25px -20px 10px -20px;
  padding: 10px 20px;
}
#lower #mailing-list p {
  border: 0;
  margin: 0;
}
#lower #mailing-list h2 {
  color: #024B80;
  font-size: 15px;
}
#lower .right {
  float: right;
  width: 575px;
  margin-top: 188px;
}
#lower .right .message {
  float: left;
  width: 325px;
  padding: 0 0 10px 0;
}
#lower .right .message p {
  font-family: "Georgia", "Times New Roman", Times, sans-serif;
  color: #888;
  font-size: 18px;
  line-height: 150%;
  font-style: italic;
}
#lower .right .message p.big {
  color: #555;
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 160%;
  font-style: normal;
}
#lower .right h1 {
  color: #024B80;
  margin-bottom: 5px;
}
#lower .right h1.condensed {
  font-size: 20px;
}
#lower .right .right {
  float: right;
  width: 215px;
  margin: 0;
  border-left: 1px solid #eee;
  padding-left: 15px;
}
#lower .right .right h2 {
  color: #444;
  font-size: 17px;
  letter-spacing: -1px;
  margin: 10px 0 5px 0;
}
#lower .right .right p {
  padding-bottom: 10px;
  border-bottom: 5px dotted #f1f1f1;
  margin-bottom: 15px;
  line-height: 140%;
  color: #444;
}
#lower .right .right p strong {
  display: block;
  font-size: 22px;
  padding: 10px;
  background: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#lower .right .right p small {
  display: block;
  text-align: right;
  font-size: 11px;
  margin: 5px 0 0 0;
  font-family: verdana;
}
#lower #press {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding: 30px 0 0 10px;
  position: relative;
}
#lower #press h3 {
  background: #fff;
  color: #555;
  position: absolute;
  top: -10px;
  left: 0;
  padding: 0 10px 0 0;
  font-size: 17px;
}
#lower #press img {
  float: left;
}
#lower #press .github {
  margin-right: 50px;
}
#lower #press .seattletimes {
  margin: 30px 0 0 15px;
}
#lower #press .gigaom {
  
}
#press .left {
  width: 620px;
  padding: 10px 0 0 40px;
}
#press .right {
  width: 250px;
  margin: 0;
}
#press #twitter {
  float: right;
  width: 215px;
}
#twitter h4 {
  background: url(../images/t.png) no-repeat left top;
  padding: 6px 0 0 38px;
  height: 27px;
  font-size: 20px;
  color: #3D8AB3;
}
#twitter h4 a:link,
#twitter h4 a:visited {
  text-decoration: underline;
}
#twitter h4 a:hover {
  text-decoration: none;
}
#press #twitter p,
#twitter p {
  border: 0;
  padding-top: 15px;
  background: url(../images/tweet-bg.png) no-repeat 75% top;
}
#press #twitter p span,
#twitter p span {
  display: block;
  background: #DFF4FD;
  background: #9DDDF9;
  padding: 10px;
  font-size: 12px;
  line-height: 140%;
  color: #01497B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#features {
  position: relative;
  margin: 12px auto;
}
#features #main {
  float: right;
  width: 690px;
  background: #fff url(../images/tour-bg.jpg) repeat-y center top;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#features #main #feature {
  margin: 25px 25px 30px 50px;
  min-height: 400px;
}
h1.feature {
  font-size: 18px;
  text-align: right;  
  background: #dff4fd url(../images/tour-hdr-bg.jpg) repeat-x left 15px;
  margin: -23px -18px 20px -43px;
  padding: 12px 15px;
  border-bottom: 1px solid #accfde;
}
#features #main .top {
  height: 10px;
  display: none;
}
#features #options {
  position: absolute;
  top: 5px;
  left: -55px;
  width: 280px;
  padding: 50px 0 0 57px;
  background: url(../images/take-the-tour.png) no-repeat left top;
}
#features .signup {
  position: absolute;
  top: 370px;
  left: 0;
  width: 235px;
  padding: 11px 0 0 15px;
  background: url(../images/tour-signup-bg.png) no-repeat left center;
  height: 63px;
}
#features .signup span {
  float: right;
  font-size: 24px;
  color: #999;
  margin: 12px 0 0 0;
  text-shadow: 1px 1px 1px #fff;
}
#features .signup a:link,
#features .signup a:visited {
  float: left;
  width: 124px;
  height: 52px;
  background: url(../images/signup-btn-small.png) no-repeat center top;
  text-indent: -10000px;
}
#features .signup a:hover {
  background-position: center -52px;
}
#features .note {
  position: absolute;
  top: 470px;
  left: 0;
  background: #f6f6f6;
  border: 1px solid #ddd;
  padding: 15px;
  width: 200px;
  margin-left: 15px;
}
#features .note p,
#features .note p a:link,
#features .note p a:visited {
  color: #888;
  font-family: verdana, helvetica;
  line-height: 140%;
  font-size: 11px;
}
#features .note strong {
  display: block;
  color: #777;
  font-size: 13px;
  margin-bottom: 5px;
}
#features #options li {
  font-size: 24px;
  padding: 0 10px;
  margin-bottom: 5px;
  letter-spacing: -1px;
}
#features #options li a:link,
#features #options li a:visited {
  display: block;
  width: 200px;
  padding: 10px 20px;
  text-decoration: none;
  background: #DFF4FD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #C5E1ED;
}
#features #options li a:hover {
  background: #d6edf7;
  border-color: #ACCFDE;
  color: #222;
}
#features #options li.selected a:link,
#features #options li.selected a:visited {
  color: #fff;
  background: transparent;
  border: 0;
  text-shadow: 1px 1px 1px #555;
}
#features #options li.selected {
  background: url(../images/selected-feature.png) no-repeat left top;
  line-height: 150%;
  height: 65px;
  padding-top: 4px;
}
#features #options li.last {
  margin: 130px 19px 0 0;
  padding: 3px;
  background: #e1e1e1;
}
#features #main #loading {
  float: right;
  margin: 3px 8px 0 0;
}
div.text p,
p.intro,
.tour p,
.setup p {
  color: #333;
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 12px;
}
p.intro {
  font-family: "Cambria", "Georgia", "Times New Roman", Times, sans-serif;
  font-size: 16px;
  font-style: italic;
}
#how-diagram {
  background: url(../images/cloudvox-diagram.jpg) no-repeat 15px 15px;
  height: 200px;
  position: relative;
}
#how-diagram p {
  background: #eee url(../images/gray-pointer.jpg) no-repeat center top;
  color: #777;
  font-family: verdana;
  font-size: 11px;
  position: absolute;
  top: 115px;
  padding-top: 18px;
}
#how-diagram p span {
  display: block;
  margin: 3px;
  border: 1px dashed #bbb;
  background: #fff;
  background: #fffffc;
  padding: 7px;
}
#how-diagram #internet {
  background-position: -127px top;
  right: 190px;
}
#how-diagram #app {
  background-position: -200px top;
  right: 0;
}
div.left {
  float: left;
  width: 45%;
}
div.right {
  float: right;
  width: 45%;
  margin: 0 0 20px 20px;
}
div.text .badge {
  background: #f1f1f1;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eee;
  margin-top: 5px;
}
div.text .badge strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}
div.text .badge a {
  font-size: 12px;
}
div.text li {
  margin-bottom: 15px;
  color: #666;
  padding-left: 5px;
}
div.text li strong {
  margin-left: -5px;
}
div.text h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0081C9;
}
div.row {
  text-align: center;
}
div.bordered-row {
  border-bottom: 5px dotted #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
div.row .left,
div.bordered-row .left {
  margin-left: 10px;
}
div.row .right,
div.bordered-row .right {
  margin: 0;
  margin-right: 10px;
}
div.pod h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  background: #0081C9;
  color: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px;
  border: 1px solid #036BBF;
}
div.section {
  text-align: left;
}
div.section h2 {
  font-size: 17px;
  color: #0081C9;
}
div.section ul {
  margin: 5px 0 0 0;
  padding: 0 5px;
}
div.what div.section strong {
  background: #DFF4FD;
  padding: 0 3px;
}
div.section ul li {
  background: url(../images/check.png) no-repeat left 3px;
  padding-left: 20px;
  line-height: 125%;
  color: #444;
  font-size: 14px;
  margin-bottom: 10px;
}
div.pod ul {
  text-align: left;
  margin: 5px 0 0 15px;
}
div.pod ul li,
ul.bullets li {
  background: url(../images/arrow-bullet.png) no-repeat left 3px;
  padding-left: 20px;
  font-size: 14px;
  color: #444;
  line-height: 140%;
}
ul.bullets li {
  margin-bottom: 5px;
}
ul.bullets li code {
  display: block;
  color: #222;
  background: #fff;
  font-family: 'Bitstream Vera Sans Mono', Monaco, monospace, courier, 'courier new';
  font-size: 11px;
  margin: 5px 5px 0 0;
}
div.pod {
  background: url(../images/portal-list-bg.jpg) repeat-x left bottom;
  padding-bottom: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}
.tour #code {
  background: #747575 url(../images/code-bg.png) repeat-x left top;
  border: 1px solid #777;
  margin-top: 15px;
}
.tour #code .pre {
  width: 569px;
}
.tour #code a {
  display: none;
}
.tour #code .gist-meta a {
  display: inline;
}
.tour p,
.tour h2,
.tour ul {
  margin: 5px 10px 15px 10px;
}
.tour p.divider {
  padding-bottom: 20px;
  border-bottom: 5px dotted #ddd;
  margin-bottom: 15px;
}
.tour ul.bullets {
  background: url(../images/portal-list-bg.jpg) repeat-x left bottom;
  padding: 0 10px 25px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.tour .left,
.tour .right {
  width: 49%;
  margin: auto;
}
.tour small {
  display: block;
  font-size: 11px;
  color: #888;
  margin-left: 25px;
}
.tour .right ul a {
  float: right;
  font-size: 10px;
}
.setup h2 {
  height: 39px;
  padding: 17px 0 0 65px;
  font-size: 19px;
  background-repeat: no-repeat;
  background-position: left top;
  color: #444;
}
.setup span {
  display: block;
  background: url(../images/divider-bg.png) repeat-x left 10px;
}
.setup span span {
  display: inline;
  padding: 0 10px 0 0;
  background: #fff;
}
.setup h2.one { background-image: url(../images/tour-one.png); }
.setup h2.two { background-image: url(../images/tour-two.png); }
.setup h2.three { background-image: url(../images/tour-three.png); }
.setup h2.four { background-image: url(../images/tour-four.png); }
.setup h2.five { background-image: url(../images/tour-five.png); }

.setup .content {
  margin-left: 65px;
}
.setup .content img {
  float: right;
  margin: -5px 0 10px 10px;
}
.setup div.code {
  background: #222;
  padding: 15px;
  color: #f1f1f1;
  font-family: 'Bitstream Vera Sans Mono', Monaco, monospace, courier, 'courier new';
  font-size: 12px;
  line-height: 160%;
}
.setup div.code span {
  display: block;
  background: transparent;
}
.setup .try {
  margin: 20px 0 0 20px;
}
.setup .try p {
  font-size: 30px;
}
.setup .try p strong {
  display: inline;
  font-size: 30px;
  padding: 5px 10px;
  background: #DFF4FD;
  color: #1A4F85;
}
.setup .try p small {
  display: block;
  margin: 10px 0 0 55px;
  font-size: 15px;
  color: #555;
  line-height: 1;
}
div.bordered {
  padding: 2px;
  border: 1px solid #ccc;
}
.highlight {
  background: #ffffcc;
  padding: 5px;
}

/** NEW CSS SELECTORS GO ABOVE THIS, EVERYTHING BELOW IS COPIED FROM PUBLIC.CSS **/
/** initial attempts to migrate to new design - rph **/

.outer {
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px 0 20px 0;
}
.alert {
  margin-bottom: 25px;
  margin-bottom: 0;
  padding: 10px 0;
  background: #ffffcc;
  text-align: center;
  border: 10px solid #FCEA9E;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #444;
}
.alert h1 {
  font-size: 25px;
  color: #111;
}
.questions {
  padding: 25px 25px 10px 25px;
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  margin: 40px 0 0 0;
}
.questions h2 {
  margin: 0;
  background: #fafafa;
  margin: -25px -25px 10px -25px;
  padding: 10px 25px;
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  color: #888;
  letter-spacing: 3px;
}
.container .questions ul.left-column,
.container .questions ul.right-column {
  width: 400px;
  margin-left: 0;
  padding-left: 0;
}
.questions ul.left-column {
  float: left;
}
.questions ul.right-column {
  float: right;
}
.questions li {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 18px;
  background: url(../images/li_dot.gif) no-repeat left 5px;
}
.questions li strong {
  font-weight: bold;
  font-style: italic;
}
.questions p {
  margin-top: 10px;
  line-height: 150%;
  color: #333;
  font-size: 0.9em;
}
.questions p strong {
  font-style: normal;
}
img.help:hover {
  cursor: help;
}
.qtip-content {
  font-size: 13px;
  line-height: 130%;
  text-align: center !important;
}
#new_account {
  padding-left: 15px;
}
#new_account .left {
  width: 380px;
  text-align: left;
}
#new_account .right {
  width: 305px;
  border-left: 1px dotted #ccc;
  padding-left: 20px;
}
#new_account .right p {
  background: #ddf1fa url(../images/triangle-left.jpg) no-repeat 0 -20px;
  padding: 20px 20px 20px 34px;
  color: #5291ab;
  line-height: 140%;
  font-weight: normal;
  font-size: 12px;
}
#new_account .right p strong {
  color: #3b7289;
  font-weight: bold;
}
#new_account .intro {
  border: 10px solid #b9e3f5;
  padding: 10px;
  margin: 0 0 25px -15px;
  background: #caedfc;
  text-align: center;
}
#new_account .intro h2 {
  color: #16475b;
  font-family: verdana;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 25px;
  background: none;
  margin-left: 0;
  border: 0;
}
#new_account .intro p {
  font-weight: normal;
  color: #333;
  font-size: 14px;
  line-height: 140%;
}
#new_account .intro p strong {
  background: #b9e3f5;
  color: #16475b;
  padding: 2px 4px;
}
#new_account label {
  font-size: 15px;
  display: block;
  color: #555;
  margin: 5px 0;
}
#new_account h2 {
  color: #16475b;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 15px -15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
#new_account input[type=text],
#new_account input[type=password] {
  padding: 2px;
  font-size: 16px;
  margin-bottom: 5px;
}
#new_account div.site {
  font-weight: bold !important;
}
#new_account div.site input {
  width: 150px;
}
#new_account div.field {
  font-weight: normal;
  font-size: 15px;
}
#new_account table {
  margin-bottom: 10px;
}
#new_account table td {
  vertical-align: top;
  padding-right: 10px;
}
#new_account table.name input {
  width: 150px;
  margin-bottom: 0;
}
#new_account table td.soft {
  color: #999;
  font-size: 12px;
}
#new_account div.attn {
  background: #fbeebb;
  border: 4px solid #f3e4a6;
  background: #eee;
  border: 4px solid #ddd;
  padding: 20px;
  margin: 35px 0 0px -30px;
}
#new_account div.attn input[type=submit] {
  font-size: 16px;
}
#new_account div.attn p {
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
}
#new_account .note {
  float: right;
  width: 350px;
  margin-top: 40px;
  background: #e1effc url(../images/left-pointer.jpg) no-repeat left -70px;
  padding: 10px 10px 10px 30px;
  color: #385875;
  line-height: 140%;
}
#new_account .note strong {
  color: #24425e;
}
#new_account div.row {
  margin-bottom: 25px;
  text-align: left;
}
#new_account .row p.highlight {
  background: #ffffcc;
  font-size: 12px;
  margin: 0 0 10px -7px;
  line-height: 140%;
  width: 375px;
  padding: 7px;
  color: #444;
}
#new_account input.phone {
  width: 180px;
}
#new_account .errorExplanation {
  padding: 20px;
  margin-right: 410px;
}
#new_account .errorExplanation h2 {
  color: #fff;
  border: 0;
  margin: auto;
}
#new_account .errorExplanation li {
  margin-bottom: 5px;
}

#strip {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#strip input[type=text],
#strip input[type=password] {
  background: #fff url(../images/fieldbg.gif) repeat-x left top;
  border: 1px solid #ccc;
  border-top: 1px solid #7c7c7c;
  padding: 4px 3px;
  font-size: 19px;
  margin: 2px 0 5px 0;
  width: 80%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
input#public_terminal {
  margin: 5px 3px 0 0;
}
#strip p.submission {
  margin-top: 15px;
  font-size: 13px;
}
#strip h2 {
  font-size: 30px;
}
#strip .errorExplanation h2 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
#strip .left {
  width: 400px;
  padding: 10px 15px 5px 25px;
}
#strip .right {
  width: 480px;
  border-left: 1px solid #f1f1f1;
  padding-left: 20px;
  padding-top: 10px;
  margin: 0;
}
#strip .right p {
  font-size: 14px;
  line-height: 160%;
  color: #555;
  font-weight: normal;
}
#strip .right p span {
  background: #fffff5;
  font-style: italic;
}
#strip .right img {
  float: right;
  margin: 0 0 10px 0;
}
#strip label {
  color: #444;
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: normal;
}
#strip label.inline {
  display: inline;
  color: #777;
  font-size: 12px;
}
#strip h2 {
  color: #999;
  padding: 0;
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}
#strip h2 span {
  color: #0E59AD;
}
.base-strip {
  padding: 10px 0 0 0;
  margin: 15px auto 5px auto;
  text-align: right;
  color: #777;
  font-weight: normal;
  border-top: 3px solid #eee;
  
  display: none;
}
.base-strip a:link,
.base-strip a:visited {
  color: #777;
  text-decoration: underline;
}
.base-strip a:hover {
  color: #ccc;
  text-decoration: none;
}
.legal {
  background: #fff;
  padding: 20px 0;
}
.legal .container {
  padding-left: 20px;
}
.legal p,
.legal ul,
.legal ol {
  font-size: 14px;
  line-height: 140%;
  color: #444;
  margin-bottom: 15px;
  margin-left: 10px;
}
.legal ul,
.legal ol {
  margin-left: 30px;
}
.legal li {
  margin-bottom: 5px;
  line-height: 140%;
}
.legal ol {
  list-style-type: decimal;
}
.legal ul li {
  background: url(../images/arrow-bullet.png) no-repeat left 2px;
  padding-left: 20px;
}
.legal h1 {
  font-size: 25px;
  color: #333;
  margin: 0 0 15px 0;
}
.legal h2 {
  margin: 35px 0 10px 0;
  padding: 5px;
  background: #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  color: #0081C9;
  border: 1px solid #ddd;
}

/* new pricing page styles */
#cost {
  text-align: center;
}
#cost #price p {
  padding: 0px 0 20px 0;
  font-family: georgia, helvetica;
  font-size: 65px;
  color: #555;
}
#cost #price p strong {
  font-weight: normal;
  font-size: 100px;
  color: #222;
  position: relative;
  padding: 0 25px 0 5px;
}
#cost #price p span {
  position: absolute;
  top: 25px;
  left: 57px;
  font-size: 55px;
}
#cost a#newaccount:link,
#cost a#newaccount:visited {
  display: block;
  width: 298px;
  height: 75px;
  margin: 10px auto;
  background: url(../images/get-an-account-button.png) no-repeat center 0;
  text-indent: -10000px;
}
#cost a#newaccount:hover {
  background-position: center -75px;
}
#cost p.soft {
  line-height: 110%;
  font-size: 18px;
  color: #888;
  font-family: georgia;
}
#cost p.soft span {
  border-bottom: 3px double #ccc;
}
#cost .column ul {
  width: 300px;
  text-align: left;
  margin: 0;
  padding-top: 15px;
}
#cost .column li {
  font-size: 18px;
  padding: 0 0 8px 18px;
  background: url(../images/li_dot.gif) no-repeat left 5px;
  color: #247EC8;
  color: #444;
  letter-spacing: 1px;
  letter-spacing: 0;
  font-size: 16px;
  color: #777;
}
#cost .columns {
  border-bottom: 5px dashed #ddd;
  padding-bottom: 60px;
  position: relative;
}
#cost .columns p.nocontracts {
  position: absolute;
  top: 95px;
  left: 20px;
  color: #0a3e57;
  color: #777;
  text-align: center;
  width: 530px;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: bold;
  font-family: helvetica;
}
#cost .column {
  float: left;
  width: 275px;
  margin-left: 20px;
}
#cost .column.signup {
  padding-top: 0;
  text-align: center;
  width: 300px;
}
#cost .column.signup p.soft {
  text-align: right;
  font-size: 16px;
}
/* end new pricing page styles */