@CHARSET "UTF-8";
.mm-resetpassword {
	width: 600px;
}

.mm-resetpassword p.mm-error {
	font-size: 18px;
	background:#CC3C3F;
	padding:5px;
	margin:0px;
	border-radius:5px;
	color: #fff;
	text-shadow:1px 1px 0px rgba(0,0,0,0.25);
}

.mm-resetpassword h3 {
	margin: 10px 0px 20px 0px;
}

.mm-resetpassword table {
	width: 100%;
	margin: 0px;
	border: 0px;
}

.mm-resetpassword tr {
	height:40px;
}

.mm-resetpassword td {
	border: 0px;
}

.mm-resetpassword .mm-label-column {
	width: 100px;
}

.mm-resetpassword .mm-field-column {
}

.mm-resetpassword .mm-label {
}

.mm-resetpassword .mm-field {
	width: 200px;
}