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

body {
margin:0px;
padding:0px;
background-color:#FFFFFF;
font-family:Arial, Tahoma, Helvetica, sans-serif;
font-size:75%;
color: #333333;
}
#container {
position:relative;
margin:0px auto;
width:800px;
min-height:566px;
background-image:url(../holder_images/bg.gif);
background-repeat:no-repeat;
}
#signup {
position:relative;
margin:0px auto 0px auto;
width:311px;
}
#logo {
float:left;
margin:120px 0px 0px 0px;
}
h1 {
float:left;
text-indent:-5000px;
}
#form {
float:left;
width:311px;
margin:30px 0px 0px 0px;
padding:60px 0px 0px 0px;
background-image:url(../holder_images/whatif.png);
background-position:top left;
background-repeat:no-repeat;
}
.country {
float:left;
width:145px;
margin:0px 0px 0px 15px;
}
.email {
float:left;
width:140px;
}
.button {
float:right;
margin:15px 0px 0px 10px;
}
h2 {
color:#247ba8;
margin:0px 0px 0px 0px;
padding:0px;
font-size:1.8em;
line-height:1.2em;
font-weight:100;
}