html, body {
	font: 80% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #666666;
	height: 100%;
	margin: 0px;
}

a img {
	border: none
}

a:focus, input, :focus {
	outline: none
}

strong {
	font-weight: bold;
}

#container {
	text-align: center;
	width: 100%;
}

#wrapper {
	width: 710px;
	text-align: left;
	margin: 0 auto;
	display: block;
	height: auto;
	position: relative;
}

#logo {
	float: left;
	display: block;
	width: 146px;
	height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
}

#content {
	float: left;
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	margin: 0;
	width: 564px;
	height: auto;
}

h2 {
	text-indent: -9999px;
	background: url(../images/callus.gif) no-repeat right;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	width: 564px;
	height: 58px;
}

h1 {
	text-indent: -9999px;
	background: url(../images/forward.gif) no-repeat left;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	width: 564px;
	height: 34px;
}

p {
	width: 411px;
	margin: 5px 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
}

.thankyou {
	font-size: 1.1em;
	color: #545d9a;
	display: none;
}

.active {
	display: block;
}

.label_default_text {
	position: relative;
	float: left;
	display: block;
	margin-right: 5px;
	color: #545d9a;
}

.label_select_text{
	width: 135px;
	margin-right:10px;
	position: relative;
	float: left;
	display: block;
	color: #545d9a;
}

.fixed_width {
	width: 60px;
}

.yourfriends_label {
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
}

#sendtofriend, #mailinglistform {
	float: left;
	display: block;
	position: relative;
	width: 415px;
	height: auto;
	margin: 0;
	padding: 0;
}

#full_name, #email, #friends_email,#firstname, #lastname {
	border: 1px solid #d6d6d6;
	background-color: white;
	width: 340px;
	margin: 0 0 5px;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	color: #666666;
}

.select{
	border: 1px solid #d6d6d6;
	background-color: white;
	width: 265px;
	margin: 0 0 5px;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	color: #666666;
}

#friends_email {
	width: 396px;
}

#submit_button {
	display: block;
	float: left;
	position: relative;
	width: 194px;
	height: 48px;
	margin: 0;
	padding: 0;
	background: url(../images/sendbutton.gif) no-repeat;
	text-indent: -9999px;
	border-style: none;
}

#back_button {
	display: block;
	float: left;
	position: relative;
	width: 218px;
	height: 48px;
	margin: 0;
	padding: 0;
	background: url(../images/backbutton.gif) no-repeat;
	text-indent: -9999px;
}

#bottomline {
	background: url(../images/bottombreaker.gif) no-repeat center;
	width: 700px;
	height: 15px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	clear: both;
}



#backtosite {
	display: block;
	float: left;
	position: relative;
	width: 218px;
	height: 48px;
	margin: 0;
	padding: 0;
	background: url(../images/backtosite.gif) no-repeat;
	text-indent: -9999px;
}


.field{
	margin-bottom:10px;
	display:block;
}

