/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
#newsletterpro-wrapper {
    border-color: #008000 #ccc;
    border-style: solid;
    border-width: 2px 1px 1px;
    margin: 2px auto;
    max-width: 500px;
    position: relative;
    width: 100%;
}
#newsletterpro-form input[type="email"], #newsletterpro-form button[type="submit"] {
    font: 400 12px/12px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#newsletterpro-form {
    background: none repeat scroll 0 0 #f9f9f9;
    padding: 5%;
}
#newsletterpro-form input[type="email"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 1px 2px #dddddd inset, 0 1px 0 #ffffff;
    margin: 15px 0 5px;
    padding: 4%;
    width: 90%;
}
#newsletterpro-form input[placeholder]{
    font-size: 11px;
}
#newsletterpro-form input[type="submit"] {
    background: -moz-linear-gradient(center bottom , #e68a00 0%, #eead4d 52%) repeat scroll 0 0 #e68a00;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 0 5px;
    padding: 4% 8%;
    width: 90%;
}
#newsletterpro-form input:focus {
    border: 1px solid #999999;
    outline: 0 none;
}
#newsletterpro-form .closefancybox {
    color: #0645ad;
    text-decoration: underline;
}
#newsletterpro-form .closefancybox a:hover {
    color: #3366bb;
    text-decoration: underline;
}
#form-success {
    background: none repeat scroll 0 0 #d1f6d1;
    border-left: 5px solid #008000;
    color: #008000;
    padding: 2%;
}
#form-error {
    background: none repeat scroll 0 0 #ffd1d1;
    border-left: 5px solid #cc2900;
    color: #cc2900;
    padding: 2%;
}
:-moz-placeholder {
    color: #888888;
}
*::-moz-placeholder {
    color: #888888;
}
