<div class="Draggable">
  <style type="text/css">
      #Lightbox {
        width:500px ! important;
      }
    </style>
  <h1>
    <strong class="Heading">
            Email page to your friends
          </strong>
  </h1>
  <form id="Message-Form" method="post" onsubmit="return $ajax(this);" action="http://www.webjam.com/cedric/sector9/skaters/~SendPageLink">
    <input type="hidden" style="display : none;" name="postType" value="webjam">
    </input>
    <input type="hidden" name="url" style="display:none;" value="">
    </input>
    <div class="Beige-Box">
      <div class="Ajax-Panel Form-Response" id="Message-Form-Response" style="display:none;">
      </div>
      <div class="Invite-Form">
        <p class="Notify-Top-Copy">Please edit the message and select the people you want to notify from the list of contacts or by entering the email addresses</p>
        <label for="from" class="Mini" id="from-label">From:</label>
        <input type="text" id="from" name="from" style="margin-bottom:10px;width:280px;">
        </input>
        <span class="Required">*</span>
        <br />
        <label for="subject" class="Mini" id="subject-label">Subject:</label>
        <input type="text" id="subject" name="subject" style="margin-bottom:10px;width:280px;" value="Check out this page">
        </input>
        <span class="Required">*</span>
        <br />
        <label for="message" class="Mini" id="message-label">Message:</label>
        <textarea name="message" id="message" style="margin-bottom:10px;width:280px;height:60px" maxlength="1000"></textarea>
        <span class="Required">*</span>
        <br />
        <br clear="left" />
        <div class="Notify-Email">
          <label for="to" class="Mini" id="email-label">Email:</label>
          <span style="margin-left:10px;">
            <a href="#" onclick="return $popup($url + '~ImportEmailAddresses');" class="Import-Email-Addresses">
              <strong>import email addresses</strong>
            </a>
          </span>
          <div style="float:left;margin-top:3px;">
            <textarea name="usernames" id="usernames" class="Grey" style="width:280px;height:60px" onclick="if(this.value.indexOf('@') == -1) this.value = '';">Add email addresses separated by a comma ","</textarea>
          </div>
        </div>
        <div class="Notify-Bottom-Copy">
        </div>
        <br clear="left" />
      </div>
      <br clear="both" />
    </div>
    <div class="InputButtons InviteButtons">
      <button type="submit" id="Send-Message-Button" class="Green" onclick="             if($(&quot;#SelectAll&quot;)[0].checked)              {               if (!confirm(&quot;Are you sure you want to send this message to ALL of your friends including non-members of this webjam?&quot;)) return false;             }           ">
          Send
        </button>
      <button type="button" onclick="$lightbox(true);" class="Red">Cancel</button>
    </div>
    <br clear="left" />
  </form>
</div>