@charset "utf-8";

/* Stylesheet for Orbis CMS - an innovation by Novo Web Solutions
Copyright (c) 2008-2009, Novo Web Solutions - www.novo-ws.com
All rights reserved.
Be nice. Please don't steal.
*/ /* SPECIFIC STYLING: LOGIN */
#login_container {
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}

#top_branding {
	width: auto;
	height: 69px;
	padding-top: 20px;
	text-align: center;
}

#login_box {
	width: 800px;
	height: 230px;
	margin: 0 auto;
	border: 2px solid #b3b3b3;
	background: #fff url(../img/hub-ui-pub.jpg) no-repeat scroll right top;
}

#loginform {
	width: 350px;
	height: auto;
	margin-top: 50px;
	margin-left: 50px;
	text-align: center;
}

.login_field {
	margin-bottom: 10px;
}

label {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

input.logintxt {
	margin: 3px auto;;
	padding: 5px;
	width: 248px;
	font-size: 12px;
	border: 1px solid #b3b3b3;
	background: #fff;
}

input.btn {
	width: auto;
	padding: 5px;
	height: 25px;
}

#login_poweredby {
	margin: 10px auto;
	height: 30px;
	color: #3D3D3D;
	text-align: center;
}

#login_notify {
	position: relative;
	width: 270px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	background: #C00;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 10px;
}
