@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
img, fieldset {
	border:none;
	}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer;
	}
body {
	background:#d6d6d6 none;
	}
#container {
	width:100%;
	height:100%;
	}
#login_form {
	background:url(../images/tandem_login.gif) no-repeat;
	width:255px;
	height:275px;
	margin:250px auto 0;
	padding:10px;
	}
.logoDiv {
	padding:0px 0 0;
	text-align:center;
	height:70px;
	}
.loginDetailsDiv {
	clear:both;
	}
.loginDetailsDiv ul {
	overflow:hidden;
	}
.loginDetailsDiv ul li {
	float:left;
	padding:7px 0;
	display:block;
	overflow:hidden;
	width:100%;
	}
.loginDetailsDiv ul li label {
	display:block;
	float:left;
	width:50px;
	padding:0 10px 0 0;
	line-height:24px;
	color:#808080;
	font-weight:bold;
	overflow:hidden;
	}
.loginDetailsDiv ul li span.inputBG {
	background:url(../images/input_bg.gif) no-repeat left top;
	width:175px;
	height:24px;
	display:block;
	float:left;
	}
.loginDetailsDiv ul li span.inputBG input {
	background:transparent none;
	border:none;
	width:165px;
	height:18px;
	padding:3px 5px;
	}
.loginDetailsDiv form {
	padding:20px 10px;
	}
.btn_login {
	background:url(../images/btn_login.gif) no-repeat left top;
	width:71px;
	height:25px;
	display:block;
	float:left;
	text-indent:-9999px;
	}
.btn_login:hover {
	background:url(../images/btn_login.gif) no-repeat -71px top;
	}
.loginDetailsDiv ul li p {
	text-align:center;
	}
.loginDetailsDiv ul li strong {
	display:block;
	text-align:center;
	padding:3px 0 0;
	}
.retry {
	background:url(../images/bandwidth/retry.gif) no-repeat left top;
	width:71px;
	height:25px;
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	}
.def_language	{
	width: 174px;	
	font-size:13px;
	padding:3px;
	width:174px;
}
