﻿.ProductEmailSignUp
{
    padding-top:4px;
    padding-bottom:18px;
    text-align:left;
    font-size: 12px;
    color: #666;
}

.ProductEmailSignUpMessage
{
    font-weight: bold;
    padding-bottom: 10px;
}

.ProductEmailInput
{
    width: 485px; 
    height: 30px;  
    border: 1px solid #999;
    padding-left: 8px;
    vertical-align:top;
}

.ProductEmailSubmit
{
    width: 34px; 
    height: 34px; 
    cursor: pointer;
    border:none;
    margin-left:1px;
    background-image: url(/images/HomePage/btn_email.png);
}