<div class='reply form' id='replyform' style='display:inline-block; width:100%'>
	<div style='width:95%; margin: 10px auto; display:block;'>
	<div style='text-align:right;'>
	<form action='status.php' method='post' enctype='multipart/form-data'>
		<input type='hidden' id='thread' name='thread' value=':id:'>
		<div style='width:100%; border: 1px solid #ddd; text-align:left;'>
			<div style='width:100% height:27px; border-bottom: 1px solid #ddd;'>
				<input type='text' name='spoiler' placeholder='Title (optional)' style='border:none; width:100%;'>
			</div>
			<textarea name='status' id="status" style='width:100%; height:100px; border:none;'>:content:</textarea>
		</div>
		<div style='display:none; clear:both; width:100%; text-align:left;' class='picker'><input type='text' id='emojisearch' placeholder="Type to Search"><div class='emojilist' style='max-height:100px; overflow:auto;'></div></div>
		<div style='display:none; clear:both; width:100%; text-align:left;' class='contactpicker'><input type='text' id='contactsearch' placeholder="Type to Search"><div class='contactlist' style='max-height:100px; overflow:auto; scroll-behavior: smooth;'></div></div>
		<div class="buttons">
			<div style='float:left;'>
				<div style='position:relative;border: 0px; float:left;'>
					<input type='submit' value='Send' id='send' onClick='return false'>
				</div>
				<div class='formbtn fontello' style='position:relative;'>
					&#xe818;
					<input style='opacity:0; position:absolute; left:0px; top:5px; background-color:yellow;' type='file' id="files_input_field" name='file[]' multiple onchange="upload_files_reply();">
				</div>
				<div class='formbtn fontello' style='position:relative;'>
					<input type='checkbox' name='sensitive' id='rsensitive' style='display:none;'>
					<label for='rsensitive' class='fontello'>&#xe81b;</label>
				</div>
				<div class='formbtn fontello' id="emoji" style='position:relative; cursor:pointer;'>
					&#128540;
				</div>
				<div class='formbtn fontello' id="contact" style='position:relative; cursor:pointer;'>
					&#xf234;
				</div>
			</div>
			<span style='float:left; margin-left:10px;' class='status'>
				
			</span>
			<span style='float:right;'>
				<select name='scope' id='scope'>
					<option id="public" value="1">&#xe83c; Public</option>	
					<option id="unlisted" value="2">&#xe816; Unlisted</option>
					<option id="private" value="3">&#xe819; Private</option>
					<option id="direct" value="4">&#xf0e0; Direct</option>
				</select>
			</span>
		</div>
	</form>
	</div>
	<div style="clear: both;"></div> 
	</div>
</div>

