/* Overlay */
#contactModalOverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	cursor: wait;
}

/* Container */
#contactModalCont {
	position: fixed;
	width: 550px;
	top: 20px;
	left: 20px;
	background-color: #222;
  	color: #fff;
	border: 1px solid #333;
  	padding: 5px;
 	opacity: 0.90;
 	z-index: 22;
}

#contactModalContainer .message {
	text-align: left;
}

#contactModalContainer .error {
	width: 550px;
	left: 15px;
	bottom: 10px;
}

#contentModalContainer .ok {
	width: 550px;
	left: 15px;;
}

#close {
	float: right;
	padding: 10px;
}

#contactModalContainer .send,#contactModalContainer #cancel {
	margin: 0px 0 0 90px;
	cursor: pointer;
	color: #121E44;
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 773px;
	height: 474px;
	background: url(../images/kiwisaver/body_bg.gif) no-repeat 0 0;
}

#contentlayer {
	float: left;
	display: inline;
	width: 541px;
	height: 341px;
	margin: 0px 0 0 8px;
	padding: 0px;
}

#renameContainer {
	z-index: 3100;
	position: fixed;
	width: 450px;
	height: 100px;
	top: 200px;
	left: 250px;
	background-color: white;
	background-image: url(../images_/bg_hell.gif);
	border: 3px solid black;
}

#renameCaption {
	margin: 10px;
}

#renameContainer_frm {
	margin: 10px;
	margin-top: 10px;
}

#renameStatusContainer {
	margin: 10px;
}

#renameClose {
	position: absolute;
	right: 8px;
	top: 5px;
}


#catContainer {
	z-index: 3100;
	position: fixed;
	width: 940px;
	top: 50px;
	left: 50px;
	background-color: white;
	background-image: url(../images_/bg_hell.gif);
	border: 3px solid black;
}