#container{
	width: 100%;
	height: auto; 
	min-width: 700px;
}

.header{
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background-image: url(../img/deg1.jpg);
}

div#form {
	margin: 0 auto;
	width: 400px;
}

div#form h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0.25em;
}

div#form p {
	font-size: 0.75em;
	margin-bottom: 1em;
	border-bottom: solid 1px #F6A828;
	padding-bottom: 1em;
}

div#form label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}

div#form input {
	float: left;
	font-size: 0.75em;
	padding: 0.3em 0.15em;
	border: solid 1px #F6A828;
	width: 200px;
	margin: 0.15em 0 0.75em 1em;
}

div#form div#rememberMe label {
	width: 250px;
	font-size: 0.75em;
	font-weight: normal;
}

div#form div#rememberMe input {
	width: 25px;
	margin-left: 6.5em;
}

div#form button {
	width: 20em;
	margin-left: 6.5em;
}

div#form .error {
	font-size: 0.75em;
	font-weight: bold;
	color: #F6A828;
	margin-bottom: 1em;
	margin-left: 2em;
}

div#form .message {
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 2em;
}

.ui-dialog-titlebar-close {
	display: none;
}