@charset "utf-8";
/* CSS Document */

.contentwrapper {
	position:relative;
	top:10px;
	background-image: url(images/backnd.gif);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	width: 440px;
	height: 372px;
	z-index: 10;
	float:left;
}

.content {
	position:relative;
	overflow:auto;
	width: 420px;
	height: 350px;
	z-index: 20;
	top: 5px;
	float:left;
	padding:5px;
}
.content {
	position:relative;
	overflow:auto;
	width: 420px;
	height: 350px;
	z-index: 20;
	top: 5px;
	float:left;
	padding:5px;
}

#contactwrapper {
	height: auto;
	width: auto;
}
#contactleftcol {
	float: left;
	height: auto;
	width: 400px;
}
#contactrightcol {
	float: right;
	height: auto;
	width: 400px;
	margin:0 0 25px 0;
}
#adminwrapper {
	height: auto;
	width: auto;
}
#adminleftcol {
	float: left;
	height: auto;
	width: 800px;
	margin: 0 auto;
}
#adminname {
	text-align: right;
	float: left;
	height: 25px;
	width: 110px;
	color: #404040;
}
#adminnameright {
	float: right;
	height: 25px;
	width: 680px;
}

#piname {
	text-align: right;
	float: left;
	height: 25px;
	width: 110px;
	color: #404040;
}
#pinameright {
	float: right;
	height: 25px;
	width: 280px;
}
#piname-reg {
	text-align: right;
	float: left;
	height: 25px;
	width: 210px;
	color: #404040;
}
#pinameright-reg {
	float: right;
	height: 25px;
	width: 180px;
}

.padme {
	margin-right: 20px;
}

.fields {
	border: 0px solid #fff;
	font-size:12px;
	color:#000;
	overflow:hidden;	
	
}

