body {
     background : #FF6700;
}

p {
  margin-top: 0px;
}

 
fieldset {
  width: 400px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fff;
}
 
legend {
  padding: 0px 3px;
  font-weight: bold;
  font-variant: small-caps;
  background-color: #fff;
}
 
label {
  width: 110px;
  display: inline-block;
  vertical-align: top;
  margin: 6px;
}
 
em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
 
input:focus {
  background: #eaeaea;
}
 
input, textarea {
  width: 249px;
}

input[type="radio"]  {
  width: 10px;
}

input[type="color"]  {
  width: 60px;
  height: 40px;
}
 
textarea {
  height: 100px;
}
 
select {
  width: 254px;
}
 
input[type=checkbox] {
  width: 10px;
}
 
input[type=submit] {
  width: 150px;
  padding: 10px;
}
