/** 
 * Tellfriend plugin style sheet
 *
 * @since 28.03.2005
 * @author Klemen Nagode <klemen.nagode@celtic.si>
 */


#right .tellfriend .box .content form{
	margin:0;
	padding:0;
	height:auto;
	overflow:hidden;
	}
#right .tellfriend .box .content form dl{
	

}
#right .tellfriend .box .content form dt{
	clear:both;
	font-weight:bold;
	width:100%;
}
#right .tellfriend .box .content form dd{

	width:100%;
	margin:0 -20px 0 0;
	padding:0;
} 
#right .tellfriend .box .content form input.text{
	background: white ;
	margin: 0 0 4px 0;
	padding:2px;
	width: 94%;
	border:1px solid;
}
#right .tellfriend .box .content form input.input_button{
	float:left;
}


#right .tellfriend .box .content form  ul, #right .tellfriends .box .content form  ul li {
	background-image:none;
	margin:0;
}
#right .tellfriend .box .content form  p.error{
	font-size:10px;
}
#right .tellfriend .box .content form p.mandatory{
	display:none;
}

