/****************
	donate
****************/
#content {
	position: relative;
	height: 100%;
	background-color: white;
}

/* form */
#form {
	position: absolute;
	width: 660px;
	height: 100%;
	left: 25px;
}

#form_container {
/*	background: #FFFFFF url('../images/home/title_exhibitions.gif') no-repeat 0 6px;*/
	position: relative;
	border-top: #666666 solid 2px;
	padding: 25px 0px 0px 0px;
}

.form_section {
	margin: 0px 0px 20px 0px;
}

.form_section img {
	border: 0;
}

/* moca now */
#moca_now {
	background: #FFFFFF url('../images/home/moca_now/updates_back.gif') no-repeat;
	position: absolute;
	width: 289px;
	height: 400px;
	left: 710px;
	top: 25px;
}

#moca_now_headline {
	position: relative;
	width: 190px;
	top: 60px;
	left: 20px;
}

#now_news_headline {
	background: #FFFFFF url('../images/home/moca_now/now_hed.gif') no-repeat 0 0;
	position: relative;
	width: 205px;
	height: 45px;
	top: 65px;
	left: 11px
}

#now_news {
	background: #FFFFFF url('../images/home/moca_now/thankyou_back.gif') no-repeat;
	position: relative;
	width: 289px;
	height: 210px;
	top: 55px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	
}

#now_news_signup {
	background: #FFFFFF url('../images/home/moca_now/thankyou_back.gif') no-repeat;
	position: relative;
	width: 289px;
	height: 210px;
	top: 10px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	
}



#moca_now_signup {
	position: relative;
	width: 205px;
	height: 90px;
	top: 40px;
	left: 11px;
}

form#signup {
	position: relative;
	margin: 0;
	padding: 0;
	width: 210px;
	top: 5px;
}

fieldset.signup {
	border: 0;
	position: relative;
	margin: 0;
	padding: 0;
	left: 22px;
}

input.email {
	margin: 5px 0px 0px 5px;
	padding: 0;
}

input.zip {
	margin: 5px 0px 0px 5px;
	padding: 0;
}

input.submit {
	margin: 5px 0px 0px 43px;
	padding: 0;
}


/****************
	text
****************/
/* form section */
.form_section {
	background-color: #efeff1;
}

.form_section p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;
	margin: 0;
}

.form_section .black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	text-align: left;
}

.form_section .gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-align: left;
}

.form_section .red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FF2C37;
	text-align: left;
}

.form_section .graytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.form_section .redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FF2C37;
	text-align: left;
}

.form_section .graycaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;
	text-align: left;
}

.form_section .redcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FF2C37;
	text-align: left;
}

.form_section span.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
}

p.form_title {
	color: #36383B;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.4em;
}

p.form_title_small {
	color: #36383B;
	background-color: transparent;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;
}

p.form_date {
	color: #FF2C37;
	background-color: transparent;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;
}

p.form_location {
	color: #666666;
	background-color: transparent;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em;
	float: right;
}

p.form_note {
	color: #666666;
	background-color: #DFDFDF;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

/* event */
dl.events {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

dt.event_title {
	color: #666666;
	background-color: transparent;
	padding: 0px 0px 0px 10px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1em 1em 0em 0em;
}

dd.event {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: dashed;
	border-bottom-width: thin;
	border-color: #666666;
}

.event p {
	font-family: Arial, Helvetica, sans-serif;
}

p.event_description {
	color: #666666;
	background-color: transparent;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0.5em 1em 0em 0em;
}

p.event_date_time_location {
	color: #FF2C37;
	background-color: transparent;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 1em 1em 0em 0em;
}

p.more {
	background-color: transparent;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
	text-align: right;
}

/* now news */
.now_news p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.now_news_signup p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 15px;
}

p.moca_now_headline_dark {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 50px;
}

p.moca_now_headline_light {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0em 0em 0em 0em;
	padding-bottom: 10px;
}

p.moca_now_headline_red {
	color: #FF2C37;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0em 0em 0em 0em;
	padding-bottom: 10px;
}

dl.now_news {
	font-family: Arial, Helvetica, sans-serif;
	margin: -10px 5px 10px -5px;
}

dt.now_news_title {
	color: #333333;
	background-color: transparent;
	padding: 0px 0px 5px 10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1em 1em 0em 0em;
}

dd.now_news {
	color: #FF2C37;
	background-color: transparent;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
}

p.now_news_description {
	color: #333333;
	background-color: transparent;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0em 1em 0em 0em;
	padding-left: 10px;
}


/****************
	forms
****************/
input.firstname {
	width: 94%;
}

input.lastname {
	width: 98%;
}

input.address {
	width: 99%;
}

input.city {
	width: 94%;
}

select.state {
	width: 96px;
}

input.zip-code {
	width: 80%;
}

select.country {
	width: 128px;
}

input.e-mail {
	width: 94%;
}

input.phone {
	width: 98%;
}

input.donation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
}

select.cc_expire {
	width: 64px;
}

/****************
	links
****************/
/* form */
a.form_title:link, a.form_title:visited {
	color: #36383B;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.form_title:hover, a.form_title:active {
	color: #FFFFFF;
	background-color: #FF2C37;
}

/* general */
a.more:link, a.more:visited {
	color: #00D3C8;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.more:hover, a.more:active {
	color: #FFFFFF;
	background-color: #00D3C8;
	font-weight: bold;
}

a.now_news:link, a.now_news:visited {
	color: #FF2C37;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.now_news:hover, a.more:active {
	color: #FFFFFF;
	background-color: #00D3C8;
	font-weight: bold;
}

<!--
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FF2C37;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
}

