
body{
  font-family: Areal, Tahoma, sans-serif;
  color: #222;
  font-size:14px;
}

form { margin: 0, 10px;}
tr { background-color: #ddeeff;}
td { padding : 4px;}

.btn{
  position: relative;
  display: inline-block;
  border:0.2em solid #445566;
  border-radius: 30px;
  padding:1em 1.5em 1em;
  font-size: 0.575em;
  color:#fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #445566;
  border:0;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
	cursor: pointer;	  
}

.btn:hover,
.btn:focus{
  color: #fff;
  background-color: #667788;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

input.edit1,
textarea.edit1{
  font-size: 1em;
  height: 2.625em;
  width: 15.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color:#666666;
  background-color: #f3f3f3;
  border:1px solid #f3f3f3;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea.edit1{
  height: 20.9em;
  width: 30.625em;
  padding-top:1.1em;
  resize:none;
}

.form-control:focus{
  border-color:#c5a47e;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}
a {color:#246; text-decoration:none;}
