*								{ margin: 0; padding: 0; }
body							{
	font: 12px "Lucida Grande", Sans-Serif;
	background-color: #FFFFFF;
}
#page-wrap						{ width: 500px; margin: 50px auto; padding: 20px; background: white; }

h1, h2, h3						{ font: 22px Georgia, Serif; border-bottom: 1px dotted #ccc;
								  margin: 0 0 10px 0; }
.clear							{ clear: both; }

label							{ background: #666; color: white; padding: 2px 6px; }

.post							{ margin: 0 0 20px 0; }



.f1 {
	background-image: url(../images/loginPanel_bg.png);
	position: absolute;
	right: 600px;
	bottom: 200px;
	width: 400px;
	height: 250px;
	color: #0066FF;
	padding-left: 3px;
	background-repeat: no-repeat;
}
.f2 {
	background-image: url(../images/loginPanel_bg.png);
	position: absolute;
	right: 600px;
	bottom: 200px;
	width: 400px;
	height: 250px;
	color: #0000FF;
	padding-left: 3px;
	background-repeat: no-repeat;

}

