@charset "UTF-8";
/* CSS Document */

html {
  margin:0;
  padding:0;
  height:100%;
}

body {
  color: #fff;
  background-color: #024c8e;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  line-height: 18px;
  font-size: 12px;
  text-align: left; /* LTR */
  margin:0;
  padding:0;
}

a {color:#9bc7f4;}
a:hover {color:#f00;}

.main {
width:690px;
height:430px;
background:url(bg.jpg) no-repeat;
}

.donate {background:url(donate.jpg) no-repeat;width:200px;height:71px;border:0px;}
.donate:hover {background:url(donate_over.jpg) no-repeat;width:200px;height:71px;border:0px;}

.signup {background:url(joinus.jpg) no-repeat;width:300px;margin-left:140px;margin-top:15px;padding-left:100px;float:left;}
.entry_email {padding:2px;width:150px;float:left;margin-right:6px;height:15px;}
.entry_zip {padding:2px;width:50px;float:left;margin-right:6px;height:15px;}

.btn {
background: url(join_btn.jpg) repeat-x;
border:0;
width:50px;
height:30px;
cursor: pointer;
font-size:0px;
float:left;
}
.btn:hover {
background: url(join_btn_over.jpg) repeat-x;
border:0;
width:50px;
height:30px;
cursor: pointer;
font-size:0px;
float:left;
}

.legal {background:url(legal.jpg) no-repeat;width:359px;height:25px;margin-top:80px;}