body {
	margin: 0px;
}

.text-blue{
	font-size: 16px;
	font-weight: bold;
	color: #2f84ca;
}
INPUT.input{
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background: transparent;
	FONT-SIZE: 12px;	
	FONT-STYLE: normal;
	HEIGHT: 17px;
	FONT-VARIANT: normal;
	color: #01345e;
	border: 1px ;
}

INPUT.button{
	BACKGROUND-IMAGE: url(../images/stuLogin/button_bg.gif);
	WIDTH: 45px;
	COLOR: #ffffff;
	HEIGHT: 19px;
	font-size:12px;
	background-repeat: no-repeat;
	border: 0px;
	padding-top: 3px;
	CURSOR: hand;
}
.primiBaseDiv
{
	left:20%;
	width:60%;
	top:20%;
	height:50%;
	border:0px;
	background-color:#B1DCD1;
	z-index:10;
	display:none;
	POSITION:absolute ;
	filter:alpha(opacity=50); 
}
.primiShowDiv
{
	DISPLAY:none;
	Z-INDEX: 11; 
	TOP: 50%;
	LEFT: 25%; 
	WIDTH: 55%;
	height:10%; 
	POSITION:absolute;
	
}