fieldset {
	border:0;
}

input, textarea, select {
  font-family:	Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-left: 100px;
  border: 1px solid #929497;
}

span#error {
  margin-left: 100px;
  color:#FF0000;
}

div.row {
  padding: 4px 10px 4px 0;
}

label {
  position: absolute;
  margin-top: 5px;
}

div.buttons {
  margin: 10px 0 0 100px;
  padding-bottom: 10px;
}

div.buttons input {
  margin: 0 20px 0 0;
  width: 7em;
}

div.row input {
	font-size:10px;
	color:#929497;
	padding:3px 5px;
	width:300px;
}

div.row textarea {
	padding:3px 5px;
	width:300px;
}

div.row #submit {
	font-size:11px;
	color:#fff;
	background:#01B5CC;
	border:1px solid #fff;
	width:100px;
}

div.pepper {
	position:relative;
	height:40px;
}

div.pepper #peper {
  position: absolute;
  left:0;
  top:0;
}

div.pepper input {
  position: absolute;
  left:85px;
  top:15px;
  margin:0;
  padding:0;
  border:0;
}

div.pepper label {
  position: absolute;
  left:160px;
  top:14px;
  margin:0;
  padding:0;
}
