@charset "utf-8";
/* CSS Document */


#PDefault {
	font-family:Verdana, Arial, Helvetica, sans-serif;	

}
#PDefault a{
	color:#036369;
	text-decoration:none;
	font-weight:bold;

}
#PDefault td,
#PaskSignin td,
#PForgotPassword td,
#PChangePassword td{
	font-size:11px;
	width:100px;
	margin:0px;
	padding:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
}
#PDefault a:hover{
	color:#F14C12;
}
.error{
	color:#F14C12;
}

#Form1 #PDefault  .field,
#Form1 #PForgotPassword  .field ,
#Form1 #PaskSignin .field{
	

}
#BTSignIn,
#BTOkForgot,
#BtCancelForgot,
#BtAcceptNewPassword,
#BtCancelNewPassword,
#BtOKAsk,
#BtCancelAsk{
	background-color:#009F9E;
	color:#FFFFFF;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	border:0;
	padding:1px 2px;
	margin-right:4px;
}
#PaskSignin{
	position:relative;
}
#PaskSignin input#BtOKAsk{
	position:absolute;
	bottom:-15px;
	left:0px;	
	width:77px;
	height:30px;
}
#PaskSignin input#BtCancelAsk{
	position:absolute;
	bottom:-15px;
	left:85px;
	width:77px;
	height:30px;
}
