/* Screen style-sheet for WebFusion Control Panel
Author - PIPEX Communications Hosting Ltd. (c)2005 PIPEX Communications Hosting Ltd. 
Created Jan 2006 - TJS */

/* ******************************************************************* initialise */
.hide {
	display: none;
}
body { 
	height: 100%;
	min-height: 100%;
	margin: 0;
	color: #666;
	font-size: 76%;
	font-family: arial, sans-serif;
	background-color: #fff;
} 
html > body {
	overflow: visible;
}
#container { 
	position: relative;
	width: 440px;
	height: 200px;
	min-height: 200px;
	margin-top: 75px; 
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 0 0;
	border: 0;
	text-align: left;	
}
body > #container { 
	height: auto; 
}
p, td, a, h1, h2, h3, h4, h5, h6, .field {
	color: #666;
	padding: 0;
}	
.left { float: left; }

/* ******************************************************************** login form */
body#loginscreen {
	background: url(/imgs/pipex/PIPEX_login_grad.gif) top left repeat-x #dcedcb;
	text-align: center;
}
#login {
	background: url(/imgs/pipex/PIPEX_login_grad_side.jpg) repeat-y right white;
	width: 435px;
	border-left: 1px solid #ccc;
	padding: 5px;
}
#logintop {
	width: 436px;
	height: 1px;
	background-color: #ccc;
}
* html #login {  /* tan box hack */
	width: 445px;	
}
#loginbottom {
	background: url(/imgs/pipex/PIPEX_login_grad_bottom.jpg) top left no-repeat;
	height: 11px;
	width: 445px;
	margin: 0;
	padding: 0;
}
#login h1 {
	background: url(/imgs/pipex/PIPEX_wfwebmail_logo.gif) no-repeat;
	width: 136px;
	height: 42px;
	text-indent: -9999px;
	margin: 10px 10px 0;
}
#login h2 {
	color: #6CBC43;
	font-size: 1.1em;
	margin: 15px 30px 15px 20px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
#login img { 
	margin-bottom: 1em; 
}
#login p {
	margin: 0 30px 10px 20px;
	font-size: 1em;
}
#login .loginalert {
	color: #f00;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 5px 10px;
	margin-top: 10px;
}
#login form {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#login label {
	display: block;
	float: left;
	width: 180px;
	font-weight: bold;
	color: #467D2A;
}
#login .field {
	width: 160px;
	margin: 0 0 5px 0;
}
#login input.submit {
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
	font-family: arial, sans-serif;
	background: url(/imgs/pipex/PIPEX_green_button_back.jpg) repeat-x green;
	border: 1px solid #666;
}
#login #MoreOptions a {
	position: relative;
	padding-right: 30px;
	height: 1%;
	width: auto;
}	
#login #MoreOptions a img {
	position: absolute;
	right: 0;
	top: -5px;
	}	

#login p a.left img { margin-right: 10px; }		
	