.mmContentArea {
	margin: 0px;
}
.logInFormHeading {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #666666;
}
.registerFormHeading {
	font-size: 12px;
	text-align: right;
	color: #666666;
}
.mmLogInFormLabel {
	font-weight: bold;
	color: #666666;
	text-align: right;
	width: 90px;
}
.mmRegisterFormLabel {
	font-weight: bold;
	color: #990033;
	text-align: right;
	width: 90px;
}
.mmRegisterFormLabelLeft {
	font-weight: normal;
	color: #666666;
	text-align: left;
}
#form1 #mmCheckGroup input {
	background-color: #F2F599;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#form1 input {
	font-size: 10px;
	font-weight: bold;
	color: #990033;
	background-color: #FFFF99;
	border: 1px solid #990033;
	width: 100px;
	margin: 1px;
	line-height: 10px;
	height: 14px;
}
#form1  input#email ,input#password {
	width: 207px;
}
