/* CSS Document */

table.pwd_gridtable{
/*	width: 100%; */
}

table.pwd_gridtable td{
	padding: 3px 20px 5px 30px;
	font-weight:normal;
	color:#000000;
	font-size: 11px;
	line-height:16px;
}

td.pwdlabel{
	padding: 3px 0px 5px 0px;
	font-size: 11px;
	line-height:16px;
	font-weight:bold;
	color:#a5195f;
	white-space:nowrap;
}

td.pwdfield{
	padding: 3px 0px 5px 0px;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
	width:100%;
}

input.cnt_text{
	font-size: 11px;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #000000;
}

td.axobutton{
	padding: 3px 0px 5px 200px;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
}

input.axobutton{
	font-size: 11px;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	width: 100px;
}