@CHARSET "UTF-8";
body, html{ height: 100%; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	padding: 0;
	margin: 0;
}

#downloadVideoDiv { height: 100px; left: 230px; display: none; position: absolute; top: 175px; z-index: 1; width: 330px; background: #26333B url(../images/update-name-bg.gif) repeat-x; padding: 15px 10px; }
downloadVideoDivDummy { display: none; }
#downloadVideoDiv h1 { color: #FFFCF8; font-size: 18px; }
#downloadVideoDiv .name { background: url(../images/progress.gif) no-repeat 25px 5px; height: 80px; }
#downloadVideoDiv .btn { float: right; background-color: #0CB8BA; height: 19px; border: 0; margin: 0 0 0 10px; padding: 0 10px; font-size: 9px; font-weight: bold; color: #FFFCF8; cursor: pointer; }

#kplayerWrapper { width: 740px; height: 440px; overflow: hidden; }
#editorWrapper { width: 825px; height: 530px; overflow: hidden; position: absolute; }
#updateNameBox { position: absolute; overflow: hidden; width: 340px; height: 100px; background: #26333B url(../images/update-name-bg.gif) repeat-x; padding: 15px 10px; }
#updateNameBox .name { background: url(../images/name_chuck.gif) no-repeat; height: 20px; }
#updateNameBox .textbox { border: solid 3px #FF7302; margin: 10px 0 15px 0; background: #fff; } 
#updateNameBox .textbox input { border: 0; padding: 8px; font-size: 12px; width: 307px; color: #3E3E3E; }
#updateNameBox .btn { float: right; background-color: #0CB8BA; height: 19px; border: 0; margin: 0 0 0 5px; padding: 0 10px; font-size: 9px; font-weight: bold; color: #FFFCF8; cursor: pointer; }
#updateNameBox .close { position: absolute; top: -20px; z-index: 0; right: 0px; padding: 2px 7px 0 7px; cursor: pointer; color: #FFFCF8; font-size: 9px; font-weight: bold; background-color: #FF9A21; }