﻿<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="ContactUs.aspx.vb" 
Inherits="ContactUs" 
title="Safety Statements for Irish SME's - ComplianceDoc" ValidateRequest="false" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
    <style type="text/css">
        .style1
        {
            font-size: small;
        }
    </style>
<meta name="description" content="ComplianceDoc is the first Irish based online website specifically designed to help Irish small to medium enterprises generate their own safety statement documents" />
<meta name="subject" content="ComplianceDoc is the first Irish based online website specifically designed to help Irish small to medium enterprises generate their own safety statement documents." />
<meta name="keywords" content="safety statement,safety ireland,safety statement document,safety policy,safety compliance,compliancedoc,health and safety" />
<meta name="classification" content="safety statement,safety ireland,safety statement document,safety policy,safety compliance,compliance,compliancedoc,health and safety" />
<meta name="Memberships" content="OSHA, European Agency for Safety and Health at Work, West Cork Enterprise Board,Health and Safety Authority, Health and Safety Executive, Institute of Occupational Safety and Health, SME, Tilleard Goya Ltd "> 

<meta name="abstract" content="compliancedoc.ie" />
<meta name="owner" content="compliancedoc.ie" />
<meta name="copyright" content="© 2009 ComplianceDoc" />
<meta name="author" content="Custom Software Design Group, www.customsoftwaredesigngroup.com" />
<meta name="publisher" content="Custom Software Design Group, www.customsoftwaredesigngroup.com">

<meta name="Geography" content="Atrium Business Centre, Blackpool, Cork, Ireland" />
<meta name="country" content="en-ie" />
<meta name="Language" content="English" />
<meta name="distribution" content="GLOBAL">

<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="msnbot" content="index, follow">
<meta name="revisit-after" content="2 days" />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="never" />
<meta http-equiv="Robots" content="index, follow" />
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
     <div id="introduction">
				               
	<h2>Contact <span class="siteblue">ComplianceDoc</span> !</h2>

    <div id="profileRight">
    <h4>Corporate Office : </h4>
    <div style="padding:10px 10px 10px 10px; width:100%;">
    ComplianceDoc,<br />
Atrium Business Centre,<br />
Blackpool, <br />
Cork, <br />
Ireland.<br />
        <br />
        Contact Number : 021 421 7488<br />
    </div>
    
    <h4>Email Address : </h4>
    <div style="padding:10px 10px 10px 10px; width:100%;">
    <a href="mailto:info@compliancedoc.ie">info@compliancedoc.ie</a><br />
    </div>
    </div>
    
	
	<div id="profileArea">
    <asp:Panel ID="EmailPnl" runat="server">    
    <br />
    <table border=0 width=470>
    <tr>
     <td align=right valign=top width=110>Your Name : </td>
     <td align=left>
         <asp:TextBox ID="NameTB" runat="server" Width="250px"></asp:TextBox>
         <asp:RequiredFieldValidator ID="RequiredFieldValidator2" ControlToValidate="NameTB" ValidationGroup="EmailValidation" runat="server" 
             ErrorMessage="* required">* required</asp:RequiredFieldValidator>
     </td>
    </tr>
    <tr>
     <td align=right valign=top width=110>Company Name : </td>
     <td align=left>
         <asp:TextBox ID="CompanyNameTB" runat="server" Width="250px"></asp:TextBox>
         <asp:RequiredFieldValidator ID="RequiredFieldValidator1" ControlToValidate="CompanyNameTB" ValidationGroup="EmailValidation" runat="server" 
             ErrorMessage="* required">* required</asp:RequiredFieldValidator></td>
    </tr>
        <tr>
            <td align="right" valign="top" width="110">
                Email Address :</td>
            <td align="left">
                <asp:TextBox ID="EmailTB" runat="server" Width="250px"></asp:TextBox>
                <asp:RequiredFieldValidator ID="validEmailRequired" runat="server" 
                    ControlToValidate="EmailTB" display="Dynamic" 
                    ValidationGroup="EmailValidation">* required</asp:RequiredFieldValidator>
                <asp:RegularExpressionValidator ID="validEmailRegExp" runat="server" 
                    ControlToValidate="EmailTB" Display="Dynamic" 
                    errormessage="<BR />Please enter a valid email address." 
                    ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" 
                    ValidationGroup="EmailValidation" />
            </td>
        </tr>
     <tr>
     <td align=right valign=top width=110>Contact Number : </td>
     <td align=left>
         <asp:TextBox ID="ContactNumberTB" runat="server" Width="250px"></asp:TextBox>
         <asp:RequiredFieldValidator ID="RequiredFieldValidator4" ControlToValidate="ContactNumberTB" ValidationGroup="EmailValidation" runat="server" 
             ErrorMessage="* required">* required</asp:RequiredFieldValidator></td>
    </tr>
     <tr>
     <td align=right valign=top width=110>Subject : </td>
     <td align=left>
         <asp:TextBox ID="SubjectTB" runat="server" Width="250px"></asp:TextBox>
         <asp:RequiredFieldValidator ID="RequiredFieldValidator3" ControlToValidate="SubjectTB" ValidationGroup="EmailValidation" runat="server" 
             ErrorMessage="* required">* required</asp:RequiredFieldValidator></td>
    </tr>
    <tr>
     <td align=right valign=top width=110>Enquiry : </td>
     <td align=left>
         <asp:TextBox ID="MessageTB" runat="server" Height="146px" TextMode="MultiLine" 
             Width="340px"></asp:TextBox>
     </td>
    </tr>
        <tr>
            <td align="right" valign="top" width="100">
                &nbsp;</td>
            <td align="left">
                <asp:Button ID="Button1" runat="server" Text="Send Message" 
                    ValidationGroup="EmailValidation" />
            </td>
        </tr>
    </table>
     </asp:Panel>
     <asp:Panel ID="ConfirmPnl" runat="server" Visible="false">
     <div style="padding:25px 10px 10px 40px;height:300px;">
         <b><span class="style1">You message has been sent. Thank you.<br />
         <br />
         -- ComplianceDoc</span></b>
     </div>
     </asp:Panel>
	</div>
	
	</div>
</asp:Content>


