#maintextsignup {
  position:			relative;
  font-size:        		105%;
  margin:          		10px 100px 10px 240px;
  text-align:			center;
  color:			#ffffff;
  line-height:			140%;
  padding:			0px 0px 35px 0px;
}

input  {
  width: 			200px;
  color: 			#781351;
  background: 			#fee3ad;
  border: 			1px solid #781351
}

.submit input  {
  color: 			#000;
  background: 			#ffa20f;
  border: 			2px outset #d7b9c9
}

.submit reset  {
  color: 			#000;
  background: 			#ffa20f;
  border: 			2px outset #d7b9c9
}



form  {
  margin:			10px 120px 10px 10px;
  text-align:			right;
  padding:			10px;
  display: 			block;
}



