﻿div.LoginPopup {
}

div.LoginPopup div.Head {
	background-image: url(images/Layout/Login.Popup.Header.png);
	height: 57px;
	width: 614px;
}

div.LoginPopup div.Body {
	background-image: url(images/Layout/Login.Popup.Body.png);
	width: 614px;
	text-align: left;
}

	div.LoginPopup div.Body div.Content {
		padding-left: 20px;
		margin-right: 20px;
	}

div.LoginPopup div.Foot {
	background-image: url(images/Layout/Login.Popup.Footer.png);
	height: 17px;
	width: 614px;
}

table.LoginFrame {
	margin-top: 100px;
	background-color: White;
	padding: 0px 2em 2em 2em;
	border: solid 4px #6B70A7;
	border-radius: 1em;
}

div.pbru-portal {
	margin-top: 1em;
}

	div.pbru-portal hr {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	div.pbru-portal a {
		display: inline-block;
		background-color: #28a745;
		border-color: #28a745;
		color: white;
		padding: 1em 3em;
		font-size: medium;
		border-radius: .3125em;
		box-shadow: 0 1px 3px rgba(0,0,0,.15);
		text-decoration: none;
	}

		div.pbru-portal a:hover {
			background-color: #218838;
			border-color: #1e7e34;
		}