/**
 * @version		$Id: donate.css 379 2010-03-31 14:31:21Z fatica $
 * @package		Donation
 * @copyright	Copyright (C) 2009 Michael Fatica, Fatica Consulting L.L.C. - All rights reserved.
 * @license		GNU/GPL
 * This file is part of Donation Co mponent. Donation Component 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.
 */


.required{
	color:red;
	clear:none;
}

.highlight{
	border: 2px solid red;
}

input,select {
	border: 1px solid black;
}

.radio{
	border: none !important;
}

div.row{
display:block;
overflow:auto;
margin:3px;
}

div.label{
width:150px;
float:left;
}

div.group{
margin-top:10px;
font-weight:bold;
}
div.value{
width:250px;
float:left;
}
