@charset "utf-8";

#mainWrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#topArea {
	background-image: url(../images/warningBG.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 773px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#warnTEXT {
	padding-left: 370px;
	padding-right: 20px;
	padding-top: 25px;
}
#FooterArea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}


h3 {
	margin: 0px;
	padding: 0px;
}

/* Edit */ 


.easyVideo
{
	display: block;
	width: 585px;
  height: 330px;
  background: url(../../../../edit/images/videoplaceHOLDER_585.png) no-repeat 0 0;
	
}


.easyedit
{
  display: block;
  width: 57px;
  height: 40px;
  background: url(../../../../edit/images/edit-tab.png) no-repeat 0 0;
  float: right;
	position:relative;
	right:-65px;
}

.easyedit:hover
{ 
  background-position: -56px 0 ;
}

.easyeditClear
{ 
  display: none;
  clear:right;
}

