/* MyHoneyPot Styling 

USE THIS STYLESHEET TO FIT THE HONEYPOT STYLE TO YOUR THEME STYLE

You don't have to change style here for the plugin to work, CSS here does
NOT reveal the 'hidden' property of the extra field so no javascript
has to be used for hiding this extra field.
*/

.hp_input {
position:absolute;
left:-1000px;
top:-5000px;
width:1px;
height:1px;
overflow:hidden;
}