
#send_form_container 
{
    position: absolute;
    width: 600px;
    top: 60px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    padding: 10px;
   	border:10px solid #809190;
    display: none;
}


.sendtofriend
{
    float: left;
	position:relative;
	color: #000;
	font-family:  Arial, Helvetica, sans-serif;
	width:560px;
	height:300px;
	border:1px solid #809190;
	padding: 20px;
    
    }
    
