/*
 * 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 $
 */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:598px; width:522px; background-color:#fff; border:0px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:11px; height:11px; display:inline; z-index:3200; position:absolute; top:15px; right:16px; cursor:pointer;}

.scroll-pane { margin:40px 0 30px 0; overflow:hidden; overflow-y: scroll; height:350px;}
.popup_button { text-align:center}
.popup_button a.pinkbtn {border-radius:7px; -moz-border-radius:7px; padding:4px 7px; border:#f0f0f0 4px solid;background: #f04b94; font-size:15px; 
background: -moz-linear-gradient(top,  #f04b94 0%, #f04b94 50%, #ec1e79 51%, #ec1e79 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04b94), color-stop(50%,#f04b94), color-stop(51%,#ec1e79), color-stop(100%,#ec1e79)); 
background: -webkit-linear-gradient(top,  #f04b94 0%,#f04b94 50%,#ec1e79 51%,#ec1e79 100%); 
background: -o-linear-gradient(top,  #f04b94 0%,#f04b94 50%,#ec1e79 51%,#ec1e79 100%); 
background: -ms-linear-gradient(top,  #f04b94 0%,#f04b94 50%,#ec1e79 51%,#ec1e79 100%); 
background: linear-gradient(to bottom,  #f04b94 0%,#f04b94 50%,#ec1e79 51%,#ec1e79 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04b94', endColorstr='#ec1e79',GradientType=0 ); color:#fff; text-decoration:none; font-family:NovecentowideBold; font-size:12px; letter-spacing:0.12em;}
.popup_button a.pinkbtn:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;}

