html {
	overflow: auto;
 font-size: 85%;
}
body {
	background: #FFFFFF;
	font-family: "Georgia", arial, tahoma, helvetica;
	font-size:1em;
	margin:0px;
	padding:0px;
	line-height:130%;
}
input {
 font-size: 16px;
}
textarea {
 font-size: 16px;
}
.font2 {
	font-family: arial;
}
#container {
	width:900px;
	margin:0 auto;
	position:relative;
}
#leftside {
	width:129px;
}
#leftside_click {
	/*width:129px;
	height:688px;*/
 margin: 0 auto;
 padding: 0;
 vertical-align: top;
}
#contentarea {
	text-align:left;
 vertical-align: top;
}
#contentarea_grass {
	height:110px;
	background:#FFF url(images/contentarea_grass_bottom.jpg) repeat-x top left;
}
.footer {}
#foot_text {
	margin:15px 15px 15px 0;
	padding:10px;
}
#menu_top {
	padding:10px 15px;
	font-size: 12px;
}
#dashboard_toplinks {
	text-align:right;
	padding:10px 15px;
	font-size:12px;
}
#dashboard_guest_content {
	width:751px;
	padding:10px 10px 41px 10px;
	background: #f5f5f5 url(images/dashboard_guest.jpg) repeat-x bottom left;
}
.dashboard_title {
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	margin: 10px 0;
}
.dashboard_subtitle {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-top:5px;
}
.cause_title {
	padding: 5px 0px 10px 15px;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
}
.causepage_peopleshare {
	font-size:26px;
	font-weight:bold;
}
#ways_top{
	width:330px;
	height:38px;
	display:inline-block;
}
#ways_content_outer {
	display:inline-block;
	width:330px;
}
#ways_content_inner {
	display:inline-block;
}
#the_challenge {
	/*background:#d7d7d7;*/
	/*height: 445px;*/
 height: 405px;
 width: 330px;
 overflow: hidden;
}
#catalog_content {
	width:570px;
	margin:0 auto;
}
#catalog_title {
	height:50px;
}
#catalog_left {
	float:left;
	width:405px;
	/*height:335px;*/ height: 425px;
	overflow:hidden;
}
#catalog_right {
	float:right;
	width:165px;
	/*height:335px;*/ height: 425px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.catalog_additional_item {
	width:80px;
	float:left;
	margin:7px 10px 5px 10px;
	text-align:center;
	font-size:12px;
}
.padded td {
	padding:3px;
}
.title_header {
	background: #ECECEC;
	color: #000;
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding:4px 2px 4px 40px;
	font-size:16px;
}
input { /*
	border-bottom: #c1c1c1 1px solid;
	border-left: #c1c1c1 1px solid;
	border-top: #c1c1c1 1px solid;
	border-right: #c1c1c1 1px solid; */
}
.custom_text {
	height:20px;
	margin:2px;
	font-size:16px;
}
.label {
	padding-top:6px;
	height:20px;
	width:auto;
}
.input {
	padding:3px;
	width:auto;
}
/*
.obutton {
	background:#F88017;
	color:#FFF;
	padding:2px;
	border:1px solid black;
} */
.obutton {
 font-family: Arial, sans-serif;
	background:#F8931F;
	color:#FFF;
	padding: 7px 20px;
	border:1px solid #ECECEC;
 font-weight: bold;
}

#menu_bottom {
 background: #185880;
 text-align: right;
 color: #FFF;
 padding: 10px 0;
 font-family: Georgia, arial, sans-serif;
}

#menu_bottom a {
 color: #FFF;
 text-decoration: none;
}

#menu_bottom a:hover {
 text-decoration: underline;
}

/* Classes for error box - Source: http://blog.benogle.com/2009/04/29/css-round-corners/ */
.error_container {width: 80%; margin: 0px auto; text-align: left;}
.error1h, .error2h, .error3h, .error4h, .error2bh, .error3bh, .error4bh {font-size: 1px; overflow: hidden; display: block;}
.error1h {height: 1px; background: #F00; margin: 0 5px;}
.error2h, .error2bh {height: 1px; background: #F00; border-right: 2px solid #F00; border-left: 2px solid #F00; margin: 0 3px;}
.error3h, .error3bh {height: 1px; background: #F00; border-right: 1px solid #F00; border-left: 1px solid #F00; margin: 0 2px;}
.error4h, .error4bh {height: 2px; background: #F00; border-right: 1px solid #F00; border-left: 1px solid #F00; margin: 0 1px;}
.error2bh, .error3bh, .error4bh {background: #FFF;}
.errorheadh {background: #F00; border-right: 1px solid #F00; border-left: 1px solid #F00;}
.errorheadh div {margin: 0px 10px 0px 10px; padding-bottom: 3px; font-weight: bold; color: #FFF; font-size: 16px; text-align: center;}
.errorcontenth {background: #FFF; border-right: 1px solid #F00; border-left: 1px solid #F00;}
.errorcontenth div {margin-left: 12px; padding-top: 5px;}

/* Classes for notice box - Source: http://blog.benogle.com/2009/04/29/css-round-corners/ */
.notice_container {width: 80%; margin: 0px auto; text-align: left;}
.notice1h, .notice2h, .notice3h, .notice4h, .notice2bh, .notice3bh, .notice4bh {font-size: 1px; overflow: hidden; display: block;}
.notice1h {height: 1px; background: #F88017; margin: 0 5px;}
.notice2h, .notice2bh {height: 1px; background: #F88017; border-right: 2px solid #F88017; border-left: 2px solid #F88017; margin: 0 3px;}
.notice3h, .notice3bh {height: 1px; background: #F88017; border-right: 1px solid #F88017; border-left: 1px solid #F88017; margin: 0 2px;}
.notice4h, .notice4bh {height: 2px; background: #F88017; border-right: 1px solid #F88017; border-left: 1px solid #F88017; margin: 0 1px;}
.notice2bh, .notice3bh, .notice4bh {background: #FFF;}
.noticeheadh {background: #F88017; border-right: 1px solid #F88017; border-left: 1px solid #F88017;}
.noticeheadh div {margin: 0px 10px 0px 10px; padding-bottom: 3px; font-weight: bold; color: #FFF; font-size: 16px; text-align: center;}
.noticecontenth {background: #FFF; border-right: 1px solid #F88017; border-left: 1px solid #F88017;}
.noticecontenth div {margin-left: 12px; padding-top: 5px;}