/* CSS Document */


#logonForm {
	position: relative;
	margin-top: 50px;
	margin-left:20px;

}


#submit {
	position: relative;
	float: right;
	display: inline;
	margin-right: 35px;
	_margin-right: 30px;

}


#welcome {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left : 10px;
}

#logoutForm {
	position: absolute;
	display: block;
	margin-bottom: 20px;
	margin-right: 10px;
	bottom: 10px;
	right: 10px;
}