/* CSS Document */
#expandable1 {
	display: none;
}

#sendfriendwrapper{
	width:150px;
}

.sendfriendlabel{
	width:139px;
	height:25px;
	background-color:#003399;
	margin-top:1px;
	padding:4px 0 0 10px;
	color:#fff;
}

*html .sendfriendlabel{
	width:140px;
}

.sendfriendlabel p{
	padding-top:0;
	font-size:70%;
	color:#fff;
	font-weight:bold;
}

*html .sendfriendlabel p{
	margin:0;
	color:#fff;
}

.sendfriendlabel a:link, .sendfriendlabel a:visited {
	line-height: 2em;
	color:#fff;
	text-decoration:none;
	font-size: 70%;
	font-weight: 700;
}

.sendfriendlabel a:hover {
	color:#FFF645;
	text-decoration:none;
}

.sendfriendform{
	width:133px;
	min-height:244px;
	padding:8px;
	background:url(file:///C|/Documents%20and%20Settings/Neil%20Dickinson/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/site_elements/navigation/print_email_bg.gif) top left repeat-y;
	margin-top:1px;
}

*html .sendfriendform{
	height:254px;
	overflow:visible;
}

.sendfriendform p{
	font-size:70%;
	color:#fff;
	margin:0;
}

.sendfriendlabel img{
	float:left;
	margin-right:10px;
	color:#fff;
}

.sendfriendformfields{
	background:#fff;
	border:0;
	width:132px;
	margin:0;
	margin:2px 0 4px 0;
	color:#039;
	font-size:60%;
}

.sendfriendformfieldlarge{
	background:#fff;
	border:0;
	width:132px;
	height:60px;
	color:#039;
	font-size:80%;
	margin:2px 0 4px 0;
}
.sendfriendbutton{
	background:#fff;
	color:#039;
	border:0;
	padding:2px;
	font-size:70%;
	float:right;
	width:60px;
	margin-top:5px;
}
.sendfrienderror{
	color:#FFF645;
}

