body, html { font-family: Helvetica, sans-serif; line-height:165%; font-size: 12pt; }
input[type="radio"], input[type="checkbox"] { display: inline; }  
input[type="text"], button { padding: 7px; border: 1px dashed #000; background-color: #eee; font-size: 11pt; margin: 5px;}  
input[type="text"]:focus{ background-color: #fff; }  
.wrapper { display:block; }
#container { width: 70%; margin: 0 auto; }
header { font-family: "Poiret One", sans-serif; font-size: 42pt; line-height: 135%;}
footer { text-align:center; padding: 10px; }
h2 { margin: 15px 0; } p { margin: 6px 0; }
	a { color: #666; text-decoration: none; border-bottom: 1px dashed #777; }
	a:hover { color: #a9a9a9;border-bottom: 1px dashed #a9a9a9;  }
#message { color: #ff0000; }

 @media screen and (max-width: 1100px) {
         #container { width: 94%;}
    
}