
  


/* Class to control size of input box on homepage*/
.size-ctrl   {
	font-family: monospace;
	font-size: 11pt;
	color: black;
	background: white;
	width: 400px;
}

.size-input   {
	font-family: monospace;
	font-size: 11pt;
	color: black;
	background: white;
	width: 200px;
}

.size-input2   {
	font-family: monospace;
	font-size: 11pt;
	color: black;
	background: white;
	width: 300px;
}

/* Class to control size of input boxes*/
.nsfix   {
	font-family: monospace;
	font-size: 11pt;
	color : black;
	background : white;
}


