#feedback-form {}

#feedback-form label, #feedback-form input { display:block; }
#feedback-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
#feedback-form fieldset { padding:0; border:0; margin-top:25px; }
#feedback-form h1 { font-size: 1.2em; margin: .6em 0; }
#feedback-form div#users-contain { width: 350px; margin: 20px 0; }
#feedback-form div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
#feedback-form div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
#feedback-form .ui-dialog .ui-state-error { padding: .3em; }
#feedback-form .validateTips { border: 1px solid transparent; padding: 0.3em; }