/***********************************************************************
 * Modal design
 ***********************************************************************/
.modalContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #262626;
}

.modalBack {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
	background-color: #666;
}

.modalContentContainer {
	position: absolute;
	background-color: white;
	padding: 15px 25px;
}

.modalHeadline {
	z-index: 6000;
}

.modalContent {
	clear: both;
	padding: 10px;
}

.modalHeader {
	font-size: 24px;
	color: #000;
	float: left;
}

.modalHeader {
	font-size: 16px;
/*	color: #B2B2B2; */
	color: #262626;
	padding-bottom: 10px;
	border-bottom: 5px solid #E6E6E6;
	width: 100%;
	font-weight: bold;
}
.modalCloser {
	position: absolute;
	width: 19px;
	height: 18px;
	background: url(modal/modalCloser.png) left top no-repeat transparent;
	cursor: pointer;
	margin: 0px 0 0 942px;
}