div#formdiv{
 position: relative;
  float: right;
  width: 380px;
  margin-left:20px;
 clear: both;
}

form {
  position: relative;
  left: 50px;
  float: left;
  width: 280px;
  font-weight: bold; 
  text-align: center;

}
label,input {
	display: block;
	width: 150;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
       
	padding-right: 10px;
}

br {
	clear: left;
}

fieldset{
  border : 0px solid #fff;

}