#content {
	width:550px; height:500px;
	position:absolute;
	top:170px;
}

#titleTreatment {
	background:url(../img/content/title.png) top center no-repeat;
	width:535px; height:60px;
	position:absolute;
	top:0px; left:9px;
}


#contentImage {
	width:168px; height:90px;
	position:absolute;
	top:155px; left:7px;
}

#contentVideo {
	width:168px; height:90px;
	position:absolute;
	top:155px; left:192px;
}

#contentEmbed {
	width:168px; height:90px;
	position:absolute;
	top:155px; left:377px;
}


.contentButton { 
	cursor:pointer;
}

#imageButton { 
	width:168px; height:45px; 
	background:url(../img/content/imageButton.png) 0px 0px; 
}
#imageButton:hover, #imageButton:active, #imageButton:focus  { background-position:0px -50px; }

#videoButton { 
	width:168px; height:45px; 
	background:url(../img/content/videoButton.png) 0px 0px; 
}
#videoButton:hover, #videoButton:active, #videoButton:focus  { background-position:0px -50px; }

#copyButton { 
	width:168px; height:45px; 
	background:url(../img/content/copyButton.png) 0px 0px; 
}
#copyButton:hover, #copyButton:active, #copyButton:focus  { background-position:0px -50px; }

#contentText {
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	line-height:17px;
	text-align:center;
	width:100%; height:40px;
}

#contentDivider {
	width:400px; height:1px;
	position:absolute;
	top:268px; left:75px;
	background:url(../img/content/divider.png) top left no-repeat;
}




#contentBox1 {	
	width:350px; height:100px;
	position:absolute;
	top:285px; left:100px;
	background:url(../img/content/buttonShadow.png) no-repeat;
}

#timelineButton { 
	width:324px; height:74px; 
	margin:10px auto 10px auto;
	background:url(../img/content/timelineButton.png) 0px 0px; 
}
#timelineButton:hover, #timelineButton:active, #timelineButton:focus  { background-position:0px -100px; }



#contentBox2 {	
	width:350px; height:100px;
	position:absolute;
	top:380px; left:100px;
	background:url(../img/content/buttonShadow.png) no-repeat;
}

#chatButton { 
	width:324px; height:74px; 
	margin:10px auto 10px auto;
	background:url(../img/content/chatButton.png) 0px 0px; 
}
#chatButton:hover, #chatButton:active, #chatButton:focus  { background-position:0px -100px; }



/* Embed Dialog */

#embedDialog {
	position:absolute;
	top:100px; left:50px;
	width:474px; height:218px;
	background:url(../img/content/embedBackground.png) no-repeat;
}

#embedCloseButton { 
	width:14px; height:14px; 
	background:url(../img/content/embedClose.png) 0px 0px;
	position:absolute;
	top:54px; left:398px; 
}
#embedCloseButton:hover, #embedCloseButton:active, #embedCloseButton:focus  { background-position:0px -20px; }

#embedTitle {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	top:55px; left:58px;
}

#embedText {
	width:360px; height:70px;
	position:absolute;
	top:90px; left:58px;
}

#embedTextArea {
	border:none;
	background:none;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:16px;
	
	width:350px; height:65px; 
	overflow:hidden; 
}

#usButton { 
	width:232px; height:26px; 
	background:url(../img/content/intlButton.png) 0px 0px;
	position:absolute;
	top:80px;
}
#usButton:hover, #usButton:active, #usButton:focus  { background-position:0px -50px; }