



/* rounded buttons */
.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:20px;
	height:20px;
	background:url(images/notebutton.png) no-repeat right top; 
	padding-right:20px; 
	display:inline-block;
}

.round ins { 
	background:url(images/notebutton.png) no-repeat left top; 
	height:15px;
	line-height:20px;
	display:inline-block;
	padding-left:20px;
	font-family: Helvetica, sans-serif; color:#fff; font-size:12px; font-weight:bold; text-decoration:none;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover ins {background-position:left -155px;}
	

/* end rounded buttons */
/* Color of the all page title and login body color */

.trcolor
{
background: #006CE1;
}

.trcolor2
{
background: #71B551;
}
p{
	font-size: 13px;
font-weight:bold;
color:#fff;

}
  .loginbody
{
	background: #FFFFFF;
background-image:url('../images/able.png') ;
background-repeat:no-repeat;
color:#D3D3D3;
background-position:center 50px;

}
.plogin
{
	font-size: 11px;
font-weight:none;
color:#fff;

}
.logincolor
{
background: #BCDDF0;

}