/* send site to a friend
 * ------------------------------------------------------------------------- */
 
#send-site-body { background-image:none; padding:10px; }
#send-site-wrap { width:380px; height:300px; }
#send-site-wrap h1, #send-site-wrap p { text-align:center; } 

/* send-site form */
#send-site-form label { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#725D3B; 
						width:80px; position:relative; display:block; text-align:right; color:#725D3B; }
#send-site-form label input, #send-site-form label textarea { background-color:#fff; border:1px solid #725D3B; position:absolute; width:200px; left:110%; top:-2px; }
#send-site-form label textarea { width:200px; height:100px; top:0; }
.send-site-submit { background-color:#fff; width:60px; cursor:pointer; margin:85px 0 0 228px; }
.bold-text { font-weight:bold; color:#cc0000; }