/* send site to a friend
 * ------------------------------------------------------------------------- */
 
#send-site-body { background-image:none; padding:10px; }
#send-site-wrap { width:380px; height:300px; text-align:left; }
#send-site-wrap h1, #send-site-wrap p { text-align:center; } 


/* send-site form */

#send-site ul li	{ width: 380px; display: block; float: left; clear: left; }
#send-site ul li label { 
	width:105px; w\idth: 97px; padding: 0 8px 0 0;
	position:relative; float: left;
	text-align:right; 
	margin-bottom:5px; 
	}
	
#send-site ul li input, #send-site ul li textarea, #send-site ul li select { 
	width:160px;
	position: relative;
	left:0; 
	top:-2px;
	}

#send-site ul li input#email2	{ width: 30px; }
	
#send-site ul li textarea	{ height:100px; }


.send-site-submit { background-color:#fff; width:60px; cursor:pointer; margin: 5px 0 0 115px; padding:0; }
.bold-text { font-weight:bold; color:#cc0000; margin: 0; }
	
