/* ======================================================= **
** donhost_login.css
** ------------------------------------------------------- **
** Created: December 2007
** Description: login stylesheet for donhost
** Author: PIPEX Communications UK Ltd.
** Copyright: Copyright 2007 Pipex Communications UK Ltd.
** ======================================================= */

/* ------------------------------------------------------- **
** Generic styles
** ------------------------------------------------------- */
body#loginscreen { 
	background-color: #69c;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 76%;
	font-family: arial, sans-serif;
	text-align: center;
} 
#loginscreen .hide { display: none; }
#loginscreen .left { float: left; }
#loginscreen h2 {
	color: #69c;
	margin: 15px 10px 15px 10px;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	}
#loginscreen p {
	margin: 0 15px 10px 10px;
	font-size: 1em;
}	
#loginscreen label {
	display: block;
	float: left;
	width: 180px;
	font-weight: bold;
	color: #036;
}
#loginscreen input.submit {
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
	font-family: arial, sans-serif;
	background: #0057AE url(/imgs/pipex/dh_btn_.jpg) repeat-x;
	border: 2px solid #036;
}

a { color: #69c; }
a:hover { text-decoration: none; }

#loginscreen p.loginalert {
	border: 1px solid #EF86A8;
	background-color: #FFDFDF;
	color: #c00;
	padding: 8px 10px;
	margin: 15px 5px;
	font-weight: bold;
}


/* ------------------------------------------------------- **
** Container
** ------------------------------------------------------- */
#loginscreen #container { 
	position: relative;
	width: 415px;
	padding: 10px;
	margin: 50px auto 50px;
	text-align: left;
	background-color: #fff;	
}
* html #loginscreen #container {
	/*width: 395px;*/
}

/* help img styling */
#loginscreen #container p a.left img { margin-right: 10px; }

/* ------------------------------------------------------- **
** Header
** ------------------------------------------------------- */
#loginscreen #header {
	background: #E5EFF1;
	margin: 0 auto;
	width: 100%;
}
#loginscreen #header h1 {
	background: url(/imgs/pipex/dh_ico.gif) no-repeat 15px 45%;
	margin: 0;
	padding: 20px 0 20px 65px;
	color: #003366;
}

/* ------------------------------------------------------- **
** More options button
** ------------------------------------------------------- */
#loginscreen #MoreOptions a {
	background: url(/imgs/expandoptions.gif) no-repeat 100% 50%;
	display: block;
	padding-right: 30px;
	width: 75px;
	line-height: 25px;
	white-space: nowrap;
}	
#loginscreen #MoreOptions a img {
	position: absolute;
	right: 0;
	top: -5px;
	}			
	