/* (X)HTML Elements============================================================================================================================================= */*{	margin: 0;	padding: 0;	border: 0;	outline: 0px;	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;}input[type="text"], input[type="password"], textarea, select {     outline: none;}html, body{	height:100%;}body{	background:#000000;}table#loginTable{	width:100%;	height:100%;}p{	font-size:11px;	color:#fff;}label{	display:block;	font-size:11px;	font-weight:bold;	color:#666;	padding:0 0 2px 0px;	}#submit{	width:41px;	height:23px;	background:#ccc;	border:none;	display:block;	cursor:pointer;	background: url(../img/submit.gif) no-repeat left top;}.input{	background: url(../img/input.gif) no-repeat left top;	border:none;	width:142px;	height:17px;	padding:3px 5px 3px 5px;	font-size:12px;	font-weight:bold;	color:#666;}