.glasspopup 
{
	width:100%;
	background-image: url('http://localhost/captionwizard/img/overlay.png');
	cursor:not-allowed;
	z-index: 5000;
}

.smallred
{
	font-size: 0.7em;
	font-family:Verdana,Arial;	
	color:red;
}

.smallblue
{
	font-size: 0.7em;
	font-family:Verdana,Arial;	
	color:blue;
}

.gwt-TabPanel 
{
  margin-top: 4px;
}

.gwt-TabPanelBottom 
{
  background-image:url(../img/tbl_grad5.png);
  padding:4px;
  background-repeat: repeat-x;
  
}

.gwt-TabBar 
{
	margin:0px;padding:0px;
}

.gwt-TabBar .gwt-TabBarFirst 
{
}

.gwt-TabBar .gwt-TabBarRest 
{
}

.gwt-TabBar .gwt-TabBarItem 
{
  padding: 2px;
  margin-right: 2px;  
  cursor: pointer;
  cursor: hand;

  background-color: #dddddd;
}

.gwt-TabBar .gwt-TabBarItem-selected 
{
  padding: 6px;
  font-weight: bold;
  cursor: default;

  background-color: #D9E8FD;
  margin-right: 2px;
  /* border-top: 1px dashed #333333;
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;  
  border-bottom: 1px solid #D9E8FD;*/
}

.embedinfolabel
{
	color:#333333;
	font-family:Georgia, Verdana, Arial;
	font-size:0.7em;
}
.embedsharepanel
{
	width:100%;
	text-align:left;
}
.embedsharepanel td
{
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}
.embedoptionpanel
{
	padding-left:10px;
}
.toppreviewpanel
{
	/* border: 1px solid #ff9900; */
	padding-bottom:10px;
	padding-top:2px;
	width:800px;
	
}

.closedialogx
{
	border: 3px solid #6f0000;
}
.closedialogimage
{
	cursor:pointer;
}
.hoverimage { cursor:pointer; }


.framepanel
{
	/* width:100%; */
	text-align:center;
}
.notice
{
    background:url('../img/popup2.png') no-repeat;
    font-size:10pt;
    padding:16px;
}

.notice p
{
    font-size:11pt;
    line-height:1.25em;
    margin:48px 0 0 0;
    margin:expression('64px 0 0 0');
}
#notice-close
{
    height:21px;
    left:355px;
    position:absolute;
    top:16px;
    width:21px;
}

.gwt-iframe
{
	width: 900px;
	height: 300px;
	border: 0px;
}

.explainlabel
{
	color:#dd0000;
	font-weight:bold;
}
.explain
{
	color:#aaa;
}


.registerclose
{
    margin-top:-20px;
    cursor:pointer;
}


.registerdialog {
	border: 1px solid #000000;
	background-color: white;
	z-index: 99999;
}

.registerdialog .Caption {
	background: #333333;
	color:#ffffff;
	border:0px;	
	padding: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	cursor: default;
}
