﻿@charset "utf-8";
/* 
    Document   : sendtoafriend.css
    $LastChangedRevision: 404 $
	$LastChangedBy: ChrisMcKee $
	$LastChangedDate: 2010-03-29 14:09:04 +0100 (Mon, 29 Mar 2010) $
    Description:
        Send to a Friend Popup Styling
*/

body{ background-color:#fff;} 
fieldset{ padding: 10px 8px; }
legend{ font-size:2em; font-weight:600; color:#0092D6; }
ol{ display:block; width:100%; height:250px; position:relative;}
ol li label{ font-weight:600; width:215px; display:block; }
input{ font-size:1.7em; color:#ccc; }
legend { margin: 8px 0; font-size:1.5em;}
textarea{ width:250px; height:200px; padding: 4px; }
#message{ position: absolute; right:0px; top:15px; }
label[for=message]{ right:0px; top:0px; position:absolute; display:block; width:350px;}
input[type=submit]{ position:absolute; bottom:0px; right:0px;}
:focus{ background:#E0E4CC; color:#000;}
