/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html {
color: #000;
background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
font-weight: normal;
}
li {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}
q:before,q:after {
content: '';
}
abbr,acronym {
border: 0;
font-variant: normal;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,textarea,select {*font-size:100%;
}
legend {
color: #000;
}


html, body {
  background: #FFF;
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

body {
  font-size: 62.5%;
}

#promo_panel {
  vertial-align: top;
  clear: both;
  width: 900px;
  margin: 0 auto;
}

#logo {
  width: 476px;
  float: left;
}

#logo img {
  display: block;
}

#signup {
  text-align: center;
  position: relative;
  margin-left: 486px;
  margin-top: 50px;
  height: 300px;
  width: 400px;
  border-left: 1px solid #999;
}

form {
  position: absolute;
  bottom: 0;
  left: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5em;
  color: #DED6D4;
}

#input {
  font-size: 3.5em;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  width: 10em;
  border: 3px solid #796957;
  background: #F9F7F5;
  margin: 10px 0;
}

.flash {
  position: absolute;
  top: 50px;
  left: 10px;
  font-size: 2.5em;
}

.flash.error {
  border-top: 3px solid #714241;
  border-bottom: 3px solid #714241;
  background: #C67E7B;
  color: #352121;
}

.flash.info {
  border-top: 3px solid #4A6E4D;
  border-bottom: 3px solid #4A6E4D;
  background: #89C28F;
  color: #243426;
}

.flash span {
  padding: 10px;
}

.clear_on_focus {
  color: #999;
  text-align: center !important;
}

#cert_footer_frame {
background-color:transparent;
border:medium none;
width:100%;
}

#seo #badges ul {
padding-bottom:2em;
text-align:center;
}
.section-content {
padding-right:10px;
}
ul, ol {
list-style-type:none;
}


