@charset "utf-8";
a{
	color:#242b5c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
body {
	padding:0;
	margin:0;
	font-family:Arial;
}
.bold {
	font-weight:bold;
	font-size:13px;
}
label{
	color:#242b5c;
	font-weight:bold;
	font-size:14px;
}
.small {
	font-size:11px;
}
#experian-logo{
	float:left;
	background:url(../images/experian-logo.jpg);
	background-repeat:no-repeat;
	width:198px;
	height:78px;
}
#login{
	float:right;
	height:48px;
	width:145px;
	padding-right:15px;
	padding-top:30px;
}