/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

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

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

/* Container */
#simplemodal-container {color:#ffffff; background:url(../images/popup.png) no-repeat;width:320px !important;height:500px;left:auto !important;right:20px !important;}
#simplemodal-container .simplemodal-data {}
#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:#ffffff;}
#simplemodal-container a.modalCloseImg{background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; bottom:0px;left:185px; cursor:pointer;}
#simplemodal-container h3 {color:#ffffff;}
.osx_close_en{background:url(../images/close_en.png) no-repeat; width:130px; height:126px; display:inline; z-index:3200; position:absolute; bottom:0px;left:185px; cursor:pointer;}
/*.osx_close_pl{background:url(../images/close_pl.png) no-repeat; width:130px; height:126px; display:inline; z-index:3200; position:absolute; bottom:0px;left:185px; cursor:pointer;}*/
.osx_close_pl{background:url(../images/fancy_close.png) no-repeat; position:absolute;top:-15px;right:-13px;width:30px;height:30px;z-index:3200;cursor:pointer;}


.clr{clear:both;}
.pb20{padding-bottom:20px;}
.pb10{padding-bottom:10px;}
.pb5{padding-bottom:5px;}
.simplemodal-wrap{color:#ffffff;width:320px !important;margin:auto !important;font-family:Arial;font-size:12px !important;line-height:18px;/*padding-top:88px;*/}
.bmc_title{color:#b7eeff;font-size:40px;font-weight:bold;margin-bottom:30px;}
/*-webkit-text-fill-color: black;-webkit-text-stroke-color: red;-webkit-text-stroke-width: 2.00px;*/
/*border:1px solid #006ab3;*/
.bmc_content{width:290px;padding:0 15px 0 15px;font-family:Arial;font-size:12px !important;line-height:18px;}
/*.bmc_content table{padding-right:20px;display:block;}*/
.bmc_content img{padding-left:10px;}

#simplemodal-overlay{opacity:0.7 !important;}
#simplemodal-overlay{width:0px !important;height:0px !important;}
#basic-modal-content{background:#89000B;
-webkit-border-radius: 10px; /* Safari, Chrome */
-khtml-border-radius: 10px;    /* Konqueror */
-moz-border-radius: 10px; /* Firefox */
 border-radius: 10px;
}
#simplemodal-container h3{color:#ffffff;}