/**
 * SimpleModal Test
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 99 2008-02-04 16:31:09Z emartin24 $
 *
 */

.iFrameContainer{
	border:none; 
	overflow: auto; 
	width:100%;
	height:100%	
}

#container {
	width:800px;
	height:540px; 
	margin:0 auto; 
	margin-top:20px; 
	background-color:#fff; 
	border:1px solid #aaa; 
}

#header {
	padding:4px;
}

#header {
	background:#eee url(header.gif); 
	border-bottom:1px solid #aaa; 
	text-align:center; 
	color:#444;
}

#content {
	margin:0 auto; 
	width:100%; 
	padding-top:8px;
}

#content div.form {
	margin:0 auto; 
	width:50%;
}

.test {padding:8px; overflow:auto;}

#container ul {padding-left:18px;}

#container li a {font-size:.9em;}

pre {overflow:auto; padding:1em; width:90%; background:#f9f9f9; border:1px solid #ddd; border-left:3px solid #ccc; font-size:.9em; }

#container a, #container a:active, #container a:link, #container a:visited {text-decoration:underline; color:#333; padding:2px;}

#container a:hover {text-decoration:none; color:#336699;}

/* SimpleModal Styles */
#modalOverlay {
	background-color:#000; 
}

#modalContainer {
	height:540px; /* erase by JS */
	width:700px; 
	left:50%; 
	top:15%; /* erase by JS */
	background-color:#fff; 
	border:3px solid #000;
}

a.modalCloseImg {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='css/x.png');
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}
a.modalCloseImg[class]{	/* IE ignores styles with [attributes], so it will skip the following. */
	background:url(x.png) no-repeat; 
}
