﻿div.eaPopup .buy {
    background-color:#F3FAED !important;
    border:1px solid #95D695 !important;
    color:#339933 !important;
    display:inline-block;
    font-size:11px !important;
    font-weight:bold !important;
    margin:5px !important;
    padding:1px 3px !important;
    width:70px;
}

div.eaPopup .buy:hover {
    background-color: #efdfdf;
    border: 1px solid #993333;
    text-decoration: underline;
    cursor:pointer;
}
 
div.eaPopup .eaPadlockPopup
{
    position: absolute; 
    z-index: 99;
    width: 316px; 
    /*border: 1px solid #000; */
    /*background-color: #f3faed;  */
}
 
div.eaPopup .popupTitle
{
    background-color: #668646;
    color: #ffffff;
    font-weight:bold;
    padding : 0px 8px 7px 8px;
}

div.eaPopup .popupMessage
{
    padding: 16px 10px 10px 8px;
}

div.eaPopup .eaPadlockBlocker
{
    position: absolute; 
    z-index: 99; 
    top: 0px; 
    left: 0px; 
    height: 100%; 
    width: 100%; 
    background-color: #555; 
    opacity: .50; 
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
 }
 
div.eaPopup .eaPadlockPopupInputs
{
  float:left;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    padding: 1px 3px;
    margin-left: 3px;
}   

