












.portlet-login .uni-form fieldset {
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}

.portlet-login .uni-form .col {
	width: auto;
}

.portlet-login .uni-form .button-holder {
	margin-bottom: 10px;
}

.portlet-login .navigation {
	background: #eee;
	border-top: 1px solid #BFBFBF;
	padding: 10px;
}

.portlet-login .uni-form .col {
	margin-bottom: 10px;
	margin-right: 10px;
}

.login-ctrl {
	padding: 10px;
}

.login-label {

	border-top: 1px solid #BFBFBF;
	
	background-color: #0000ee;
	background: #0000ee;
	bgcolor: #0000ee;
	padding: 10px;
	font: bold;
	height: 14px;
	color: #ffffff;
}

.popupPanel {
	position: absolute;
	display: none;
	left: 30%;
	top: 25%;
	width:300px;
	margin: 10px;
	margin-top: 20px;
	padding:10px;
	text-align:left;
	background: #F4FDEF;
	border: 1px solid #2222FF;
	z-index: 5000;
}

.msgItem {
	height: 45px;
	display: none;
	position: relative;
	line-height: 30px
}