* {
	margin: 0;
	padding: 0;
}

/* @group hacks */

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	color: #1a1911;
	font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #565651;
	text-align: center;
}

a {
	color: #1a1911;
	text-decoration: none;
}

ul {
	position: relative;
	list-style: none;
}

hr {
	display: none;
}

h1{
	background: #734668;
	padding: 5px 5px 5px 60px;
	float: right;
	font-size: 18px;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	text-align: left;
	margin-bottom: 8px;
}

#sendtofriend label{
	display: block;
	width: 90px;
	float: left;
	margin: 5px 0;
}

#sendtofriend input{
	margin: 5px 0;
}

body#sendtofriend{
	width: 250px;
	background: #6b6e68;
	color: #fff;
	
}

body#sendtofriend div#container{
	width: 250px;
	margin: 10px auto;
}

#sendtofriend p{
	font-size: 10px;
}

#sendtofriend p a{
	font-size: 12px;
	display: block;
	margin: 10px 0;
}

#sendtofriend p a:hover{
	color: #fff;
}

#sendtofriend textarea{
	height: 70px;
	width: 195px;
}

#sendtofriend p#error{
	border-top: 1px solid #fdc6cc;
	font-style: italic;
	color: #fdc6cc;
	font-size: 11px;
	line-height: 12px;
	margin-top: 10px;
}

#sendtofriend h1{
	color: #fff;
}

