/*
// -----------------------------------------------------------------------
// This file is part of Prairie
// 
// Copyright (C) 2003-2008 Barnraiser
// http://www.barnraiser.org/
// info@barnraiser.org
// 
// This program 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 3 of the License, or
// (at your option) any later version.
// 
// This program 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 this program; see the file COPYING.txt.  If not, see
// <http://www.gnu.org/licenses/>
// -----------------------------------------------------------------------
*/



	.col_left, .col_right { 
		float:left; width: 47%; margin-right: 3%;
	}
	
	h2{
		margin: 20px 0 15px 0;
	}

	.avatar img{
		border: 5px solid #72B84C;
		max-width: 80px;
	}
	
	input[type="text"], input[type="password"], select{
		border: 1px solid #CCCCCC;
		width: 240px;
	}
	
	.box_body label { 
		float: left; 
		width: 110px; 
		margin-right: 25px; 
		font-size:0.9em;	
	}
	.box_body p { clear:both; padding-bottom: 10px; }
	
	#id_dob_year { width: 65px; }
	#id_dob_month { width: 45px; }
	#id_dob_day { width: 45px; }
	
	.warning { color: #b50000; font-size: 0.9em; border: 2px dotted #b50000; padding: 6px; }

	input[type="submit"]{
		background-color: #72B84C;
		border: 5px solid #CCCCCC;
		text-transform: capitalize;
		color: #FFFFFF;
		font-size: 1.1em;
		font-weight:bold;
		padding: 0.2em 1em;
	}

	p.buttons{
		border: none;
	}
	
	.avatar{
		width: 80px;
		float:left;
	}
	
	#avatar_form{
		margin:-29px 0 0;
		width: 240px;
		float:left;
	}
	
	#avatar_form  p.buttons label{
		display: none;
	}
	
	#avatar_form p.buttons input[type="submit"]{
		margin: 10px 0 0 0;
		float: right;
		clear: both;
	}
	
	.odd{
		background-color: #F2F2F2;
	}
	
	.details{
		padding: 10px 0px 0px 10px;
	}
	
