body {
	margin: 0;
	padding: 0;
	background: url(/images/ipa_bkg.gif);
}

#website {
	width: 744px;
	margin: 40px auto;
	border: 15px solid white;
}

div, input, label, h2, form {
	padding: 0;
	margin: 0;
}

#mainContent {
	width: 744px;
	height: 550px;
}

#leftColumn {
	float:left;
	width: 330px;
}
#rightColumn {
	float: left;
	width: 414px;
	height: 550px;
	background: url(/images/send-it-on/mainBackground.jpg) top right no-repeat;
}

#males {
	clear: both;
	width: 135px;
}
#females {
	clear: both;
	width: 135px;
}

.submitButton {
	float: left;
	text-indent: -200em;
	clear: both;
	width: 127px;
	height: 64px;
	background: url(/images/send-it-on/buttonSend.gif);
	margin: 15px 0 0 0;
	cursor: pointer;
}

input.radio {
	float: left;
	margin: 0 5px 0 0;
}
.error  {
	color: #f00;
	clear: both;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.error a {
	color: #000;
	clear: both;
	padding: 0;
	margin: 0;
}
/*-- Image Replacement --*/
/*---- Headers ----*/
h1#sendItOn {
	text-indent: -200em;
	width: 247px;
	height: 33px;
	background: url(/images/send-it-on/headerSendItOn.gif) no-repeat bottom;
	margin: 30px 0 0 0;
	padding: 0;
}
h2#click {
	text-indent: -200em;
	width: 199px;
	height: 36px;
	background: url(/images/send-it-on/buttonClick.gif) no-repeat bottom;
	margin: 20px 0 20px 0;
	padding: 0;
}
h2#findAName {
	text-indent: -200em;
	float: left;
	clear: both;
	width: 100%;
	height: 21px;
	background: url(/images/send-it-on/headerFindAName.gif) no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
}
h2#email {
	text-indent: -200em;
	float: left;
	clear: both;
	width: 379px;
	height: 53px;
	background: url(/images/send-it-on/headerEmail.gif) no-repeat;
	margin: 25px 0 10px 0;
	padding: 0;
}

/*---- Labels ----*/
label#maleLabel {
	text-indent: -200em;
	float: left;
	width: 49px;
	height: 13px;
	background: url(/images/send-it-on/labelMale.gif) bottom no-repeat;
	padding: 3px 0 0 0;
	margin: 0;
}

label#femaleLabel {
	text-indent: -200em;
	float: left;
	width: 200px;
	height: 13px;
	background: url(/images/send-it-on/labelFemale.gif) bottom no-repeat left;
	padding: 3px 0 0 0;
	margin: 0;
}