  
      .contain {
         width: 390px;
         padding: 10px;
         padding-left: 30px;
         background-color: #73bee5;
         border: 2px solid #1a57a0;
      }
      
      .text {
         width: 350px;
      }
      
      .row {
         margin-bottom: 10px;
      }
      
      .field {
         width: 149px;
      }
      
      .form {
         width: 200px
      }
      
      .year {
         width: 80px;
      }
      
      .left {
         display: inline;
         float: left;
      }
      
      .right {
         display: inline;
         float: right;
      }
      
      input {
         width: 190px;
      }
      
      select {
         width: 190px;
      }

