body {
}

#wrapper {
	background: white url(background.png) top center no-repeat;
	border: 1px solid #207cb0;
	width: 460px;
	margin: 0 auto;
	padding-top: 50px;
}

#login, #incompatibleBrowser {
	padding: 10px;
}

#login td.left-cell {
	text-align: right;
}
#login td.left-cell {
	float: right;
}
#login label, #error, #message, p {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
}

#error {
	color: red;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	font-weight: bold;
}

h3 {
	font-family: Helvetica, Arial;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

p {
	font-size: 0.7em;
	margin: 0.5em 0 0.5em 0;
}

#dialog {
	z-index: 1000;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	text-align: center;
}

#dialog #contents {
	margin: 0 auto;
	border: 1px solid #ddf;
	background: white;
}

#dialog #titlebar {
	padding: 4px;
	color: white;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	background: #014;
	text-align: center;
}

#dialog iframe {
	width: 100%;
	height: 300px;
}

#dialog #contents.terms {
	width: 440px;
}

#dialog #contents.pass {
	width: 320px;
	background: #eee;
}

#dialog #contents.pass #pass {
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #ddf;
	text-align: left;
	background: white;
}
