/*
 *
 *
 * Unicom Focal Point Source Materials
 *
 * � Copyright IBM Corporation 2013. All Rights Reserved.
 */
 
html, body {
	margin: 0px;
	padding: 0px;
}

.fpLoginError {
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url("/fp/images/icons/error.gif");
	display:inline-block;
}

.fpLoginErrorText {
    color: #f00;
}

.fpLoginErrorBox {
    padding-top: 10px;
}

.fpLoginLinks {
    margin-top: 12px;
}