@charset "utf-8";
/*
 *	Alert Web Publisher (Login Stylesheet)
 *
 *	Last Updated: 02nd January 2012
 *	Copyright 2012 Alert Communications
 *	www.alert.com.mt
----------------------------------------*/


/*---General---*/
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	float:left;
	padding:0;
	margin:0;
	bottom:10px;
}
p {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
}
a {
	text-decoration: underline;
	color: #adadac;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
}
/*---Login Area---*/
#login {
	width:410px;
	margin:7em auto;
}
#login .top, #login .bottom {
	float:left;
	background:url(../pics/login_top_2.png) no-repeat;
	width:410px;
	height:28px;
}
#login .bottom {
	background:url(../pics/login_bottom_2.png) no-repeat;
}
#login .background {
	float:left;
	background:url(../pics/login_background_2.png) repeat-y;
	width:410px;
	min-height:137px;/*height:250px;*/
}
/*---Welcome---*/
.welcome {
	float:left;
	width:211px;
	top:7px;
	left:8px;
	color:#ccc;
	background:#101010;
	min-height:177px;
	padding:0 0 0 10px;
}
.title{
	float:left;
	margin:0 0 10px 35px;
}
/*---Form---*/
.form {
	float:left;
	width:30px;
	width:379px;
	padding:0 0 0 34px;
}
.form .errors {
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#F00;
}
.form .errors ul {
	margin:0;
	padding:0;
	list-style:none;
}
.form .errors ul li {
	background:url(../pics/error_list.png) no-repeat left;
	padding:0 0 0 10px;
}
form {
	float:left;
	font-weight:normal;
	font-size:15px;
	color:#a4a4a4;
	width:339px;
}
form ul {
	margin:0;
	padding:0;
	list-style:none;
}
form ul li {
	margin:0 0 8px;
}
form ul li.label.marginT20 {
	margin:20px 0 0;
}
form ul li input {
	width:320px;
	border:1px solid #e5e5e5;
	padding:0 10px;
	font-size:14px;
	color:#a4a4a4;
	background-position:0 0;
	border:0;
	cursor:pointer;
	height:43px;
	*padding:14px 10px 0;
 	*height:29px;
}
form ul li input.username{
	background:url(../pics/form_textbox_bk_username.png) no-repeat;
}
form ul li input.password{
	background:url(../pics/form_textbox_bk_password.png) no-repeat;
}
form ul li input.focus{
	background:url(../pics/form_textbox_bk_username.png) no-repeat;
	background-position:0 -86px;
}
@media \0screen {
form ul li input {
	padding:14px 10px 0;
	height:29px
}
}
:root .color {
	padding:2px 10px 0;
	height:41px;
}
form ul li input:hover {
	/*background-position:0 -43px;*/
}
form ul li input.btn {
	float:right;
	width:90px;
	height:29px;
	background:none;
	padding:0;
	margin:0;
}

.bottomLogo{
	float:right;
	margin:7px 12px 0 0
}
