.bookmark{
	background:transparent url('../images/bookmark/bookmark.png') 0 0 no-repeat;
	display:inline-block;
	width:40px;
	height:85px;
	position:absolute;
	right:370px;
	top:-5px;
	width:40px;	
	text-align:center;
}
.bookmark span.counter{
	color:#FFFFFF;
	display:block;
	font-size:14px;
	margin-left:3px;
	margin-top:12px;
	font-weight:bold;
}
.bookmark a, .bookmark span.voted, .bookmark span.vote{
	background:url("../images/bookmark/vote.png") no-repeat scroll 0 0 transparent;
	display:block;	
	margin:8px auto 0 14px;	
	height:16px;
	text-indent:-99999px;
	width:16px;
}
.bookmark a:hover, .bookmark span.voted, .bookmark span.vote:hover{
	background-image:url("../images/bookmark/voted.png")
}

.bookmark a.activate{
	
}

.link a, .link a:hover {
	text-decoration:none;
	border:1px solid #54CE79;
	font-weight:bold;
	padding:3px 10px;
	margin-right:5px;
}

.link a:hover {
	text-decoration:none;
	background-color:#54CE79;
	color:#FFF;
}
.submission-wrap {
    padding: 10px 15px;
    min-height:220px;
    border:4px solid #EFEFEC;
}
.submission-wrap:hover {
    background-color:#f7f7f5;
    border:4px solid #dfdfda;
}
.draft_container{
    position:absolute;
}
.draft_container .draft{
    color:#EFEFEF;
    font-size:50px;
    font-weight:bold;
    left:450px;
    position:relative;
    top:-31px;
}
.help{
	background: transparent url(/images/icon/information.gif) no-repeat 0 50%;	
}

