fieldset {
	margin: .75em 0 0 0;
	padding: 0;
	border-style: solid;
	
}
legend {								/* This controls the behaviour of the Legend */
	margin-left: .8em;
	color: #000000;
	font-weight: bold;
}

#search ol { 							/* This controls the 'Search' ordered list */
	padding: 1em 1em 0 .8em; 			/* the last one adjusts the padding of the Provider, Minutes, Etc column */
	margin: 0; 							/* removes the indentation of the list in Internet Explorer */
	list-style: none;
}

#search li { 							/* This controls the 'Search' list elements */
	padding-bottom: .1em;
}

#search label { 						/* This controls the 'Search' labels */
	float: left;
	width: 8em;
	margin-right: .5em;
	padding: 0px;
}

.searchbox {							/* This controls the layout of the 'Search' dropdown boxes */
	width: 75px;
	font-family: Tahoma;
	font-size: 11px;
}

.button {							/* This controls the layout of the 'Search' & 'Login' buttons search buttom */
	width: 65px;
	font-family: Tahoma;
	font-size: 11px;
	float: right;
	margin-right: 1em;
}

.login-page-button {							/* This controls the layout of the 'Login' button on the Login.php search buttom */
	width: 65px;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#login ol { 							/* This controls the 'Login' ordered list */
	padding: 1em 1em 0 .8em; 			/* the last one adjusts the padding of the Email & Password columns */
	margin: 0; 							/* removes the indentation of the list in Internet Explorer */
	list-style: none;
}

#login li { 							/* This controls the 'Login' list elements */
	padding-bottom: .1em;
}

#login label { 							/* This controls the 'Login' labels */
	float: left;
	width: 5em;
	margin-right: .5em;
	padding: 1px;
}
.loginbox {								/* This controls the layout of the 'Login' text boxes */
	width: 100px;
	font-family: Tahoma;
	font-size: 11px;
}
#logged {								/* This controls the appearance of the 'LoggedIn' fieldset */
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#email ol {
	padding: 1em 1em 0 1em;
	margin: 0;
	list-style: none;
}
#email li {
	padding-bottom: .5em;
}
#email label {
	float: left;
	width: 5em;
	margin-right: 1em;
	padding: 1px;
}
#email p {
	font-weight: bold;
}
#delaccount ol {
	padding: 1em 1em 0 1em;
	margin: 0;
	list-style: none;
}
#delaccount li {
	padding-top: 1em;
	
	font-weight: bold;
}
#delaccount p {
	margin-top: 5px;
}
#register ol {
	padding: 1em 1em 0 1em;
	margin: 0;
	list-style: none;
}
#register li {
	padding-bottom: .5em;
}
#register label {
	float: left;
	width: 10em;
	margin-right: 1em;
}
#register p {
	margin-top: 5px;
	
}
.red {
	color: #FF0000;
}