.mlp-attention {
	color: #8E0D0D;
}

.mlp-usermsg {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -150px;
	background: #F1E6BC;
}
	.mlp-usermsg-cnt {
		margin: 10px 20px 10px 10px;
	}
	.mlp-usermsg-close {
		position: absolute;
		top: 2px;
		right: 2px;
		display: block;
		width: 14px;
		height: 14px;
		line-height: 14px;
		color: #000;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
		background: #DAD2BF;
	}

.mlp-widget {
	padding: 1px;
	margin: 0 0 15px;
	width: 270px;
	height: 95px;
	color: #34414c;
	background: url(bg_widget.png) no-repeat;
}
.mlp-widget-cnt {
	padding: 1px 0 0;
	margin: 9px;
}

	.mlp-description {}
	.mlp-widget-subscribemode .mlp-description {
		display: none;
	}
		.mlp-description a {
			text-decoration: none;
			border-bottom: 1px dashed #4167aa;
		}
		.mlp-description h2{
			margin: 0 0 5px 0;
		}
	
	.mlp-form {
		margin: 10px 0 0;
		display: none;
	}
	.mlp-widget-subscribemode .mlp-form {
		display: block;
	}
		
	.mlp-form-inputs {
		position: relative;
		margin: 0 40px 10px 0;
	}
	.mlp-form-msgmode .mlp-form-inputs {
		display: none;
	}
		.mlp-form-email {
			margin: 0;
			width: 100%;
		}
		.mlp-form-warning .mlp-form-email {
			color: #c00;
		}
		.mlp-form-submit {
			position: absolute;
			left: 100%;
			top: 0;
			margin: 0 0 0 10px;
			width: 30px;
			text-align: center;
		}
	
	.mlp-form-format {
		font-size: 0.8em;
	}
	.mlp-form-msgmode .mlp-form-format {
		display: none;
	}
		.mlp-form-format label {
			padding: 0 0 0 5px;
		}
		.mlp-form-format input {
			margin: 0;
			vertical-align: middle;
		}
	
	
	.mlp-form-msg {
		display: none;
		font-size: 1em;
	}
	.mlp-form-msgmode .mlp-form-msg {
		display: block;
	}