/*
 * SimpleModal Basic 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: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#fff; cursor:default;}

/* Container */
#simplemodal-container {
	height:395px;
	width:385px;
	background: url(../images/sw-simplemodalcontainer.png) no-repeat;
	margin-top: -80px;
	margin-left: -40px;
	padding: 15px 50px;
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	overflow:hidden;
}
#simplemodal-container a.modalCloseImg {background:url(../images/sw-simplemodalclose.png) no-repeat; width:25px; height:25px; display:inline; z-index:3200; position:absolute; top:20px; right:20px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}
#simplemodal-container h2 {
	font-size: 1.2em !important;
	color: #fff !important;
	margin: 0 !important;
}
#simplemodal-container label {
	padding: 10px 0;
	height: 50px;
}
#simplemodal-container label.check {
	padding:0 !important;
	height: auto !important;
}
#simplemodal-container input.txt {
	width: 245px;
	color: #333;
	height: 27px;
	font-size:1.6em;
	border: 1px solid #000;
	margin: 0 !important;
	padding: 5px !important;
}
#simplemodal-container input.btn {
	width: 52px !important;
	height: 41px !important;
	margin-left: 5px !important;
	background-image: url(../images/sw-search-go-button.png) !important;
	background-repeat: no-repeat !important;
	border: 0 !important;
	font-size: 1.0em;
	color: #000; 
}
/*#simplemodal-container table {
	width: 300px;
}*/
td.buttoncell {
	padding-left: 10px !important;
}
#simplemodal-container div div form table tr td {
	text-align: center;
}

/* mr added nov 09 */

#hidesearchcheckbox {
   display: none;
   }
   


