#login-content {
	margin: 16px auto 0 auto;
	background: linear-gradient(to top left, #1582C0, #8DD6F5 80%);
	border-radius: 40px 40px 40px 40px;
	box-shadow: 2px 2px 5px #888888;
	width: 760px;
	height: 416px;
	margin-top: 20px;
}

#login-left {
	width: 352px;
}

#login-left h1 {
	display: none;
}

#login-right {
	float: right;
	width: 40%;
	margin: 0;
	position: relative;
	top: 50px;
	right: 30px;
}

#login-right h1 {
	padding-bottom: 16px;
	border-bottom: 1px solid;
}

#logoDiv {
	background: url('../images/txeisLogoW350H312.png') no-repeat;
	width: 50%;
	height: 100%;
	float: left;
	display: inline;
	clear: both;
	position:relative;
	top: 20px;
	left: 20px;
}

#logoDiv h1 {
	display: none;
}

#errors {
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}

input.textbox {
	border: 1px solid;
	padding: 2px;
}

.button_layout input.button {
	padding-left: 0;
	paddin-right: 0;
}

#disclaimer {
	width: 700px;
	margin: 16px auto;
}

#alert{
	word-wrap: break-word;
	overflow:auto;
	width: 650px;
	height: 170px;
	margin: 0px auto;
	font-size: 14px;
}

#alertbox{
	width: 736px;
	height: 208px;
	margin: 0px auto;
}

#helpButton{
	margin-top: 30px;
	float: right; 
}

#whatsNewImg{
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	padding-top: 10px;
	top: 25px;
	position: relative;
	float: right;
	right: 30px;
}

#browserRequirements { 
	width: 700px;
	margin: 16px auto;
}

#suportedBrowserList {
	width: 700px;
	margin: auto auto auto 16px;;
	list-style: disc;	
}

#logout-right {
	width: 300px;
	float: right;
	margin: 20% 7% 0% 0%;
}

#logout-right h1 {
	padding-bottom: 16px;
	border-bottom: 1px solid;
}

#important {
	text-align: left;
}

#loginFormDiv label {
	width: 80px; 
	padding-right: 20px; display: inline-block 
}

#loginFormDiv p {
	margin-top: 13px; 
	margin-bottom:0px;
}

#loginFormDiv .textbox { 
	vertical-align: top;
}

a.button {
	cursor: pointer;	
}

#loginButton {
	margin: 0;
}

a.button{ 
	box-shadow: 2px 2px 5px 0px #1582c0;
}