
/*css for curved corners */
#liquid-round
{
	width: 700px;
	margin: 0px auto;
	padding-bottom: 36px;
	/* background: #fff url(/funding/donationImages/curves/leftside.gif) repeat-y 
	left top; */ 
}

#liquid-round .rightside
{
	 /* background: url(/funding/donationImages/curves/rightside.gif) repeat-y
	 right top;  */
}

.top
{
	width: 100%;
	height: 12px;
	/* background: url(/funding/donationImages/curves/top.gif) no-repeat left top; */
}

.top span
{
	display: block;
	position: relative;
	height: 18px;
	/* background: url(/funding/donationImages/curves/top-right.gif) no-repeat
	right top;  */
}

.center-content
{
   font-size: 0.9em;
	position: relative;
	padding: 1px 12px 8px 12px;
	margin: -1px 0 -32px 0;
}

.bottom
{
	width: 100%;
	/* background: url(/funding/donationImages/curves/bottom.gif) no-repeat left 
	bottom; */
}

.bottom-right 
{
	/* background: url(/funding/donationImages/curves/bottom-right.gif) no-repeat 
	right bottom; */
}

/* End css curved corners*/

/* Styles for Donation Module */
.notice-text
{
	padding: 0 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.siteNoticeBig
{
	background-repeat: no-repeat;
	height: 36px;
	text-align: center;
	font-size: 1.2em;
	padding: 5px 5px;
}

#gray-border
{
	border: 5px solid #dddddd;
	padding: 15px;
	margin-bottom: 30px;
}

#page-title
{
	font-size: 1.3em;
	font-weight: normal;
}

#hr-title
{
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	margin-bottom: 10px;
}

#red-title
{
	color: #CC0000;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#blue-title
{
	color: #069;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 15px;
}

#red-button
{
	background-image: url(/funding/donationImages/button-red.png);
	width: 158px;
	height: 27px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

.red-input-button
{
	background-repeat: no-repeat;
	background-image: url(/funding/images/button-red.png);
	background-color: white;
	width: 160px;
	height: 29px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	display: block;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica,Tahoma,sans-serif;
	border: 1px solid white;
}

#red-button a:hover { text-decoration: none; }

.submit-button
{
   cursor:pointer;
   border:outset 1px #dedede;
   background:#aaa;
   color:#fff;
   font-weight:bold;
   font-family: Verdana, Arial, Helvetica,Tahoma,sans-serif;
   padding: 5px 10px;
}

.goal
{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	padding-left: 450px;
   font-size: 1em;
}

#leaded { line-height: 1.2em; }

#small
{
	font-size: .8em;
}

/* End styles for Donation Module */

