body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
}

.textinput {border:1px solid black;}
#preview {width: 400px; position:fixed; left: 0px; top:0px;}
#listdiv {float:right; width: 85px; border:1px solid black; text-align:center;}
#editdiv {width: 200px; position:fixed; left:402px; top:0px;}

a:link {color: #000000;text-decoration: none;}

a:visited {text-decoration: none;color: #000000;}

a:hover {color: #000099;text-decoration: none; }

.upload_output {
	font-size: 11px;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	color:  #2F5C7A;
	padding-top:3px;
}

#userinput {
background-image:url(../images/contribute.jpg);
height:549px;
width:1040px;
background-repeat:no-repeat;
position:relative;
vertical-align:top;
}

#back {
position:relative;
left:70px;
top:100px;
}

#bg_input {
position:relative;
left:400px;
top:128px;
}
#fx_input {
position:relative;
left:400px;
top:200px;
}
#music_input {
position:relative;
left:400px;
top:248px;
}
#submit {
position:relative;
left:400px;
top:280px;
}
.buttonimg {
border:none;
}
.user_stories_list {
position:absolute;
left:10px;
}
.story_list_entry {
width:350px;
}
.active_story_list_entry {
width:350px;
font-weight:bold;
}
.user_story {
	position:absolute;
	left:360px;
	top:25px;
	width:400px;
	padding:6px;
	border:1px solid #000000;
	
}
a.delete_story_button {
position:absolute;
right:10px;
}