/*
 * SimpleModal signup Form
 * 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: simplemodal.css,v 1.1 2010/05/25 12:31:52 mp Exp $
 *
 */


/* Overlay */
#signup-overlay {background-color:#000; cursor:wait;}

/* Container */
#signup-container {width:750px; font-size:16px; text-align:left;}
#signup-container .signup-loading {position:absolute; background:url(../../images/simplemodal/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 70px; padding:0;}
#signup-container .signup-message {text-align:center;}
#signup-container .signup-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#signup-container br {clear:both;}
#signup-container form {padding:0; margin:0;}
/*#signup-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}*/
#signup-container .signup-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#signup-container textarea {height:114px; font-size:.9em;}
#signup-container .signup-cc {font-size:.9em; cursor:default;}
#signup-container .signup-bottom a,
#signup-container .signup-bottom a:link,
#signup-container .signup-bottom a:active,
#signup-container .signup-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#signup-container .signup-bottom a:hover {color:#888;}
#signup-container .signup-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#signup-container .signup-send {width:50px; background:url(../../images/simplemodal/send.png) no-repeat;}
#signup-container .signup-cancel {width:65px; background:url(../../images/simplemodal/cancel.png) no-repeat;}
#signup-container a.modalCloseX,
#signup-container a.modalCloseX:link,
#signup-container a.modalCloseX:active,
#signup-container a.modalCloseX:visited {
 text-decoration:none; 
 font-weight:bold; 
 font-size: 20px;  
 float: right;
 position: absolute;
 right: 17px;
 top: 15px;
 color:#999;
 font-weight: bold;
}
#signup-container a.modalCloseX:hover {color:#ff0000;}


/* Overlay */
#add-wanted-game-overlay {background-color:#000; cursor:wait;}

/* Container */
#add-wanted-game-container {width:800px; height:600px; font-size:16px; text-align:left; background-color:#FFFFFF; border: 10px dashed #000;}
#add-wanted-game-container .add-wanted-game-loading {position:absolute; background:url(../../images/simplemodal/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#add-wanted-game-container .add-wanted-game-message {text-align:center;}
#add-wanted-game-container .add-wanted-game-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#add-wanted-game-container br {clear:both;}
#add-wanted-game-container form {padding:0; margin:0;}
#add-wanted-game-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#add-wanted-game-container .add-wanted-game-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#add-wanted-game-container textarea {height:114px; font-size:.9em;}
#add-wanted-game-container .add-wanted-game-cc {font-size:.9em; cursor:default;}
#add-wanted-game-container .add-wanted-game-bottom a,
#add-wanted-game-container .add-wanted-game-bottom a:link,
#add-wanted-game-container .add-wanted-game-bottom a:active,
#add-wanted-game-container .add-wanted-game-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#add-wanted-game-container .add-wanted-game-bottom a:hover {color:#888;}
#add-wanted-game-container .add-wanted-game-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#add-wanted-game-container .add-wanted-game-send {width:50px; background:url(../../images/simplemodal/send.png) no-repeat;}
#add-wanted-game-container .add-wanted-game-cancel {width:65px; background:url(../../images/simplemodal/cancel.png) no-repeat;}
#add-wanted-game-container a.modalCloseX,
#add-wanted-game-container a.modalCloseX:link,
#add-wanted-game-container a.modalCloseX:active,
#add-wanted-game-container a.modalCloseX:visited {
 text-decoration:none; 
 font-weight:bold; 
 font-size: 20px;  
 float: right;
 position: absolute;
 right: 0;
 top: -8px;
 color:#999;
 font-weight: bold;
}
#add-wanted-game-container a.modalCloseX:hover {color:#ff0000;}

/* Overlay */
#add-owned-game-overlay {background-color:#000; cursor:wait;}

/* Container */
#add-owned-game-container {width:800px; height:600px; font-size:16px; text-align:left; background-color:#FFFFFF; border: 10px dashed #000;}
#add-owned-game-container .add-owned-game-loading {position:absolute; background:url(../../images/simplemodal/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#add-owned-game-container .add-owned-game-message {text-align:center;}
#add-owned-game-container .add-owned-game-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#add-owned-game-container br {clear:both;}
#add-owned-game-container form {padding:0; margin:0;}
#add-owned-game-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#add-owned-game-container .add-owned-game-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#add-owned-game-container textarea {height:114px; font-size:.9em;}
#add-owned-game-container .add-owned-game-cc {font-size:.9em; cursor:default;}
#add-owned-game-container .add-owned-game-bottom a,
#add-owned-game-container .add-owned-game-bottom a:link,
#add-owned-game-container .add-owned-game-bottom a:active,
#add-owned-game-container .add-owned-game-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#add-owned-game-container .add-owned-game-bottom a:hover {color:#888;}
#add-owned-game-container .add-owned-game-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#add-owned-game-container .add-owned-game-send {width:50px; background:url(../../images/simplemodal/send.png) no-repeat;}
#add-owned-game-container .add-owned-game-cancel {width:65px; background:url(../../images/simplemodal/cancel.png) no-repeat;}
#add-owned-game-container a.modalCloseX,
#add-owned-game-container a.modalCloseX:link,
#add-owned-game-container a.modalCloseX:active,
#add-owned-game-container a.modalCloseX:visited {
 text-decoration:none; 
 font-weight:bold; 
 font-size: 20px;  
 float: right;
 position: absolute;
 right: 0;
 top: -8px;
 color:#999;
 font-weight: bold;
}
#add-owned-game-container a.modalCloseX:hover {color:#ff0000;}


#popup-overlay {background-color:#000; cursor:wait;}

/* Container */
#popup-container {width:750px; font-size:16px; text-align:left;}
#popup-container .popup-loading {position:absolute; background:url(../../images/simplemodal/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#popup-container .popup-message {text-align:center;}
#popup-container .popup-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#popup-container br {clear:both;}
#popup-container form {padding:0; margin:0;}
/*#popup-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}*/
#popup-container .popup-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#popup-container textarea {height:114px; font-size:.9em;}
#popup-container .popup-cc {font-size:.9em; cursor:default;}
#popup-container .popup-bottom a,
#popup-container .popup-bottom a:link,
#popup-container .popup-bottom a:active,
#popup-container .popup-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#popup-container .popup-bottom a:hover {color:#888;}
#popup-container .popup-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#popup-container .popup-send {width:50px; background:url(../../images/simplemodal/send.png) no-repeat;}
#popup-container .popup-cancel {width:65px; background:url(../../images/simplemodal/cancel.png) no-repeat;}
#popup-container a.modalCloseX,
#popup-container a.modalCloseX:link,
#popup-container a.modalCloseX:active,
#popup-container a.modalCloseX:visited {
 text-decoration:none; 
 font-weight:bold; 
 font-size: 20px;  
 float: right;
 position: absolute;
 right: 0px;
 top: 0px;
 color:#999;
 font-weight: bold;
}
#popup-container a.modalCloseX:hover {color:#ff0000;}


* html #popup-container a.modalCloseX,
* html #popup-container a.modalCloseX:link,
* html #popup-container a.modalCloseX:active,
* html #popup-container a.modalCloseX:visited{
 top: 0;
}

