/* global selectors */
html, body {
	height: 100%;
}
body, td {
	padding: 0;
}
form {
	margin: 0;
}

#Content {
	background-color: #fff;
	color: #000;
}

/* form labels */
.fieldLabel {
	font: bold 11px arial;
	color: #333;
}
#remember {
	margin-top: 3px;
	float: left;
}

/* form fields */
.fieldData {
	margin: 1px 0;
	font: 11px arial;
}
.fieldData input {
	font: 10px arial;
}
.fieldData .remember {
	margin-left: 0.5em;
}
.fieldData .login {
	margin: 2px 0;
}
#FQuickAccess .fieldData .login {
	margin: 8px 0;
}

/* links */
#SupportLinks {
	margin: 2px 8px;
}
.supportLink {
	white-space: nowrap;
	font: bold 10px arial;
	color: #cc0000;
}
.supportLink a {
	color: #cc0000;
	text-decoration: none;
}
.supportLink a:hover {
	text-decoration: underline;
}

#Buttons {
}
#Buttons .button {
	float: left;
}

#Forms {
	width: 151px;
	height: 168px;
	overflow: visible;
	background-image: url(/Images/EN/Home/Image_19.gif);
	clear: both;
}
#Forms .form {
	padding: 5px 0 0 8px;
	display: none;
}
#Forms .active {
	display: block;
}

/* tout controls */
#Tabs {
}
#Tabs .tab {
	float: left;
}

/* touts */
#Touts {
	clear: both;
	width: 609px;
	height: 408px;
	overflow: hidden;
}
#Touts .tout {
	display: none;
}
#Touts .active {
	display: block;
}

