/* CSS Document */

div.sendToFriend
{	
	font-family:Arial, Trebuchet MS, Sans-Serif;
	background:#D8D9DB url(/Shared/css/images/col2contentbg.gif) repeat-y;
}

div.sendToFriend h1
{	
	font-size:1.8em;
	font-weight:normal;
	line-height:37px;
	text-indent:14px;
	color:#000;
	
	background:#D8D9DB url(/Shared/css/images/landing/headerbar.gif) repeat-x;
	height:37px;
}

div.sendToFriend div.sendtofriendmargin
{
	margin:0 14px 0 14px;
}

div.sendToFriend h2
{	
	font-size:1.2em;
	padding-bottom:5px;
}

div.sendToFriend h3
{	
	font-size:1.0em;
	color:#EF1B27;
	padding-bottom:5px;
}

div.sendToFriend p
{	
	font-size:1.0em;
	padding-bottom:5px;
}

div.sendToFriend tr.alertMessage
{
	background-color:#FCAC39;
}

div.sendToFriend tr.errorMessage
{
	background-color:#FCAC39;	
}

div.sendToFriend table
{	
	width:400px;
	border-collapse:collapse;
}
div.sendToFriend table input
{	
	width:200px;
}

div.sendToFriend table textarea
{	
	width:300px;
}

div.sendToFriend table th
{	
	width:75px;
	padding:7px 0px 7px 0;
	vertical-align:top;
}

div.sendToFriend table span.error
{
	display: block;
	padding-left: 25px;
	background: url(images/error.gif) no-repeat 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:normal;
}

div.sendToFriend div.actionButtons
{	
	margin-top:10px;
	padding:0 20px 0 20px;
}

div.sendToFriend div.actionButtons p
{	
	padding:10px 0px 10px 0px;
}

div.sendToFriend div.actionButtons input
{	
	float:left
}

div.sendToFriend div.actionButtons input.btnSend
{	
	float:right
}




