#captureemail {
	border: 1px solid #B1774E;
	margin: 10px 0px 0px;
	padding: 5px;
}

#captureemail label {
	text-transform: capitalize;
	color: #000000;
	text-align: right;
	display: block;
	float: left;
	width: 150px;
	padding-right: 10px;
	padding-top: 3px;
}
#captureemail #yourname {
	width: 200px;
	border: 1px solid #CCCCCC;
}
#captureemail #youremail {
	width: 200px;
	border: 1px solid #CCCCCC;
}
#captureemail #friendsname {
	width: 200px;
	border: 1px solid #CCCCCC;
}
#captureemail #friendsemail {
	width: 200px;
	border: 1px solid #CCCCCC;
}
.sendbtn #send {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px 0px 0px 200px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(../main_images/buttons/send_now_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 80px;
	height: 19px;
	max-width: 80px;
	max-height: 19px;
	margin: 0px;
	cursor: pointer;
}

