/* CSS Document */
.container {
	height: 100%;
	
}
footer {
	background-color: #fff;
}
#signIn {
	width: 50%; 
	border: solid thin black;
	padding:10px;
	margin: auto;
	height: 250px;
}
.error_div {
	color: red;
	font-weigh: bold;
	padding: 10px;
	width: 100%;
}
.page_title {
	padding-bottom: 10px;
}
.mojo_help {
	font-size: 10px;
	font-weight: bold;
}
.span_failure {
	color: red;
	font-weight: bold;
}
.span_success {
	color: green;
	font-weight: bold;
}

#fancybox-title { text-align: left; }
#fancybox-title b { display: block; }

#fancybox-title span { float: right; }

#loader {
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    margin-left: -50px; /* half width of the loader gif */
	    margin-top: -50px; /* half height of the loader gif */
	    text-align:center;
	    z-index:9999;
             overflow: auto;
	    width: 100px; /* width of the loader gif */
	    height: 102px; /*hight of the loader gif +2px to fix IE8 issue */
	}