@charset "utf-8";

.clearfix:after {
	content: “ . ”;
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.newrow {
	clear: both;
}

.clearfix {
	display: inline-block;
}

.newArea, .newSubArea{
	width: 400px;
	heigth: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
    font-family:tahoma;
    font-size:12px;
}

body {
	margin: 0px 0px 0px 0px;
}

.col {
	float: left;
	content: "."
}

.memberEntryLabel{
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
.memberEntryBox{
	font-family:tahoma;
	font-size:13px;
	border:1px solid gray;
}
.memberLoginButton{
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	border:1px solid gray;
	height:25px;
}



