/*
 * SimpleModal selectType Modal Dialog
 * 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: selectType.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#selectTypeModalOverlay {background-color:#D6C8AF; cursor:wait;}

/* Container */
#selectTypeModalContainer {height:120px; width:420px; font-family: Verdana, Arial; font-size:16px; text-align:left; background:#D6C8AF; border:2px solid #999999;}

#selectTypeModalContainer .header {height:20px; width:100%; background:#BD7511; repeat-x; color:#fff; font-size:1.1em; font-weight:bold; line-height:15px;}
#selectTypeModalContainer .header span {padding-left:8px;}

#selectTypeModalContainer .message {color:#333; text-align:center; margin:0; padding:12px 4px; font-size:1em;}

#selectTypeModalContainer .buttons {float: left; width: 65%; padding:10px 8px 0;} 
#selectTypeModalContainer .buttons div {float:right; margin-left:8px; width:70px; height:20px; color:#000; 
background:#FFF;
font-weight:bold; text-align:center;  border:1px solid #000; cursor:pointer;} 

#selectTypeModalContainer a.modalCloseX,
#selectTypeModalContainer a.modalCloseX:link,
#selectTypeModalContainer a.modalCloseX:active,
#selectTypeModalContainer a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.1em; position:absolute; top:-1px; left:400px; color:#ddd;}
#selectTypeModalContainer a.modalCloseX:hover {color:#9bb3b3;}
