@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding 0; }
a { text-decoration: none; color: #0084b4; }
blockquote {margin: 10px;}
p {margin: 10px 0}
a:hover { text-decoration: underline; }
ul { list-style: none; }
h1, h2, h3, h4 {font-family: Helvetica, Arial, Sans-Serif;}
h1 {font-size: 3.0em; line-height: 1em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.3em;text-align: left; margin-bottom: 8px;}
h4 {font-size: 1.0em;}
h5 {font-size: .75em;}
img { border-style: none; }

body {
 font: .90em Helvetica, Arial, Sans-Serif;
/* background: #9ce4e7 url(clouds.gif) fixed no-repeat top left; */
 background: #9ce4e7 url(bg.gif) repeat top left;
 color: #333;
}

#form {
 width: 730px;
 padding: 20px;
 background-color: #fff;
 -moz-border-radius-topleft: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-topright: 5px;
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
}

#footer{
 width: 770px;
 margin-bottom: 0px;
 height: 236px;
}

#right{
float: right;
vertical-align: top;
margin-bottom: 0px;
}

#pie{
width: 90px;
float: right;
padding-bottom: 20px;
}

#info{
margin-top: 20px;
width: 50%;
float: right;
vertical-align: top;
margin-bottom: 0px;
}

#share{
float: right;
vertical-align: text-top;
}

#error{
margin-left: 10px;
}

#header{
 width: 770px;
}

.center {
 margin-left: auto;
 margin-right: auto;
}

.input {
height: 24px;
font-size: 1em;
}

.input2 {
margin-left: 8px;
}

#bases{width:50px;}