/**
 * $Id: style.css,v 1.2 2006/06/28 16:32:38 torr Exp $ 
 * Copyright (c) 2006 The Active Network, Inc.
 *
 * Description:
 *     Provides styling information for AG pages.
 * Usage:
 *     <link type="text/css" rel="stylesheet" href="/donations/styles/style.css"/>
 */
@media screen {
	
	.required {
		color:red;
	}
	
	.label .required {
		padding-right:2px;
	}
	
	.important, .error {
		color:red;
		font-weight:bold;
		padding:0 0 10px 5px;
	}
	
	div.error ul {
		margin:0;
		padding:0 0 0 15px;
	}
	
	p.error {
		padding:0;
		margin:0;
	}
	
	.optional {
		font-style:italic;
	}
	
	.hidden {
		float:left;
		position:absolute;
		visibility:hidden;
	}
	
}