
.loginForm{
	width: 75%;
	margin: auto;
	margin-top: 100px;
	padding: 10px;
	border: 1px solid #888888;
}

.loginForm table{
	width: 100%;
}

.loginForm table tr td{
	width: 50%;
}

.loginForm div.message{
	display: block;
	border: 1px dashed red;
	margin: 10px;
	padding: 10px;
	padding-left: 20px;
	color: red;
}

.loginForm div.message div.icon{
	width: 16px;
	height:40px;
	background: url(../images/icons/exclamation.png) no-repeat;
	float:left;
	position: relative;
	left: -5px;
}

div.logoutMessage{
	width:50%;
	margin:100px auto;
	border: 1px dashed green;
	padding: 10px;
	padding-left: 20px;
	color: green;
}

div.logoutMessage div.icon{
	width: 16px;
	height:40px;
	background: url(../images/icons/tick.png) no-repeat;
	float:left;
	position: relative;
	left: -5px;
}
