.boxSplash_login { /* The big splash box */
	position: absolute;
	width: 554px;
	height: 278px;
	border: 1px solid #E7E7E7;
	background-image: url(images/bg_graydient.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.boxSplash_profile { /* The big splash box */
	position: absolute;
	top: 120px;
	left: 10px;
	width: 743px;
	height: 460px;
	border: 1px solid #E7E7E7;
	background-image: url(images/bg_graydient.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
h2.login {
	margin: 25px 25px 15px 25px;
	color: #0094D1;
}
label.login {
	font-weight: bold;
	padding-right: 10px;
}
input.login {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 4px 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
}
input.submit {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	padding: 2px 0px 1px 0px;
}
label.profile {
	font-weight: bold;
	padding-right: 10px;
	line-height: 25px;
}
input.profile {
	width: 250px;
	margin-bottom: -2px;
	padding: 3px 4px 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	border: 1px solid #999999;
}
html>body input.profile {
	margin-bottom: 0px;
}
input.radio {
	margin: -1px 2px -1px -3px;
}
html>body input.radio {
	margin: 0px 5px -2px 0px;
}
select.profile {
	width: 50px;
	margin-bottom: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	border: 1px solid #999999;
}
html>body select.profile {
	margin-bottom: 0px;
}
div.updated {
	width: 500px;
	height: auto;
	padding: 10px;
	margin-top: 135px;
	border: 1px solid #D4D4D4;
}
input.updated {
	width: 80px;
	margin-top: 15px;
}
