/*
 * SimpleModal fusername 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: fusername.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#fusername-overlay {background-color:#000; cursor:wait;}

/* Container */
#fusername-container {width:500px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#fusername-container .fusername-content {background-color:#fff; color:#666; height:40px;padding: 20px;}
#fusername-container h1 {color:#d76300; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#fusername-container .fusername-loading {position:absolute; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#fusername-container .fusername-message {text-align:center;}

#fusername-container .fusername-error {width:92%; font-size:.8em; border:0px solid #ccc; font-size:0.8em; font-weight:normal; margin:0 auto; padding:2px;font-style: italic; color: #cc0000;}

#fusername-container br {clear:both;}
#fusername-container form {padding:0; margin:0;}
#fusername-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; padding-left:10px; font-weight:bold;}
#fusername-container .fusername-input, #fusername-container select {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#fff border:1px solid #fff; width:300px;}
#fusername-container p {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px 0px 5px 20px; margin:2px;width:400px;}
#fusername-container textarea {height:10px; font-size:.9em;}
#fusername-container .fusername-cc {font-size:.9em; cursor:default;}
#fusername-container .fusername-top {height:13px;  padding:0; margin:0;}
#fusername-container .fusername-bottom {height:13px; font-size:.7em; text-align:center;}
/** **/
#fusername-container .fusername-top {
 background-image: url(modalHeader500.png); background-repeat: no-repeat;
 padding: 10px;
 font-family: Trebuchet MS;
 font-size: 18px;
 color: white;
 height: 23px;
}
#fusername-container .fusername-bottom {height:0px;background-color:#fff; font-size:.7em; text-align:center;}
#fusername-container .fusername-bottom a,
#fusername-container .fusername-bottom a:link,
#fusername-container .fusername-bottom a:active,
#fusername-container .fusername-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#fusername-container .fusername-bottom a:hover {color:#888;}
#fusername-container .fusername-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;}
#fusername-container .fusername-send {width:74px; height: 24px; background:url(btnSubmit.jpg) no-repeat;}
#fusername-container .fusername-cancel {width:70px; height: 28px; background:url(btnCancel.jpg) no-repeat;}
#fusername-container a.modalCloseX,
#fusername-container a.modalCloseX:link,
#fusername-container a.modalCloseX:active,
#fusername-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#999;}
#fusername-container a.modalCloseX:hover {color:#9bb3b3;}
