#lite3-post {
	width: 700px;
}

#lite3-post .content {
	padding: 0 0 20px 0;
}

#lite3-post .block0 {
	position: relative;
	height: 60px;
	margin: 0;
	padding: 0 0 0 20px;
}

#lite3-post .block1 {
	position: relative;
	height: 60px;
	margin: 0;
	padding: 0;
}

#lite3-post .block2 {
	position: relative;
	margin: 0;
	padding: 0 20px;
}

#lite3-post .block3 {
	margin: 0;
	padding: 20px 20px 0;
	text-align: right;
}

#lite3-post .imgedit_holder {
}

#lite3-post .song_desc {
	position: absolute;
	top: 0;
	right: 20px;
}

#lite3-post .song_desc textarea {
	border: solid 3px #444;
	height: 200px;
	width: 400px;
}

#lite3-post .imgedit {
	height: 200px;
	width: 200px;
	border: solid 3px #444;
	cursor: pointer;
	color: #444;
	font-weight: bold;
	background-color: #fff;
	position: relative;
	background: url('/img/noimage/song-b.jpg');
}

#lite3-post .imgedit > .tooltip {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 5px;
	color: #fff;
	background-color: #000;
	opacity: 0.7;
	text-shadow: none;
	font-weight: normal;
}

#lite3-post .genre {
	position: absolute;
	left: 20px;
	top: 0;
}

#lite3-post .mood {
	position: absolute;
	left: 195px;
	top: 0;
}

#lite3-post .theme {
	position: absolute;
	left: 370px;
	top: 0;
}

#lite3-post .allow_remix {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#lite3-post .show_instruments {
	position: absolute;
	left: 110px;
	bottom: 20px;
}

#lite3-post .fb_post {
	position: absolute;
	left: 235px;
	bottom: 20px;
}

#lite3-post .fb_post .icon {
	background: url("/img/social/facebook.png") no-repeat scroll -1px 1px transparent;
    margin-left: 5px;
    padding: 0 19px 0 0;
}

#lite3-post .selectlist {
	width: 160px;
}

#lite3-post .load {
	background: url(/create/img/loading-s.gif) no-repeat 5px 5px transparent;
}


#lite3-post-status {
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -340px;
	width: 680px;
	z-index: 200;
	color: #eee;
}

#lite3-post-status a {
	color: #FF8A00;
}

#lite3-post-status .ad-holder {
    color: #666;
    font-size: 11px;
    font-weight: normal;
	position: relative;
	margin-bottom: 20px;
}

#lite3-post-status .ad1 {
    width: 336px;
	height: 280px;
	border: solid 1px #ccc;
}

#lite3-post-status .ad2 {
    width: 336px;
	height: 280px;
	border: solid 1px #ccc;
	position: absolute;
	top: 0;
	right: 0;
}

#lite3-post-status .content {
	position: relative;
}

#lite3-post-status .content.done p {
	position: absolute;
	top: 0;
	left: 0;
}

#lite3-post-status .content.done .bottom {
	position: absolute;
	top: 0;
	right: 0;
}

#lite3-post-status .progress {
	position: absolute;
	bottom: 0;
	width: 678px;
	height: 10px;
	border: solid 1px #C5E0E8;
	background-color: #fff;
}

#lite3-post-status .progress .progressbar {
	background-color: #3399FF;
    height: 10px;
    position: absolute;
    top: 0;
	left: 0;
    width: 0;
}

#lite3-post-status .upload-message {
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
}

#lite3-post-status-mixdown {
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	
}

#lite3-post-status-encoding {
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #eee;
}

div#pop-up      {
	display: none;
	position: absolute;
	width: 450px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 101;
	top:33px;
	right:45px;
}

a#trigger {
	color: #EB067B;
       text-decoration: none;
	position : absolute;
	right:24px;
	top: 10px;
	z-index:101;
}
