Wholesale

.page-title {
visibility:hidden;
}
p.style1 {
text-align: center;
width: 540px;
font-size: 12px;
}
div#contact-content {
background-image: url("http://www.laptoprepairgainesville.com/webs/Anita/GWDsupport/contact/backgroundcontact.png");
background-repeat: no-repeat;
padding-top: 191px;
padding-left: 78px;
width: 590px;
height: 761px;
margin-left:80px;
}

div#contact-form-container {
margin-top: 5px;
}

div#contact-form-container {
margin-top: 30px;
margin-left:-30px;
}

label.control-label {
margin-left: 111px;
}

input#captcha {
width: 162px;
margin-left: 76px;
}

img#captcha_image {
/* border: green; */
/* border: 1px; */
}

button#contact-submit {

background-image: url("http://www.laptoprepairgainesville.com/webs/Anita/GWDsupport/contact/G&SD%20CONTACT%20V1_r4_c4.png");
color: transparent;
padding-left: 138px;
width: 170px;
height: 50px;
margin-left: 300px;
}

label.control-label {
padding-top: -43px;
}

.control-group {
padding-top: -30px;
}

textarea#message {
/* height: 37px; */
}

input-xxlarge {
width: 277px;

height: 83px;
}
textarea#message {

height: 83px;
width: 277px;
}

a:link, a:visited {
color: #686253;
font-size: 13px;
text-transform: uppercase;
/* font-family: "futura-pt",sans-serif; */
}

{{ ------------BEGIN THEME SETTINGS AND CONTROLS------------ }}

{% assign: Customer_Service = "" %}
{% assign: Contact_Submit_Success_Message = "Your message has been sent and we will respond as soon as possible." %}

{{ ------------END THEME SETTINGS AND CONTROLS------------ }}
{% if contact.sent %}

{{ Contact_Submit_Success_Message }}

{% else %}

Please fill out the below form with your information and we will contact you shortly. Or, you can email your information with "wholesale" in the subject line to: [email protected] Please include your business name, location, website, and any other important information. Thank you!

Name
{{ contact | contact_input: 'name' | replace: "id=", "class='input-xlarge' id=" }}
Email
{{ contact | contact_input: 'email' | replace: "id=", "class='input-xlarge' id=" }}
Store Name
{{ contact | contact_input: 'Store Name' | replace: "id=", "class='input-xlarge' id=" }}
Location
{{ contact | contact_input: 'Location' | replace: "id=", "class='input-xlarge' id=" }}
Website
{{ contact | contact_input: 'Url' | replace: "id=", "class='input-xlarge' id=" }}
Message
{{ contact | contact_input: 'message' | replace: "id=", "rows='10' class='input-xxlarge' id=" }}
Captcha
{{ contact.captcha }}
{{ contact | contact_input: 'captcha' | replace: "id=", "class='input-xlarge' id=" }}
Send
{% endif %}