* { margin:0; padding:0; }

html, body {
	height: 100%;
}

body {
	font-size:12px;
	color: #fff;
	background-color: #141518;	
	font-family: Arial, Helvetica, sans-serif;
	background:#000 url(../images/background_screen.jpg) no-repeat;
}

img {
	border:none;
}

:active, :focus { outline-style: none; -moz-outline-style:none; }

#page-background {position:fixed; top:0; left:0; width:100%; height:100%;z-index:-1}

#outer {
   position:relative;
   height:50%;	margin-bottom:-250px;
   width:1px;
}

#inner {
   position:relative; 
   clear:left;
   width:600px;
   margin:0 auto;
   color:#fff;
   z-index:0;
}
    
#panel{
   float:left;
   width:600px;
}

#inner1 {
   position:relative; 
   clear:left;
   width:750px;height:100%;
   margin:0 auto;
   color:#fff;
   top:30px;
   z-index:1;
}
    
#panel1{
   width:750px;
}
    
#mp3crop {
   display: block;
   width: 600px;
   height: 300px;
   margin: 0px auto;
}
 
.upload {
   position:relative;
   width:664px;
}
 
.realupload {
   cursor:pointer;
   height:30px;
   border: 1px solid #000;
   width:400px;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 105px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}

#frequency {
	position: absolute;
    border: 1px solid #101010;
	width:598px;
	height:32px;
	background:url(../images/editor/frequency.png) repeat-x;
}

#frequency #cropBox {
	position: absolute;
	background:url(../images/editor/progress_bar_bg.gif) repeat-x;
	cursor: move;
	z-index: 201;
	width:1px;
	height:1px;
}

#frequency #cropBox a.cLHandle {
	background:url(../images/editor/handler.png) no-repeat;
	width:22px;
	height:22px;
	display:inline;
	z-index:202;
	position:absolute;
	top:5px;
	left:-10px;
	cursor:pointer;
}

#frequency #cropBox a.cRHandle {
	background:url(../images/editor/lefthandler.png) no-repeat;
	width:22px;
	height:22px;
	display:inline;
	z-index:202;
	position:absolute;
	top:5px;
	right:-12px;
	cursor:pointer;
}

#frequency #cropBox div.timeDiv {
	color:white;
	font-size:11px;
	text-align:center;
	border:1px dotted #ccc;
	width:40px;
	height:15px;
	z-index:202;
	position:absolute;
	cursor:pointer;
}

#progressBarText{
	font-size:14px;
	font-weight:bold;
	color:#5bc3f5;
}

#progressBarBox {
	float:left;
	position:relative;
	margin-top:2px;
	width:540px;
	height:36px;
	background:#ccc;
	border:1px solid #000;
}

#progressBarBoxContent {
	top:0px;
	float:left;
	width:0px; 
	height: 36px; 
	valign:middle; 
	background: url(../images/editor/progress_bar_bg.png) repeat-x;
}

.modal {
	background-color:#262b2c;
	padding:15px;
	border:1px solid #414141;
	display:none;
	color:white;
	line-height:1.7em
}
.modal .inner {
	background:url(../images/editor/preview_bg.png) no-repeat;
	border:2px solid #414141;
	width:640px;
	height:360px
}

.modal .whiteinner {
	background:#fff;
	border:2px solid #414141;
	width:640px;
	height:360px
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; /* adjust url as required */
	width:38px;
	height:39px;
	display:inline;
	z-index:304;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#tooltip {
	display:none;
	position:absolute;
	background:transparent url(../images/editor/black_arrow.png);
	font-size:12px;
	height:155px;
	width:320px;
	padding:25px;
	color:#fff;
	z-index:304;
}

#tooltip1 {
	display:none;
	position:absolute;
	background:transparent url(../images/editor/black_arrow_right.png);
	font-size:12px;
	height:100px;
	width:75px;
	padding:25px;
	color:#fff;	
}		

.blackbttn_bg {
	background:transparent url(../images/editor/create.png) no-repeat;
	color:#fff;display:block;
	height:39px;
	text-align:center;
	font-eight:bold;
	text-decoration:none;
	padding-top:10px;
	width:159px;
	cursor:hand;
	font-size:13px;
	font-weight:bold;
}

.embedbox{
    float:left;
    width:600px;
    height:150px;
    padding-top:100px;
    background-color:#101010;
    background:transparent url(../flash/default1.png) no-repeat;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

