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


body.dialog {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -150px;
	border: #CCC 3px solid;
	text-align: center;
}

.dialog #footer {
	background: none;
	padding: 0;
}

.dialog h1#page-title {
	width: 300px;
	height: 47px;
	text-indent: -9999px;
	background: url(../img/bg_login.png) no-repeat left top;
	float: none;
}

.dialog #username-label {
	padding: 0 20px;
	display: block;
	text-align: left;
	margin: 10px 0 0 0;
}

.dialog #password-label {
	padding: 0 20px;
	display: block;
	text-align: left;
	margin: 10px 0 0 0;
}

.dialog p ,.dialog .left ,.dialog .actions {
	text-align: right;
	padding: 0 20px;
	line-height: 120%;
}

.dialog .actions button {
	width: 150px;
	height: 25px;
	margin: 10px 0;
}

.dialog .right {
	text-align: center;
}
