/*
 * 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 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

body {
	height:100%;
	margin:0;
}



/*#basic-modal-content {
	display:none;
}

#onlinelearning-modal-content {
	display:none;
}*/

/* Overlay */

#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}

/* Container */

#simplemodal-container {
	/*height:320px;
	min-width:600px;*/
	color:#272727;
	background-color:#ffffff;
	padding:20px 20px 86px 20px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	background-image: url(http://www.chamberlain.edu/Portals/0/Images/modal-logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#simplemodal-container a {
	color:#ddd;
}

#simplemodal-container a.modalCloseImg {
	background:url(http://www.chamberlain.edu/Portals/0/Images/modal-esc.png) no-repeat;
	width:38px;
	height:39px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;}
	
#simplemodal-container #basic-modal-content {
	
}