/* sendafreind form */



#sendafriend
{
	width: 980px;
	border: 0px solid #ff0000;
	padding-top: 30px;
}
#sendafriend .form_border {
	
	background: #e0e0e0;
	border-top: 1px solid #ccc;
	padding: 30px;	
	width: auto;
}
/*
#sendafriend form
{
	background: #e0e0e0;
	border-top: 1px solid #ccc;
	padding: 30px;	
	width: auto;
}
*/

#sendafriend label {
	display: block;	
	margin-bottom:3px;
	width:100%;
}

#sendafriend input {	
	background:url(images/bg_form_input.gif) no-repeat;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	border-top:0;
	border-left:0;
	display:block;
	height: 19px;
	line-height: 19px;
	margin-right:0px;
	width:367px;	
}

#sendafriend textarea {
	background:url(images/bg_form_input.gif) no-repeat;
	border-top:0;
	border-left:0;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	height: 94px;
	margin-bottom:5px;
	overflow: hidden;    
	width:370px;	
}

#sendafriend .send {
	float:right;
	padding: 10px 3px 0 0;

}

#sendafriend .send input {
	background: url(images/bg_button.gif) no-repeat;
	border:0;
	float: right;
	font-size:12px;
	font-weight:bold;
	height:31px;
	margin-left: 10px;
	padding-bottom: 4px;
	width:104px;
}

#sendafriend #field-saf-captcha {	
	margin-top:18px;
	width:257px;
}
#sendafriend .captcha {
	height: 65px;	
	margin-top:10px;
}

#sendafriend .captcha img {
	float:left;
	margin-right:14px;
}

#sendafriend .left-column div, 
#sendafriend .right-column div
{
	margin-bottom:10px;
	width:auto;
}

#sendafriend fieldset
{
	border:0;
	width:370px;
}
#sendafriend .left-column
{
	float: left;
}
#sendafriend .right-column
{
	float: right;
}

#sendafriend-close
{
	display: block;
	float: right;
	padding: 8px 0 0 0;
	/*font-size: 10px;*/
}

.hidden 
{
	display: none;
}