/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 02 September 2010 21:41:58
*/


/*
 * 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:#000; 
	cursor:wait;
}

/* Container */
#simplemodal-container {
	height:270px; 
	width:433px; 
	background:#e7e8e8 url(http://tourdownunder.com.au/__data/assets/image/0007/1204/send_to_bg.gif) repeat-x; 
	border:1px #9b9b9b solid;
}

#simplemodal-container a.modalCloseImg {
	background:url(http://tourdownunder.com.au/__data/assets/image/0006/1203/x.png) no-repeat; 
	width:21px; 
	height:19px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:2px; 
	right:2px; 
	cursor:pointer;
}

#simplemodal-container #basicModalContent {
	padding:7px;
}