/*
	Default style
	Used in case there is no custom skin defined in "persistent_login.js".
*/

#ifplcontainer {
	padding: 1px;
	text-align: right;
}

#ifplcontainer label, input {
	padding: 0;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
}

/*
	Global style for security hint.
*/
.ifpl-hint {
	background: none repeat scroll 0 0 #fff;
	font-size: 0.9em;
	font-weight: bold;
	border-radius: 2px;
	color: #BB0000;
	text-align: center;
	text-shadow: none;
}
