.ptitle {text-align:center;font-family:Tahoma,San-serif;font-size:16pt;padding:15px;color:#FFFFFF;
	background: #E68F1E;
  height:auto;
  background: -moz-linear-gradient(top, #E68F1E 0%, #A06212 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E68F1E), color-stop(100%, #746EF5));
  background: -webkit-linear-gradient(top, #E68F1E 0%, #A06212 100%);
  background: -o-linear-gradient(top, #E68F1E 0%, #A06212 100%);
  background: -ms-linear-gradient(top, #E68F1E 0%, #A06212 100%);
  background: -webkit-linear-gradient(top, #32da27 0%, #35902f 100%);
  border-bottom:1px solid #ffffff;
         }
#ptitle { height:auto; }
.shadbox
  {
border :1px solid #CACACA;
margin:20px auto; width:90%;padding:20px;background-color:#FFFFFF;
-webkit-box-shadow: 0 0 8px 8px rgba(0,0,0,0.07);
box-shadow: 0 0 8px 8px rgba(0,0,0,0.07);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }

.loginbox
  {
border :1px solid #CACACA;
margin:20px auto; padding:20px;background-color:#FFFFFF;
-webkit-box-shadow: 0 0 8px 8px rgba(0,0,0,0.07);
box-shadow: 0 0 8px 8px rgba(0,0,0,0.07);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
text-align:center;
  }

a.circle
	{
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	width:120px; height:120px;
	border :1px solid #DEDEDE;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:120px;
	text-align:center;
	line-height:120px;

-webkit-box-shadow: 0 0 8px 8px rgba(0,0,0,0.07);
box-shadow: 0 0 8px 8px rgba(0,0,0,0.07);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       background-color:rgba(50,100,23,0.6);
       color:#ffffff;
	font-size:14px;
       
	}

a.circle:hover
	{
text-decoration:none;
	display:inline-block;
	vertical-align:top;
	width:120px; height:120px;
	border :1px solid #DEDEDE;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:120px;
	text-align:center;
	line-height:120px;
	background-color:rgba(50,70,23,0.6);
       color:#ffffff;
	font-size:14px;
	-webkit-box-shadow: 0 0 8px 8px rgba(228,144,23,0.075);
	box-shadow: 0 0 8px 8px rgba(228,144,23,0.75);
	
	}
a.lncircle
	{
	font-weight:700;
	font-family:Tahoma,San-Serif;
	font-size:12pt;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	width:130px; height:130px;
	border :1px solid #DEDEDE;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px;
	border-radius:100%;
	text-align:center;
	line-height:130px;
	background-color:#DEDEDE;
	-webkit-box-shadow: 0 0 8px 8px rgba(228,144,23,0.075);
	box-shadow: 0 0 8px 8px rgba(228,144,23,0.75);
	}