#helpdesk {
	float: right;
	display: inline;
	width: 215px;
	margin-top: 20px;
}
#evaHolder,
#evaHolderSmall {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
img.eva {
	float: right;
	height: 100px;
}
#evaHolder {
	margin: 0px auto;
	margin-bottom: 20px;
	width: 190px;
}

#evaHolderSmall {
	margin: 10px 0 10px 0;
}


#evaHolder a,
#evaHolderSmall a {
	text-decoration: none;
}
#evaHolder div.infoText,
#evaHolderSmall div.infoText {
	clear: both;
	text-align: left;
	font-size: 1em;
	margin: 5px 0 10px 5px;
	line-height: 1.2em;
}

#evaHolderSmall div.infoText {
	width: 165px;
	margin: 5px auto;
	margin-bottom: 0px;
}

#evaHolder div.infoText img {
	float: left;
	margin-bottom: 15px;
	padding-right: 15px;
}

#evaHolderSmall div.infoText img  {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}

#evaHolder div.infoText span.smallText,
#evaHolderSmall div.infoText span.smallText {
	font-size: 0.9em;
}

div#evaImageClip {
	position: relative;
	width: 118px;
	margin-left: 34px;
}

div#evaImageClip img {
	margin: 0px auto;
}

div#evaImageClip form.evaForm {
	position: absolute;
	top: 131px;
	left: -33px;
	width: 186px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #284e39;
	height: 18px;
}
div#evaHolderSmall form.evaForm {
	left: -14px;
	width: 140px;
}

div#evaImageClip form.evaForm input.text2 {
	position: absolute;
	top: 0px;
	left: 0px;
	border-width: 0px;
	border-right: 1px solid #284e39;
	margin: 0;
	height: 16px;
	padding: 1px;
	padding-left: 3px;
	width: 162px;
	font-style: italic;
	font-size: 0.95em;
	color: #999;
}

div#evaHolderSmall form.evaForm input.text2 {
	width: 116px;
}

div#evaImageClip form.evaForm input.submit2 {
	position: absolute;
	top: 0px;
	left: 167px;
	border-width: 0px;
	margin: 0px;
	height: 20px;
	padding: 0px;
	width: 20px;
	background-color: #284e39;
	background: transparent url('/images/eva/search.gif') no-repeat;
	cursor: pointer;
}

div#evaHolderSmall form.evaForm input.submit2 {
	left: 121px;
}

a.cloudsInformationButton {
	display: block;
	padding: 15px 85px 15px 8px;
	height: 38px;
	width: 100px;
	background: url('../images/clouds/btn_clouds_information.png') no-repeat -7px 0;
	color: #ffffff;
	text-decoration: none;
	margin: 1em 0;
}

a.cloudsInformationButton:hover {
	background-position: -208px 0;
}div.loginCont {
	float: left;
	width: 720px;
	display: inline;
}

div.loginCont p {
	margin-left: 0px;
	padding: 0px 0px 0px 20px
}

.loginScreen {
	width: 401px;
	height: 161px;
	background: url('../images/logon/login_sprite.png') no-repeat;
	position: relative;
}

a.loginButton {
	position: absolute;
	left: 15px;
	top: 34px;
	padding: 0 5px;
	line-height: 112px;
	width: 158px;
	text-align: center;
	background: url('../images/logon/login_sprite.png') no-repeat -401px 0;
	color: #e3e7e3;
	text-decoration: none;
	font-style: italic;
	font-size: 2.5em;
}

div.loginScreen h3 {
	position: absolute;
	margin: 0;
	top: 2px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: 1px;
	text-align: center;
}

.loginScreen h3.signup {
	width: 250px;
}
.loginScreen h3.login {
	color: #ffffff;
	right: 30px;
	width: 112px;
}

div.loginContentLeft {
	width: 49%;
	float: left;
}

div.loginArea {
	position: absolute;
	left: 208px;	/* because right: 20px does not work in IE (some kind of whitespace problem) */
	top: 44px;
	width: 173px;
	color: #ffffff;
	text-align: center;
}

div.loginArea input {
	margin-bottom: 5px;
}

div.loginArea .inputText {
	border: 0;
	background: transparent url('../images/logon/login_sprite.png') no-repeat -569px 0;
	width: 153px;
	padding: 2px 10px;
	min-height: 18px;
	color: #2B4E3A;
}

div.loginArea .inputSubmit {
	width: 173px;
	min-height: 20px;
	background: transparent url('../images/logon/login_sprite.png') no-repeat -569px -33px;
}

div.formContent {
	padding: 10px 27px 10px 20px;
}

.formRow {
	height: auto !important;
	min-width: 30em;
	overflow: hidden;
	padding: 2px 0 2px 18em;
}

.formRow label {
	display: inline;
	float: left;
	font-weight: bold;
	margin-left: -18em;
	width: 17em;
}
