@charset "utf-8";
/* CSS Document */

#form {
  border: 1px solid #e4e4e4;
  border-radius:3px;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  background-color:rgba(0,0,0, 0.03);
}

#form label { display:block;}

#form input[type="text"],
#form select,
#form textarea
{
	border:1px solid #aaa;
	 border-radius:3px;
  width:100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  width:200px;

}
 
