body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	text-align: center;
	background-color: #fff;
}

a {
	color: #3b5691;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr, #contact {
	display: none;
}

.clearboth {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}

h1, h2, form	{
	margin: 0;
	padding: 0;
}

form, input	{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.bgdark {
	background: #999;
}

.big {
	font-size: 120%;
}

.finfo {
	margin-top: 50px;
	text-align: left;
}


/*-- layout --*/

#backout {
	margin: 100px auto 0 auto;
	width: 320px;
	font-size: 80%;
	text-align: center;
}

#backout h1 {
	position: relative;
	width: 100%;
	height: 90px;
	color: #999;
	font-size: 160%;
	text-align: center;
	background: url("/images/ico_login.gif") no-repeat 170px top;
}

#backout h1 span {
	position: absolute;
	top: 18px;
	left: 80px;
	width: 100px;
	text-align: left;
}

/*-- forms --*/

form {
	padding-bottom: 10px;
	margin: 0 auto;
	width: 260px;
	text-align: left;
}

form .input-row,
form .button-row
{
	clear: both;
	width: 100%;
}

form .input-row {
	margin-bottom: 15px;
	text-align: right;
}

form .button-row {
	text-align: center;
}

form .input-row label {
	float: left;
	position: relative;
	padding-top: 5px;
	width: 160px;
	line-height: 100%;
	text-align: left;
}

form .input-row .input-text {
	width: 80px;
	border: 1px #aaa solid;
	text-align: center;
}

* html form .input-row .input-text {
	width: 88px;
	height: 23px;
}

form .input-row .input-text,
form .button-row .submit
{
	padding: 3px;
}

/*-- forms / errors --*/

form .error label {
	color: #ff4d4d;
}

form .error .input-text {
	border: 1px #ffb5b5 solid;
	background: url("/images/bg_form_input_alert.gif") repeat-x top;
}

/*-- forms / infos --*/

div.info,
div.notice,
div.alert,
div.warning
{
	width: 100%;
	margin-top: 10px;
	padding: 9px 0 3px 0;
}

div.notice {
	border-top: 1px #a0caf9 solid;
	border-bottom: 1px #a0caf9 solid;
	background: #dae9ff url("/images/bg_notice.gif") no-repeat 10px 10px;
}

div.alert {
	border-top: 1px #ffb5b5 solid;
	border-bottom: 1px #ffb5b5 solid;
	background: #ffe5e5 url("/images/bg_alert.gif") no-repeat 10px 10px;
}

div.warning {
	border-top: 1px #f8d979 solid;
	border-bottom: 1px #f8d979 solid;
	background: #ffffda url("/images/bg_warning.gif") no-repeat 10px 10px;
}

div.notice p,
div.alert p,
div.warning p
{
	padding: 0 10px 5px 33px;
	margin: 0;
}
