

/*************************************************************
// Pop Up Windows */
.popUpWindow {
	margin-bottom:			0px;
}
.popUpWindow .popUpWindowTitleBar {
	position:				relative;
	background:				#CBD6FD;
	height:					23px;
	font-size:				12px;
	cursor:					move;
}
.popUpWindow .popUpWindowTitleBar span.theTitle {
	display:				block;
	color:					#fff;
	padding-top:			5px;
	margin-left:			9px;
	padding-right:			9px;
	padding-bottom:			4px;
}

.popUpWindow .popUpWindowTitleBar span.closeIcon {
	position:				absolute;
	top:					3px;
	right:					2px;
	background:				url(../images/icons/iconClose.gif) no-repeat;
	height:					17px;
	width:					17px;
	cursor:					pointer;
}


.popUpWindow .popUpWindowContent {
	position:				relative;
	border:					1px solid #CBD6FD;
	background:				#FFF;
	margin:					0;
	padding:				0;
	color:					#152755;
}
.popUpWindow .popUpWindowContent input[type=text], .popUpWindow .popUpWindowContent select {
	border:					1px solid #152755;
}


div.popUpWindowContent .nextSection {
	display:				block;
	clear:					both;
	margin-top:				16px;
}

div.popUpWindowContent .nextElement {
	margin-top:				6px;
}

/* End Pop Up Windows
*************************************************************/

