.input
{
	width:175px;
	color: #54A408;
}

.redcross
{
	visibility: hidden;
	position:relative;
	top:0px;
}

.error
{
	color: red;
	font-size:12px;
	font-family: arial;
	position:relative;
	top:-5px;
}


/* Start Styling information for the tables
used in internal.php and results.php */

body {text-align:center;} /*needed to center in IE5.5+*/

table.internal
{
	width:1000px;
	font-size:12px;
	font-family: arial;
	text-align: center;

	/* center on opera, firefox */
	margin-left:auto; 
	margin-right:auto;
}

table.internal th
{
	text-align: center;
	background-color: #0B2F84;
	color: white;
}

table.internal td
{
	text-align:left;
}

/* End Styling information for the main tables
used in internal.php and results.php */


.notice
{
	font-size:12px;
	font-family: arial;
}

/* the row in the results page which corresponds to the users URL */
.userrow
{
	background-color:#DFDFDF;
	color: black;
}


table.form
{
	width:430px;
	font-size:12px;
	font-family: arial;
	text-align: left;
}

table.form td
{
	text-align:left;
}