body {
font-size: 80%;
font-family: arial,helvetica,sans-serif;
background: #000;
color: #272727;
}
img {
border: 0;
}

a {color: #178DC6; 
text-decoration: none; 
font-weight: normal; 
background-color: transparent;
}

a:hover {
text-decoration:underline;
}

h1, h2 {
font-size:130%;
margin-top: 2em;
}

input {}

#container {
margin-left: auto;
margin-right: auto;
width: 900px;
font-size: 1.2em;
background:#fff;
text-align:center;
}

#content {
color: #111111;
padding:4em;
}

#form {
text-align: left;
margin-left: 3em;
margin-top: 1em;
}
.note {font-size:80%}
.formInputs, .formText {float:left;}
.formInputs p, .formText p {margin-top:0;margin-bottom:8px;}
.submit {
width:5em;
margin-left: auto;
margin-right: auto;
}
.submit input {
font-size:100%;
}