body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(../img/background.png);
	background-repeat: repeat;
	text-align: center;
}

#login {
	background-image: url(../img/login_background.png);
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	padding-top: 200px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	height: 400px;
	width: 500px;
}

.row {
	margin-left: 38px;
	/* background-color: #ccc; */
	margin-bottom: 15px;
	width: 400px;
}

.label {
	position: relative;
	display: block;
	float: left;
	top: 3px;
	text-align: right;
	width: 150px;
}

.form_input {
	width: 200px;
	height: 30px;
	font-size: 24px;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
}

#error, #login_error {
    color: #993333;
    font-weight: bold;
    left: -30px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    top: -30px;
    width: 350px;
}

#submit {
	position: absolute;
	color: #ffffff;
	font-size: 38px;
	top: 410px;
	height: 50px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #606060;
	background-position: center;
	text-align: center;
	border: 1px solid #CCCCCC;
    left: 40px;
    top: 140px;
    width: 376px;
}

.language_selection {
	position: absolute;
	right: -33px;
	top: 210px;
	text-align: cener;
}

.language {
	padding: 0 0 0 0;
}

.language_selected {
	/*background-color: #5a90c2;*/
}

.copyright {
	position: absolute;
	bottom: 90px;
	left: 170px;
	color: #333;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}
	