@charset "utf-8";
/* CSS Document */

/* tuzeneuFamilyStylesheet */
/* Style Rules for index.html page, the logon page */
#Container_logon {
	height: 576px;
	width: 676px;
	margin-right: auto;
	margin-left: auto;
}
#pictureBar {
	height: 480px;
	width: 672px;
	border: thin solid #000;
}
#labelBar {
	background-color: #FF9;
	float: left;
	height: 48px;
	width: 336px;
}
#passwordBar {
	background-color: #69F;
	float: right;
	height: 48px;
	width: 336px;
}
#buttonBar {
	background-color: #003;
	float: left;
	height: 36px;
	width: 672px;
	padding-top: 10px;
}


/* Style Rule for Container_Home Div for the 'tuzeneuHome.html' Page */
#Container_Home {
	height: 1200px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

