/* css by nand Nerd *//* CSS specific to /ps/ */#editor {	padding: 5px;	background-color: #ccc;	border: 1px dotted #333;	}		#information {	padding: 5px;	background-color: #ccc;	border: 1px dotted #333; 	}	#output {	padding: 5px;	background-color: #ccc;	border: 1px dotted #333; 	}	#infoNavigation	{	text-align: center;	}#infoNavigation a:hover	{	cursor: pointer;	}div.info {	float: left;/*	width: 390px; */	text-align: left;	visibility:hidden;	position: absolute;	}	#infoWelcome { 	visibility: visible;	position: relative;	}td.heading {
  text-align: center;  font-weight: bold;
  }

td.label {
  text-align: right;
  }

td.formw {
  min-width: 20px;
  text-align: left;
  }   div.spacer {  clear: both;  }   /* specific to load.php */#welcome 	{	position: relative;	}#welcome a:hover	{	cursor: pointer;	}h3#status { color:#F00; }#fromfile	{	width:50%; float:left; position: relative;	}#fromlist 	{	width:50%; float:left; position: relative;	}#fromexample 	{	width:50%; float:left; position: relative;	}#preview	{	width:50%; float:right; position: relative;	}#scriptlisting 		{ width:50%; float:right;	}#scripttemplates	{ width:50%; float:left;		} div.photothumb {
width:140px;
height: 140px;
float:left;
text-align:center;
}div.clear {	clear: both;	}.center {	text-align:center;	}