
    /*---------------------- This is for dialog form  --------------------*/  
    label, input { display:block; }
    input.text { width:260%; padding: .3em; font-size:14px;}
    fieldset { padding:0; border:0; margin-top:25px; }
    h1 { font-size: 1.2em; margin: .6em 0; }
    div#users-contain { width: 350px; margin: 20px 0; }
    div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
    div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
    .ui-dialog .ui-state-error { padding: .3em; }
    .validateTips { border: 1px solid transparent; padding: 0.3em; }
    
     /*---------------------- This is for the background of dialog input tag errors  --------------------*/ 

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { 
               background-color: #fef1ec; 
               background-image: url('project_five/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png'); 
               background-repeat: repeat-x; background-attachment: scroll; 
               color: #cd0a0a; border: 1px solid #cd0a0a; 
               background-position: 50% } 