/* ==== lightbox modal window ====================================== */

#modal_container {
	padding: 10px 20px 20px 20px;
	background-color: #fff;
	border: 1px solid #c2ad48;
	overflow: auto;
	text-align:left;
	width: 300px;
	height: 300px;
	} 

#modal_overlay {  
	background-color:#000;
	}

#modal_globalClose {
	text-align: right;
	}

#modal_globalClose img {
	padding: 0px 0px 0px 5px;
	position: relative;
	top: 1px;
	}

a.smallYellow:link, a.smallYellow:visited, a.smallYellow:hover {
	color: #d5b441;
	font: 10px Arial, Verdana, Sans-Serif;
	text-decoration: none;
	}

.modal_title {
	margin: 0 0 15px 0;
	}

.big {
	font-size: 14px;
	}

.large_highlighted {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	}

.modal_center {
	text-align: center;
	margin: 0 auto;
	}

#modal_pleaseWait, #pleaseWait {
	display: block;
	margin: 0 auto;
	height: 150px;
	background: url('http://media.techtarget.com/ITKE/images/ajax-loader.gif') center bottom no-repeat;
	}
 
#pleaseWait_container { display: none; }

#pleaseWait {
	display: block;
	height: 125px;
}

#validationError_container {
	display: none;
	margin: 0 auto;
	height: 150px;
	}

#validationError_errorText_heading {
	font-size: 16px;
	font-weight: bold;
	color: #c00;
	padding: 0 0 20px 0;
	}

#validationError_errorText {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0 0 20px 0;
	}
