@charset "iso-8859-1";


.tell_friend_container{	
	width:620px;
	margin:20px auto;
	margin-bottom: 10px;
}



.tell_friend_title_tab{
	background-color:#f1f1f1;
	border:1px solid #cccccc;
	border-bottom:none;
	width:598px; height:26x;
	padding:10px 10px 10px 10px;
	font-weight:bold;
}

.tell_friend_text_tab{
	border:1px solid #cccccc;
	border-top:none;
	width:598px;
	padding:10px;
}

.tell_friend_text{
	border:1px solid #cccccc;
	border-top:none;
	width:598px;
	padding:10px;
}

.tell_friend_form_container{
	padding:5px;
}


.tell_friend_form_container fieldset{
	padding-bottom:5px;
	border:0;
}

.tell_friend_form_container label{
	float:left; 
	margin-right:10px;
	font-size:12px;
	display:block;
	width:180px;
	padding-bottom:5px;
}

.tell_friend_form_container .inputfield{
	float:left;
	padding:0;
	border: 1px solid #cfcfcf;
	font: 11px Arial, Helvetica, sans-serif;
	color:#666;
	height:16px;
	padding-left:2px;
	border:1px solid #8C9CAB;
}

.tell_friend_form_container .captcha_wrapper{
	float:left; 
	width:250px;	
}

.tell_friend_form_container a{
	margin:0 5px;
}

