body {
	background: url(../images/allergan_login.jpg) top center/cover no-repeat;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Geneva, San-Serif;
}

#login {
	border: 0;
	margin: 200px auto 0;
	padding: 0 0 20px;
	min-height: 200px;
	width: 396px;
	background: #8eb3ba;
	position: relative;
}

.logoninstance {
	margin: 0 auto 0 auto;
	padding: 10px 5px;
	font-size: 10px;
	font-weight: 100;
	text-align: center;
	color: #000;
}

.logintext {
	margin: 10px auto;
	font-size: 9pt;
	text-align: center;
	width: 300px;
	color: #000;
}

.loginform {
	margin: 0 50px;
	padding: 0;
	width: 298px;
	color: #000;
}

.b-form_section-message,
.b-form-message,
.b-form_section-caption {
	margin: auto;
	width: 300px;
	font-size: 9pt;
	display: block;
	color: #D40B0B;
	padding: 3px;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

.loginlabel {
	text-transform: uppercase;
	font-size: 7pt;
	color: #000;
	white-space: nowrap;
}

.b-input {
	width: 290px;
}

.b-input_password {
	position: relative;

}

.b-input_password-toggle_visibility {
	position: absolute;
	top: 3px;
	text-transform: lowercase;
	border: none;
	background: transparent;
	font-size: 12px;
}

.button {
	font-size: 10px;
	text-align: center;
	color: #333;
	background: #ddd url('../images/button_background.gif') repeat-x top;
	border: 1px solid #dadada;
	cursor: pointer;
	padding: 1px 2px;
}

.logincopyright {
	margin: 15px auto 0;
	padding: 0;
	font-size: 8pt;
	text-align: center;
	width: 390px;
	color: #000;
}

input [type="text"]:focus,input [type="password"]:focus {
	background-color: #cce;
	border: 1px solid #000;
	margin: 0;
	padding: 1px;
}

input [type="submit"]:hover {
	border-color: #999 #dfdfdf #dfdfdf #999;
}
