@charset "utf-8";


#container {
	margin: auto;
	width: 825px;
	height: 715px;
	

}


#container #image {
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index:1;
	background-image: url(images/panlogin.png);
	height: 440px;
	width: 660px;
}
#container #image #error {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-size: 12px;


}


#container #image #param {
	z-index: 10;
	top: 100px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 300px;

}

