Here's a simple skin edit to add a nice tidy box if you wish to make your members aware of any special rules regarding acceptable submissions. This way they cannot miss it as it is displayed before they choose a category. 
ACP > Look / Feel > Skin Manager > (edit skin) > Edit Template HTML > Skin Downloads Submit > Submission Start
Add this at the very top of that template, before any other code.
Screenshot...

Obviously, you will need to change the text and title to suit. I choose a 75% width to make it look tidy, but this can be adjusted as required.
ACP > Look / Feel > Skin Manager > (edit skin) > Edit Template HTML > Skin Downloads Submit > Submission Start
Add this at the very top of that template, before any other code.
<div align='center'> <div class="borderwrap" style='width: 75%; align=center;'> <div class="maintitle">Disclaimer - <strong>PLEASE READ</strong></div> <div class="row2" style='font-size: 12px; align=center;'> <br /> Put your text here etc <br /><br /> </div></div></div><br />
Screenshot...

Obviously, you will need to change the text and title to suit. I choose a 75% width to make it look tidy, but this can be adjusted as required.













