/* 	Base CSS Document  - contains structural css elements used by all pages */

body, html{
	padding:0;
	margin:0;
	background-color: #dfdcd9;
}
#container{
	width: 910px;
	margin: 20px auto 0px;

}
#content{
	background-image: url('/img/microsite/background.jpg');
	background-repeat: no-repeat;
	height: 656px;
	padding: 15px 30px 0px 30px;
	position: relative;
/*	background-color:white;*/
	}
	
#header{
	height: 140px;
	width: 504px;
	margin-bottom: 5px;
}

#flash_button img{
	border: none;
	
}
input[type="radio"]{

}

#header img{
	border: none;
}
#header_text{
	margin-top: 32px;
}


table, form{
	margin:0;
	padding:0;
}

#text form{
	border: none;
	padding: 25px 0px 0px 5px;
}

#body_text{
	padding:0 0 0 10px;
}

#footer{
	width: 504px;
	height: 50px;
	position: relative;
	margin-top: 4px;
}
#footer img{
	border: none;
}

#share_txt{
	top: 13px;
	left: 280px;
	font-size: 12px;
	font-weight:bold;
	position: absolute;
	padding-top: 8px;
	color: #0067ac;
	font-family:helvetica, arial, sans-serif;
}

#share_txt p{
	font-family:helvetica, arial, sans-serif;
	letter-spacing: .5px;
	font-size: 10px;
	line-height: 14px;
	color: #0067ac;
	padding: 2px;
	margin: 0px;
	text-align: right;	
}
#share_btn{
	position: absolute;
	top: 0px;
	left: 345px;
}

#copy{
	position: absolute;
	top: 618px;
	left: 735px;
/*	width: 840px; */
	padding-top: 5px;
}

#form{
	width: 478px;
	height: 455px;
}

#sender p, #receive p, #message p{
	color: #0067ac; 
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left:0px;
	letter-spacing: .5px;
	font-weight: medium;
}

#tax{
	font-family:helvetica, arial, sans-serif;
	letter-spacing: .5px;
	font-size: 9px;
	line-height: 12px;
	color: #464646;
	margin-left: 12px;
	margin-top: 3px;
}
#sender span, #receive span, #message span{
	color: #000;
		font-size: 10px; 
}

#sender input, #receive input, #message textarea {
	width: 478px;
	padding: 0px;
	margin: 0px;
}

#message textarea {
	height: 122px;
}

#send{
	width: 485px;
	margin-top: 30px;
	text-align: left;

}

#send img{
	border: none;
}

#back_share{
margin-right:280px;
}


#donations{
	color: #464646;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

#donations input{
	vertical-align: middle;
}

#video{
	padding: 2px;
	border: solid 1px #9d9da1;
	width: 310px;
}

#share_footer{
	top: 5px;
	margin-left: 2px;
	position: relative;
	display: inline;
	z-index: 100;
}


#download{
	font-family:verdana, helvetica, sans-serif;
	font-size:10px;
	display: inline;
	padding-left: 15px;
	position: relative;
	top: 9px;
	*top: 3px;
	z-index: 50;
}
#download a, #download a:active{
	color:#787878;
	text-decoration:none;

}
#download a:hover{
	color:#181818;
}
#widget_menu{
	position: absolute;
	top: -120px;
	left: 35px;
	*top: -70px;
	z-index: 100;
}

#border{
	border: solid 1px #9d9da1;
	padding: 2px;
}





