
/* ~~~~~~~~~~~~~~ HOMEPAGE ~~~~~~~~~~~~~~~~~~~~~ */
#FindLocation {
	margin: -10px 0px 6px;
}

a.CompassionInternational {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 70px;
	background: url(../webimages/transparent.gif);
}

#SubFlashLinks {
	position: relative;
	margin-top: 8px;
	overflow: hidden;
	height: 74px;
}

#SubFlashLink1 {
	float: left;
	width: 280px;
	height: 73px;
	margin-right: 10px;
}

#SubFlashLink1-caption {
	position: absolute;
	top: 43px;
	left: 5px;
	width: 270px;
	overflow: hidden;
	color: #999;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: hand;
}


#SubFlashLink2 {
	float: left;
	margin-right: 9px;
}

#SubFlashLink3 {
	float: left;
}

.home #body {
	padding-bottom: 3px;
}



/* ~~~~~~~~~~~~~ EMAIL INVITES FORM ~~~~~~~~~~~~~~~~~~ */

.bodyCopyEmail {
	height: 590px;
}

#InviteForm {
	width: 513px;
	height: 475px;
	margin-top: 5px;
	background: url(../webimages/formbg.jpg) no-repeat #0b0405;
}

#InviteFormFields {
	width: 200px;
	padding: 15px 0px 0px 307px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
	line-height: 1;
}

#InviteFormFields input {
	width: 184px;
	margin-bottom: 3px;
	font-size: 10px;
	color: #000;
}

#InviteFormFields textarea {
	width: 184px;
	height: 56px;
	margin-bottom: 12px;
	font-size: 11px;
	color: #000;
}

#InviteFormFields input.submit {
	width: 54px;
	height: 21px;
	margin-top: 5px;
	color: #000;
	border: 0px;
	background: url(../webimages/SendButton.gif) no-repeat;
	cursor: pointer;
}


/* ~~~~~~~~~~~~ EMAIL VIDEO FORM ~~~~~~~~~~~~~~~~ */

#VideoForm {
	margin-top: 20px;
}

#VideoForm td.formcol1 {
	text-align: right;
	padding-right: 5px;
	width: 55px;
}

#VideoForm td.formcol2 {
	width: 270px;
}

#VideoForm input {
	width: 255px;
	font-family: arial;
	font-size: 10px;
	color: #000;
	margin-bottom: 5px;
}

#VideoForm textarea {
	width: 255px;
	height: 42px;
	font-family: arial;
	font-size: 10px;
	color: #000;
	margin-bottom: 5px;	
}

#VideoForm input.firstname {
	width: 100px;
}

#VideoForm input.lastname {
	width: 144px;
	margin-left: 5px;
}

#VideoForm input.submit {
	width: 54px;
	height: 21px;
	margin-top: 5px;
	color: #000;
	border: 0px;
	background: url(../webimages/SendButton.gif) no-repeat;
	cursor: pointer;
}

#VideoForm p.subcaption {
	margin: -15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

#VideoForm p.caption {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}


/* ~~~~~~~~~~~ VIDEOS TO SHARE ~~~~~~~~~~~~~~~~ */

#VidToShare {
	padding: 10px 0px 15px;
}

#VidToShare div.Video {
	padding-bottom: 20px;
}

#VidToShare div.VideoTitle {
	font-weight: bold;
	margin-bottom: 2px;
}

#VidToShare div.Quicktime {
	padding-left: 20px;
	margin-bottom: 2px;
	background: url(../webimages/icon-Quicktime.gif) no-repeat 0px 1px;
}

#VidToShare div.MediaPlayer {
	padding-left: 20px;
	margin-bottom: 2px;
	background: url(../webimages/icon-MediaPlayer.gif) no-repeat 0px 1px;
}

#VidToShare input {
	width: 210px;
	height: 12px;
	font-size: 10px;
}

