html,body {
height:100%;
}

body{
line-height:1.5;
background:lightgray;
}

#container  {
max-width:1000px;
width:95%;
margin:auto;
border:0;
font-family: arial,verdana,sans-serif;
font-size:100%;
}

input {
width:50px;
}



h2 {
font-size:95%;
}

h6 {
font-size:100%;
font-weight:bold;
padding:0;
margin:5px;
margin-top:20px;
}

legend {
font-size:100%;
font-weight:bold;
}

label {
font-size:100%;
font-weight:bold;
}

.bold {
font-weight:bold;
}

form {
font-size:90%;
line-height: 2;
}

textarea {
width:90%;
height:100px;
}

#results {
display:none;
width:95%;
font-size:90%;
}

#notes {
position:relative;
width: 95%;
padding-left:5px;
margin-top:10px;
margin-bottom:20px;
}