/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height: auto !important; width:310px !important; color:#333; background-color:#fcfcfc;  padding:0px 0px 10px 0px; top: 150px !important;}
#simplemodal-container .input-box{ margin-bottom:15px;}
#simplemodal-container input.input-text{ padding:8px 6px ; width:240px;}
#simplemodal-container .simplemodal-data {padding:0px 0px 8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#333;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:6px; right:1px; cursor:pointer;}
.form-subscribe-header{ font-size:20px; font-weight:bold; color:#333;}
.underLabelText{ padding:15px 0;}
.illustration-logo{position: absolute;
left: 50%;
margin-left: -100px;
top: -65px;}
.simplemodal-data h2{ background:#a6c197; color:#28531e; padding:0px 0px 0px 10px}
 
.simplemodal-data p {
    color: #000000;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    padding: 10px;
}