body {
	height: 100%;
	background-color: #000000;
	background-image: url('/images/gui/login-background-without-window.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	overflow: hidden;
}

#login_container {
	width: 240px;
	float: right;
}

#login_logo {
	/*position: absolute;
	right: 0;*/
}

#login_box {
	/*position: absolute;
	right: 0;
	top: 140px;*/
	float: right;
	background-color: #d36108;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
}

#login_box p {
	margin-top: 0;
	margin-bottom: 0;
}

#login_box form {
	margin: 0;
}

#login_box input {
	background-color: #ffffff;
}

#login_box #save_data_paragraph, #login_box #forgot_password_paragraph, #login_box #login_button_paragraph {
	margin-top: 10px;
}

#login_box .top-left {
	background-image: url('/newtest/images/gui/login_angle-top-sx.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#login_box .bottom-left {
	background-image: url('/newtest/images/gui/login_angle-bottom-sx.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#login_box .content {
	padding: 10px;
}

a.button {
    background: transparent url('/newtest/images/gui/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/newtest/images/gui/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.save_data_label {
	margin-right: 10px;
}

/*
#password_forgot_dialog, #invalid_login_dialog {
	font-size: 12px;
}

#password_forgot_dialog input.text {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}

#password_forgot_dialog label, #password_forgot_dialog input {
	display: block;
}

#password_forgot_dialog fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}
*/

/*
.infojuice_dialog {
	font-size: 12px;
}
*/

.infojuice_dialog input.text {
	margin-bottom: 12px;
	width: 100%;
	padding: .4em;
}

.infojuice_dialog label, .infojuice_dialog input {
	display: block;
}

.infojuice_dialog fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}

#login_background_logo {
	width: 370px;
	height: 120px;
	margin-left: -185px;
	margin-top: -60px;
	position: absolute;
	top: 50%;
	left: 50%;
}

a {
	color: white;
}

.javascript_link {   
        cursor: pointer;
}
