/**
* 2007-2018 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-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#mpg {
    margin-top: 20px;
}

#mpg p {
    margin-bottom: 0px;
}

#mpg_form fieldset {
    float: left;
    width: 520px;
    margin: 0px;
}

#mpg_form fieldset {
    padding:15px 10px;
    border:1px solid #ccc;
    background:#f8f8f8;
    margin-bottom: 15px;
    width: 100%;
}

#mpg_form p.text label, #mpg_form p.select label, #mpg_form p.select span, #mpg_form p.textarea label {
    display:inline-block;
    font-size:12px;}

#mpg_form p.textarea label {vertical-align:top}

#mpg_form p.text input, #mpg_form p.select input {
    padding:0 5px;
    height:22px;
    width:260px;/* 270 */
    border:1px solid #ccc;
    font-size: 12px;
    color:#666
}

#mpg_form p.select select {
    margin-right:10px;
    border:1px solid #ccc;
    font-size: 12px;
    color:#666
}
		
#mpg_form p.textarea textarea {
    height:80px;
    width:270px;
    border:1px solid #ccc;
    font-size: 12px;
    color:#666
}

#mpg_form p.submit input {margin-left:132px;}

#open_mpg_form {
    font-weight: bold;
}

#mpg .alert .lnk  {
    display:none;
}

#mpg_form .current_captcha {
    font-size: 22px;
    font-style: italic;
    color: red;
}
 
#mpg_form .captha_numbers {
    margin-bottom: 10px;
}
 
#mpg_form .captha_numbers a {
    border: 1px solid #0085CF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #0085CF;
    padding: 4px;
    text-decoration: none;
}