

.dlg_msg {
  
  }
  
    
  label, input { display:block; width:95%;}
    input.text { margin-bottom:12px; width:95%; padding: .4em; }
    
  .form_login_background {width:340px;
    margin:auto auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
    }
    .modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}
.validateTips { border: 1px solid transparent; padding: 0.3em;height: 30px; }
.alertTips { border: 1px solid transparent; padding: 0.3em;height: 15px; }
.ui-state-error-ex {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
    padding: 0.3em; 
}

.editedDiv
{
    margin-bottom:12px; width:95%; padding: .4em;background:#f4f4f4;
}

.buttonLink
{
    font-size:10px;
}

.hideTableRow
{
    display: none;
}