@charset "utf-8";
/* CSS Document */
#pc
{
	position:			relative;
	padding:      	    5px;
	height:				600px;
	border:				1px dashed #06C;
}

#lgin
{
	position:			absolute;
	top:				60px;
	left:				821px;
	width:				200px;
	height:				150px;
	text-align: center;
}

#lgin_title
{
	color:				#036;
	float:				right;
	padding-top:        3px;
	padding-right:      7px;
	font-weight:		100;
}

#act
{
	font-weight:		bold;
	padding:            3px;
}

#act
{
	padding:            3px;
}

#username
{
	float:				right;
}

#password
{
	float:				right;
}

#sbmt
{
	font-size:			.85em;
	float:				right;
}

#totalsgrid
{
	position:         	absolute;
	top:				25px;
	width:				550px;
	height:				300px;
}
