#losesession iframe html body {
	margin: 0;
	}

#losesession iframe html body h1 {
	color: #11316e;
	font-weight: bold;
	font-size: 24px;
	}
	
#losesession iframe html body #f_site #loginblock input["text"] {
	border: 1px solid #d6dcea;
	padding: 5px;
	}
	
#losesession iframe html body #f_site #loginblock input["submit"] {
	border: 1px solid #11316e;
	background: #11316e;
	color: #ffffff;
	padding: 5px 7px;
	}
	
	#losesession iframe html body #f_site #loginblock input["submit"]:hover {
		border: 1px solid #001f41;
		background: #001f41;
		text-decoration: underline;
		}
