h3{
  font-family: Helvetica Neue,Helvetica,Aria; 
  font-size:  30px;         
  font-style: normal; 
  font-weight: normal; 
  color:rgb(64, 63, 70);
  text-align: center; 
}

table{
  font-family: Helvetica Neue,Helvetica,Aria;
  color:rgb(0, 0, 0); 
  font-size: 17px; 
  font-style: normal;
  font-weight: normal;
  background-color: rgb(255, 255, 255); 
  border-collapse: collapse; 
  border: 2px solid rgb(109, 109, 119)
}
table.inner{
  border: 0px
}

body {
    background-color: rgb(234, 234, 236);
}

.ButtonConfirm{
  padding-top: 20px;
}

textarea {
  width: 500px;
  height: 100px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  border-color: -moz-use-text-color rgb(73, 72, 72) rgb(54, 53, 53) -moz-use-text-color;
  border-image: none;
  border-radius: 6px 6px 6px 6px;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  box-shadow: 0 1px 2px rgb(0, 0, 0) inset;
  color: #070707;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  transition: background-color 0.2s ease 0s;
  font-weight: normal;
  background: none repeat scroll 0 0 #e2e9e9;
}


textarea:focus {
    background: none repeat scroll 0 0 #e2e9e9;
    outline-width: 0;
    font-weight: normal;
}



/*------------------------TEXT -----------------------------*/ 

#ip1 {
  /*border-radius: 14px;*/
  background: #e2e9e9;
  padding: 10px; 
  width: 200px;
  height: 10px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
}

#ip2 {
  /*border-radius: 14px;*/
  background: #e2e9e9;
  padding: 10px; 
  width: 300px;
  height: 10px;
  font-family: Helvetica Neue,Helvetica,Aria;
  font-weight: normal;
}

#ip3 {
  /*border-radius: 14px;*/
  background: #e2e9e9;
  padding: 10px; 
  width: 60px;
  height: 10px;
  font-family: Helvetica Neue,Helvetica,Aria;
  font-weight: normal;
}

#ip4 {
  /*border-radius: 14px;*/
  background: #e2e9e9;
  padding: 10px; 
  width: 500px;
  height: 10px;
  font-family: Helvetica Neue,Helvetica,Aria;
  font-weight: normal;
}

/*----------------INPUTS--------------------------*/

input[type=text] {
  padding:5px; 
  border:2px solid #ccc; 
  -webkit-border-radius: 5px;
}

input[type=text]:focus {
  border-color:#333;
}


input[type=time] {
  padding:5px; 
  border:2px solid #ccc; 
  -webkit-border-radius: 5px;
}

input[type=time]:focus {
  border-color:#333;
}

input[type=submit] {
  padding:5px 15px;
  background:#7db423; 
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal; 
  height: 60px;
  font-size: 17px;
  /*position: fixed;
  top: 82%;
  left: 47%;*/
}



input[type="radio"] {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                    -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
              0 0 0 1px hsla(0,0%,0%,.6),
              0 2px 3px hsla(0,0%,0%,.6),
              0 4px 3px hsla(0,0%,0%,.4),
              0 6px 6px hsla(0,0%,0%,.2),
              0 10px 6px hsla(0,0%,0%,.2);
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 15px;
  position: relative;
  width: 15px;
  -webkit-appearance: none;
}
input[type="radio"]:after {
  background-color: #444;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
              0 1px 1px hsla(0,0%,100%,.8);
  content: '';
  display: block;
  height: 7px;
  left: 4px;
  position: relative;
  top: 4px;
  width: 7px;
}

input[type="radio"]:checked:after {
  background-color: rgb(235, 12, 12);
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
              inset 0 2px 2px hsla(0,0%,100%,.4),
              0 1px 1px hsla(0,0%,100%,.8),
              0 0 2px 2px hsla(0,70%,70%,.4);
}








.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.infoTxt
{
  font-size: 17px;
  font-style: normal;
}
