/*
 * Xibo - Digitial Signage - http://www.xibo.org.uk
 * Copyright (C) 2006,2007,2008 Daniel Garner and James Packer
 *
 * This file is part of Xibo.
 *
 * Xibo is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * any later version. 
 *
 * Xibo is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
 */ 
body {
	font-size:76.1%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../../img/headerback.png) repeat-x;
}

img {
	border:0px;
	
}

.login_box {


	text-align:center;
	margin:auto;
	clear:both;
	width: 500px !important;
	width: 500px;
}

.login_header {
	background: #ffffff;
	width: 500px;
	height: 10px;
}

.login_header_left{
	float:left;
	width: 10px;
	height: 10px;
	background:url(../../img/login/login_topleft.png) no-repeat;
	
}

.login_header_right{
	float:right;
	width: 10px;
	height: 10px;
	background:url(../../img/login/login_topright.png) no-repeat;
	
}

h1 {
	color: #25457A;
	font: Arial;
}


.login_body {
	background: url(../../img/login/login_body.png) repeat-x #e5f0ff;
	padding: 25px 0 15px 10px;
}
.login_foot{
	background: url(../../img/login/login_foot.png) repeat-x;
	height: 19px;
	width: 500px;
}

.login_foot_left{
	float:left;
	width: 11px;
	height: 19px;
	background:url(../../img/login/login_bottomleft.png) no-repeat;
	
}

.login_foot_right{
	float:right;
	width: 11px;
	height: 19px;
	background:url(../../img/login/login_bottomright.png) no-repeat;
	
}
.login_box form {
	
}

.login_table {
	text-align: center;
}

input.username{
	clear:both;
	height:25px;
	width:100px;
}

input.password{
	clear:both;
	height:25px;
	margin-left:7px;
	width:100px;
}

.button {
	height:40px;
	width: 60px;
	clear:both;
}

.highlight {
	color:red;

}

#content {
	width:100%;
	margin: 0 auto;
	text-align: center;

	
}