#shareButton {
	position: relative;
	top: -40px;
	left: 210px;
	width: 160px;
	margin: 10px;
}

#shareAgeGate {
	position: relative;
}

#shareButton .button44Arrow{
	right: 10px;
}

#shareSubmitBase {
	width: 154px;
}

#shareSubmitTail {
	right: -8px;
}

#shareWarning, #shareUnavailable{
	width: 340px;
	margin: 10px;
}

#sharePrompt{
	width: 340px;
	font-weight: bold;
	margin: 10px;
}

#share{
	padding: 20px;
    font-family: Arial, sans-serif;
}

#shareAgeFields{
	margin: 10px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
	//	Buttons 44
	//////////////////////////////////////////////////////////////////////////////////////////////////*/
	.button44Container {
		height: 48px;
		position: absolute;
		cursor: pointer;
	}
	
	.button44Base {
		height: 48px;
		position: absolute;
		overflow: hidden;
	}
	
	.button44Tail {
		width: 14px;
		height: 48px;
		position: absolute;
	}
	
	.button44Text {
		width: 100%;
		height: 48px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		color: white;
		position: absolute;
	}
	
	.button44Arrow {
		width: 8px;
		height: 12px;
		top: 16px;
		position: absolute;
	}
	
	.button44SingleLine {
		line-height: 44px;
	}
	
	.button44DoubleLine {
		top: 6px;
		line-height: 16px;
	}
