/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
  
---------------------------------------------------------------- */


/* --------------- error and offline css -----------------------
This file is used for the error pages by joomla (error.php)
in conjuction with the IceTheme template
---------------------------------------------------------------- */

.wrapper { margin:0 auto; width:666px;}

body { background:#eee;}

#header {
	position:relative;
	overflow:hidden;
	height:105px;
	margin:60px 0 0 -60px;}

#logo {
	margin:10px 0 0 60px}
	

#content {
	background:#fff;
	border:1px solid #ccc;
	padding:20px;}

	
		
		
	
	#content h1 {
		font-size:1.7em;
		padding-bottom:.75em;}
		
	#content p {
		margin-bottom:.25em;}
				

				
				
		#content form#form-login p {
			margin-bottom:1.5em}
			
			#content form#form-login p label {
				text-align:right;
				width:100px;
				padding-right:10px}
			
			#content form#form-login p#form-login-remember  {
				margin-bottom:0;
				margin-left:112px}
			
			#content form#form-login p#form-login-remember label {
				width:auto} 	
				
				
body.errorpage p.notice {
	margin-bottom:25px!important;}			