/* @override http://www.pinkflag.com/talk/themes/pinkflag/styles/default/people.css */

/*
* Copyright 2003 Mark O'Sullivan
* This file is part of Vanilla.
* Vanilla is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
* Vanilla 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 General Public License for more details.
* You should have received a copy of the GNU General Public License along with Vanilla; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
* The latest source code for Vanilla is available at www.lussumo.com
* Contact Mark O'Sullivan at mark [at] lussumo [dot] com
*
* Description: Default cascading stylesheet for Vanilla sign in screens
*/


/* Global Definitions */

h2 {
		padding-bottom: 4px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		}
	
p {
		font: 1.1em/1.54545454em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		}	
		
.FormComplete ul {
		padding-top: 10px;
		font: 1.1em/1.54545454em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		list-style: none;
		}
		
#footer {
		width: 741px;
		margin: 0 auto;
		}
		
form ul, #Form ul {
		font: 1.1em/1.54545454em Verdana, Arial, sans-serif;
		list-style: none;
		}		

.Submit {
		margin-bottom: 20px;
		}
		
form li {
		margin-bottom: 10px;
		}		
		
fieldset {
		border: 0;
		}		

.Apply legend, .PasswordRequest legend {
		font: bold 1.6em/100% Arial, sans-serif;
		margin-top: 1em;
		margin-bottom: 1px;
		padding-bottom: 5px;
		}

label {
		display: block;
		font-weight: bold;
		}
		
.Input  {
		border: 1px solid #000000;
		padding: 2px !important;
		width: 300px;
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		}		
		
.ErrorTitle {
		font: bold 1.1em/1.4em Verdana, Arial, sans-serif;
		}		
.Error {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		}		
		
		