﻿.pbtnNormal,.pbtnPushed
{
	color:blue;
	text-align:center;
	width:155px;
	height:30px;
	line-height:30px;
	cursor:pointer;
    font-weight: bold;
    margin:2px;
    border:1px solid blue;
    border-width: 1px;
    border-radius:2px;
}
.pbtnNormal
{
	/*background:url(../Images/PBtnNormal.gif) no-repeat;*/
}
.pbtnPushed
{
	/*background:url(../Images/PBtnPushed.gif) no-repeat;*/
	color:white;
    background: #1997c6
}