@charset "UTF-8";
/* CSS Document */

#topleft {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
#topleft .wrapper {
	width:900px;
	margin: 0px auto;
}

#liveLogin {
	position: absolute;
	top:0px;
	left:0px;
        margin: 30px 0 0 0;
	width: 420px;
	z-index: 4001
}
#lsContent2 {
	background: url(/Images/search_bg.png) repeat-y 0 0;
	padding: 0 8px 0 8px;
	position: relative;
	color: #434343;
}
#lsContent {
	background: url(/Images/search_bg.png) repeat-y 0 0;
	padding: 0 8px 0 8px;
	position: relative;
	color: #434343;
}
#lsContent2 h5,
#lsContent h5 {
	color: #434343;
	padding: 0 0 5px 15px;
	margin: 0;
	border-bottom: 1px solid #dadada;
	background-color: #ffffff;
}
.lsForm {
	padding: 15px;
	background: #FFF;
}
.lsForm h3 {
         color: #2e2e2e;
}
.lsForm form {
	padding-bottom:10px;
}
.popovers {
	position:relative;
	top:10px;
	left:500px;
	width:420px;
}
