#form-wrapper {
	z-index: 3;
	width: 570px; /*570*/
	border: 5px solid #404040;
	background: #f9f9f9;
	padding: 23px;
	font-size: 10pt;
	font-family: sans-serif;
}

#form-wrapper-thin {
	z-index: 3;
	margin-left: 80px;
	width: 410px; /*570*/
	border: 5px solid #404040;
	background: #f9f9f9;
	padding: 23px;
	font-size: 10pt;
	font-family: sans-serif;
}

#popup-wrapper {
	z-index: 3;
	margin: auto;
	width: 620px;
	border: 0;
	text-align: left;
}

#popup-container {
	z-index: 3;
	position: absolute;
	margin-top: 140px;
	top: 0px;
}

.popup-message {
	display: none;
}

.poptitle {
	font-size: 16pt;
	line-height: 28px;
	font-size: 16pt;
	letter-spacing: -1px;
}

.dim-background {
	z-index: 2;
	background-color: rgb(0, 0, 0);
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

.input-text {
	width: 303px;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 3px;
	font-size: 10pt;
	font-family: sans-serif;
	color:#555555;
}

.input-select {
	width: 315px;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 3px;
	font-size: 10pt;
	font-family: sans-serif;
	color:#555555;
}

.profile-text {
	width: 291px;
}

.profile-select {
	width: 302px;
}

.popup-text {
	width: 265px;
}

.popup-select {
	width: 276px;
}

.input-text-cms {
	width: 265px;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 3px;
	font-size: 10pt;
	font-family: sans-serif;
}

.input-select-cms {
	width: 277px;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 3px;
	font-size: 10pt;
	font-family: sans-serif;
}

.input-select-sm {
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 3px;
	font-size: 10pt;
	font-family: sans-serif;
}

.profiler-question {
	display: block;
	padding: 14px;
	line-height: 18px;
	background: #f7f7f7;
}

.profiler-options {
	display: block;
	padding: 14px;
	margin-bottom: 6px;
	background: #eeeeee;
	height:26px;
}

.profiler-label {
	cursor: pointer;
}

.hrule {
	clear: both;
	display: block;
	margin-top: 4px;
	margin-bottom: 20px;
	height: 1px;
	border-top: 1px solid #d9d9d9;
}

.button {
	padding: 4px;
	font-size: 10pt;
	font-family: sans-serif;
}

.check {
	cursor: pointer;
	color: #383838;
	font-size: 9pt;
	font-family: sans-serif;
}

.check-cms {
	cursor: pointer;
	color: #383838;
	font-size: 9pt;
	font-family: sans-serif;
}
