body {
	font: normal 1em verdana, helvertica, tahoma, sans-serif;
	
	font-size: 9pt;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

table {
	font: normal 1em verdana, helvertica, tahoma, sans-serif;
	/*margin: 0 auto 0 auto;*/
	font-size: 9pt;
	border: 0;
	/*background-color: white;*/
}

h1 {
	font: normal 1em verdana, helvertica, tahoma, sans-serif;
	
	font-size: 10;
	font-style: italic;
}

#loginWindow {
	width: 400px;
	height: 200px;
	margin: 30px auto;
	
	text-align: center;	
	
	position: relative;
	
	/*background-image: url(../images/trans_back.png);*/
	background-color: #D2D9BA;
	background-position: center center;
	background-repeat: no-repeat;

	/* Borders*/
	/*border-bottom: 1px solid rgb(115,115,115);
	border-right: 1px solid rgb(115,115,115);
	border-top: 1px solid rgb(191,191,191);
	border-left: 1px solid rgb(191,191,191);*/

	overflow: hide;

	padding: 0;
	z-index: 0;
}

#loginWindow table {	
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 75%;
	/*height: 300px;*/
	margin: 10px auto;	
	
	position: relative;
	
	/*background-image: url(../images/street_background.jpg);*/
	background-color: #D2D9BA;
	background-position: center center;
	background-repeat: no-repeat;

	/* Borders*/
	border-bottom: 1px solid rgb(115,115,115);
	border-right: 1px solid rgb(115,115,115);
	border-top: 1px solid rgb(191,191,191);
	border-left: 1px solid rgb(191,191,191);

	overflow: hidden;

	padding: 20px;
	z-index: 0;

	TEXT-ALIGN: left;

}

#titleeditcontainer {
	width: 75%;
	/*height: 300px;*/
	margin: 0px auto;	
	
	position: relative;
	
	/*background-image: url(../images/street_background.jpg);*/
	background-color: silver;
	background-position: center center;
	background-repeat: no-repeat;

	/* Borders*/
	
	border-right: 1px solid rgb(115,115,115);
	border-top: 1px solid rgb(115,115,115);
	border-left: 1px solid rgb(191,191,191);

	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 0;

	TEXT-ALIGN: center;

	overflow: hidden;
}

#editcontainer {
	width: 75%;
	/*height: 300px;*/
	margin: 0px auto;	
	
	position: relative;
	
	/*background-image: url(../images/street_background.jpg);*/
	background-color: #D2D9BA;
	background-position: center center;
	background-repeat: no-repeat;

	/* Borders*/
	
	border-right: 1px solid rgb(115,115,115);
	border-left: 1px solid rgb(191,191,191);

	padding: 20px;
	padding-top: 5px;
	z-index: 0;

	TEXT-ALIGN: left;

	overflow: hidden;
}

/*#editcontainer table {
	margin-left: auto;
	margin-right: auto;
}*/


