#workspace {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.login_form {	
	background-image: url(/cdn/img/sppy/Logo_SH.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.login_form form table{
	float: right;
	margin: 10px;
}

.app_bar {
	background-image: url(/cdn/img/sppy/bar_blue.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 25px;
}

.app_bar td {
	padding-right: 20px;
}


.app_store {
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
	display: block;
	margin-left: 10px;
	color: #FFF;
	font-weight: bold;
}

#footer{
	background-color: #0455BF;
	text-align: left;
	color: white;
	font-size: 90%;
	padding: 10px;
}

.email_div {
	padding:5px;
}

.email_div a {
	color: #999;
	font-size: 80%;
}

