<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="html" indent="no" doctype-system="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />
  
  
  <xsl:include href="/app/tools/corp/templates/includes/global.xsl" />
  
  
  <xsl:template name="pageContent">
	
	<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
              <tr align="center" valign="top">
                <td align="left" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td align="center" valign="top"><img src="/corporate/images/Title_ContactUs.gif" /></td>
                    </tr>
                    <tr>
                      <td align="center" valign="top"><br />

					 						<xsl:if test="Success">
					 							<span class="text">Thank you for your interest in RoyaltyShare!
					 							<br /><br />Click <a href="/">here</a> to return to our homepage</span>
					 							<br /><br />
					 						</xsl:if>
					 						
								    	<xsl:if test="Form/@e">
			    							<span class="text" style="color: #ff0000"><xsl:value-of select="Form/Contact/Email/@e" /></span>
			    						</xsl:if>
			    						
					 						<xsl:if test="not(Success)">
 							
 							
                      	<form method="post" action="/corp/contact">
                      		<input name="formSubmit" type="hidden" value="1" />
	                        <table width="95%" border="0" cellspacing="0" cellpadding="3">
	                          
	                          <tr>
	                            <td width="22%" align="right" valign="top"><strong class="date">First Name: </strong></td>
	                            <td width="78%" align="left"><input name="Form_Contact_FirstName" type="text" size="50" value="{Form/Contact/FirstName}" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top" class="date"><strong>Last Name: </strong></td>
	                            <td align="left"><input name="Form_Contact_LastName" type="text" size="50" value="{Form/Contact/LastName}" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top" class="date"><strong>Title:</strong></td>
	                            <td align="left"><input name="Form_Contact_Title" type="text" size="50" value="{Form/Contact/Title}" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top" class="date"><strong>Company:</strong></td>
	                            <td align="left"><input name="Form_Contact_Company" type="text" size="50" value="{Form/Contact/Company}" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top" class="date"><strong>E-mail:</strong></td>
	                            <td align="left"><input name="Form_Contact_Email" type="text" size="50" value="{Form/Contact/Email}" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top" class="date"><strong>Phone:</strong></td>
	                            <td align="left"><input name="Form_Contact_Phone" type="text" size="50" value="{Form/Contact/Phone}" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top" class="date"><strong>Website:</strong></td>
	                            <td align="left"><input name="Form_Contact_Website" type="text" size="50" value="{Form/Contact/Website}" /></td>
	                          </tr>
	                          <tr>
	                            <td colspan="2" align="right" valign="top"><hr size="1" color="becoaa" width="92%" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top"><strong class="date">Type of Business: </strong></td>
	                            <td align="left" valign="top"><table width="95%" border="0" cellspacing="0" cellpadding="1">
	                                <tr>
	                                  <td width="20" valign="middle" class="copy">
	                                  	<input type="radio" value="bookpub" name="Form_Contact_Business" style="margin-top: -2px;">
	                                  	 	<xsl:if test="Form/Contact/Business = 'bookpub'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>
	                                  </td>
	                                  <td width="432"  valign="middle" class="copy">Book Publisher</td>
	                                </tr>	                            
	                                <tr>
	                                  <td width="20" valign="middle" class="copy">
	                                  	<input type="radio" value="label" name="Form_Contact_Business" style="margin-top: -2px;">
	                                  	 	<xsl:if test="Form/Contact/Business = 'label'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>
	                                  </td>
	                                  <td width="432"  valign="middle" class="copy">Record Label</td>
	                                </tr>
	                                <tr>
	                                  <td valign="middle" class="copy">
	                                  	<input type="radio" value="distributor" name="Form_Contact_Business" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Business = 'distributor'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>	
	                                  </td>
	                                  <td valign="middle" class="copy">Distributor</td>
	                                </tr>
	                                <tr>
	                                  <td valign="middle" class="copy">
	                                  	<input type="radio" value="dms" name="Form_Contact_Business" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Business = 'dms'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>	
	                                  </td>
	                                  <td valign="middle" class="copy">Digital Music Service </td>
	                                </tr>
	                                <tr>
	                                  <td valign="middle" class="copy">
	                                  	<input type="radio" value="mgmtfirm" name="Form_Contact_Business" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Business = 'mgmtfirm'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>		                                  	
	                                  </td>
	                                  <td valign="middle" class="copy">Management Firm </td>
	                                </tr>
	                                <tr>
	                                  <td valign="middle" class="copy">
	                                  	<input type="radio" value="publisher" name="Form_Contact_Business" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Business = 'publisher'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>		                                  	
	                                  </td>
	                                  <td valign="middle" class="copy">Music Publisher</td>
	                                </tr>
	                                <tr>
	                                  <td valign="middle" class="copy">
	                                  	<input type="radio" value="other" name="Form_Contact_Business" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Business = 'other'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>		                                  	
	                                  </td>
	                                  <td valign="middle" class="copy"> Other (please specify)</td>
	                                </tr>
	                                <tr>
	                                  <td colspan="2"><input name="Form_Contact_Type" type="text" size="50" value="{Form/Contact/Type}" /></td>
	                                </tr>
	                            </table></td>
	                          </tr>
	                          <tr>
	                            <td colspan="2" align="right" valign="top"><hr size="1" color="becoaa" width="92%" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top"><strong class="date">I'm interested in: </strong>                            </td>
	                            <td align="left" valign="top"><table width="95%" border="0" cellspacing="0" cellpadding="1">
	                                <tr>
	                                  <td align="left" valign="top" width="20">
	                                  	<input type="radio" value="services" name="Form_Contact_Interest" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Interest = 'services'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>		                                  	
	                                  </td>
	                                  <td align="left" width="432" valign="middle" class="copy">Talking to someone about RoyaltyShare's Services</td>
	                                </tr>
	                                <tr>
	                                  <td align="left" valign="top">
	                                  	<input type="radio" value="partnership" name="Form_Contact_Interest" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Interest = 'partnership'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>		                                  	
	                                  </td>
	                                  <td align="left" valign="middle" class="copy">Talking to someone about a potential partnership with RoyaltyShare</td>
	                                </tr>
	                                <tr>
	                                  <td align="left" valign="top">
	                                  	<input type="radio" value="media" name="Form_Contact_Interest" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Interest = 'media'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>		                                  	
	                                  </td>
	                                  <td align="left" valign="middle" class="copy">I am a member of the media and would like to speak with a RoyaltyShare executive</td>
	                                </tr>
	                                <tr>
	                                  <td align="left" valign="top">
	                                  	<input type="radio" value="other" name="Form_Contact_Interest" style="margin-top: -2px;">
	                                  	  <xsl:if test="Form/Contact/Interest = 'other'">
	                                  	 		<xsl:attribute name="checked">checked</xsl:attribute>
	                                  	 	</xsl:if>
	                                  	</input>		                                  	
	                                  </td>
	                                  <td align="left" valign="middle" class="copy">Other</td>
	                                </tr>
	                            </table></td>
	                          </tr>
	                          <tr>
	                            <td colspan="2" align="right" valign="top"><hr size="1" color="becoaa" width="92%" /></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top"><strong class="date">Comments: </strong></td>
	                            <td align="left"><textarea name="Form_Contact_Comments" cols="48" rows="8"><xsl:value-of select="Form/Contact/Comments"/></textarea></td>
	                          </tr>
	                          <tr>
	                            <td align="right" valign="top">&#160;</td>
	                            <td align="left" valign="middle">
	                              <input type="submit" name="Submit" value="Submit Form" />
															</td>
	                          </tr>
	                        </table>
	                      </form>        
	                      
	                    </xsl:if>
	                                    
	                  	</td>
                    </tr>
                </table></td>
              </tr>
          </table>
	</xsl:template>                
              
                
</xsl:stylesheet>          
