/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
    cursor: wait;
    z-index: 1000;
}

/* Container */
#simplemodal-container
{
    height: 380px;
    width: 380px;
    background-image: url(../img/optin_bg.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 10px solid #83e4fd;
    z-index: 1001;
}
#simplemodal-container a.modalCloseImg
{
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #999;
    font-size: 10px;
}
#simplemodal-container #basicModalContent
{
    padding: 8px;
}



.optinForm
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #54a3b7;
    padding: 3px;
    /*border-top: 2px solid #86dcf2;
    border-left: 2px solid #86dcf2;
    border-right: 2px solid #86dcf2;
    border-bottom: 2px solid #86dcf2;*/
    width: 190px;
    /*-moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;*/
    z-index: 100 !important;
    background: #FFC;
    height: 18px;
}

#optinTable
{
    width: 100%;
    position: absolute;
    bottom: 110px;
}
#optinNameText
{
}

#optinNameEmail
{
}

#optinName
{
    position: absolute;
    bottom: 128px;
    right: 20px;
}

#optinFrom
{
    position: absolute;
    bottom: 90px;
    right: 20px;
}

#optinSubmit
{
    position: absolute;
    bottom: 3px;
    right: 97px;
}

#optinNameText
{
    position: absolute;
    bottom: 135px;
    right: 230px;
    color: #333;
}

#optinEmailText
{
    position: absolute;
    bottom: 98px;
    right: 230px;
    color: #333;
}

.popupAweber
{
    height: 272px;
    width: 464px;
    margin: 0 auto;
    background-image: url(../img/TAS-Chat.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    /*border: 10px solid #83e4fd;*/
    z-index: 1001;
}