#formBox {
		position: relative;
		height: auto;
		width: 750px;
}
#form1 {
		text-align: center;
		position: relative;
		height: auto;
		width: 750px;
		border-bottom: 1px solid #FFCCFF;
}

#form2 {
		position: relative;
		height: auto;
		width: 600px;
		line-height: 130%;
		font-size: 12px;
		margin-left: 50px;
}
#form2 input {
	font-size: 16px;
	line-height: 150%;
}

#form3 {
		position: relative;
		height: 50px;
		width: 750px;
		border-top: 1px solid #FFCCFF;
		text-align: center;
		font-weight: bold;
		margin-top: 20px;
}
