/* @override 
	http://192.168.1.55/public_screen.css
*/
body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
img {
	border:  0;	
}
.Hide {
    display: none;
}
/* @group Layout */

#Container {
	width: 450px;
	padding: 0 10px;
	margin: 150px auto 10px auto;
}
#support {
	text-align: right;
	font-size: 9px;
	position: absolute;
	right: 1px;
	bottom: -32px;
}
#Logo {
	padding: 5px;
	text-align: center;
}
#Logo img {
	max-height: 50px;
	max-width: 250px;
}
#Logo.Tall img {
	max-height: 100px;
}

/* @end */

/* @group Text & Links */

h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	margin: 0 0 4px 0;
}
#Container p {
	line-height: 1.5;
}
.LoginLink {
    font-size: 14px;
}
.LoginLink a {
    font-weight: bold;
    display: block;
}
/* @end */

/* @group Login Box */
#LoginBox {
	width: 400px;
	background: #fafafa;
	margin: 0 auto 0 auto;
	border: 5px solid #ddd;
	padding: 20px;
	position: relative;
}
#LoginBox h2 {
	margin: 0 0 10px 0;
	color: #555;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;

}
#LoginBox h2 i {
	display: block;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}
#LoginBox h3 i {
	display: block;
	font-weight: normal;
	color: #777;
	font-size: 12px;
}
#LoginBox .Textbox {
	width: 350px;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}

p.Submit {
	margin: 20px 0 0 0;
}
p.Submit .Button {
	font-size: 16px;
	padding: 4px;
}
a.Forgot {
	margin: 10px 0 0 0;
	position: absolute;
	right: 20px;
	bottom: 26px;
}
.Error {
    padding: 8px 4px 8px 30px;
    background: #ffc url(../images/icon_error.png) 6px 7px no-repeat;
    margin: 5px 0 0 0;
    font-weight: bold;
    color: #900;
}
/* @end */

/* @group Footer */

#footer {
	clear: both;
}

/* @end */

