#loginContainer {
    float: right;
    width: 18em;
    margin: 1em 0 0 1em; 
    padding: 0;
    /*	position: relative;
	float: left;
	background-color: white;
	width: 300px;
	min-height: 200px;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0; */
}

#startText1 {
/* position: relative;
	float: left;
	width: 590px;
	margin: 0 50px 0 0; */
 /* background-color: red;*/
	
}

#startText2 {
	background-color: white;
}

#startText3 {
	background-color: white;
}

.clear {
	clear: both;
	height: 1em;
	width: 1em;
	float: right;
	/*background-color: green;*/
}
#startImage1 {
/*	position: absolute top:100px */
 float: left; width: 31em;
 margin: 1em 1em 0 0; */
 /*   padding: 7em 1em 1em 0; */ 
/*    	margin: 0 20px 20px 0;
	position: relative;
	float: left; */
}

#loginContainerHead {
	background-image: url("../images/login_bg_head.png");
	background-repeat: no-repeat;
	height: 25px;
	width: 250px;
/*	float: left; */
	    float: right;
    margin: 0 0 0 0;
	
}

#loginContainerBody {
	background-color: #d0cdbc;
/*	float: left; */
	padding: 5px 0 5px 20px;
	width: 230px;
	    float: right;
 /*   margin: 0 0 1em 0; */
	
}

#loginContainerFoot {
	background-image: url("../images/login_bg_foot.png");
	background-repeat: no-repeat;
	height: 25px;
	width: 250px;
/*	float: left; */
	    float: right;
    margin: 0 0 1em 0;
	
}

h2.portalHeader {
	margin: 0 0 10px 0;
	line-height: 110%;
}

input.portalTextfield {
	width: 175px;
	border: none;
	border-color: white;
}

input.portalButton {
	background-color: #d0cdbc;
	background-image: url("../images/login_btn.png");
	border: none;
	color: white;
	cursor: pointer;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	width: 160px;
}

a.toPortalLink {
	background-image: url("../images/login_btn.png");
	color: white;
	display: block;
	font-weight: bold;
	height: 27px;
	margin: 20px 0 0 25px;
	padding: 8px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 160px;
}