

input#email {
    width: 325px;
    padding-left: 4px; 
    margin-bottom: 6px; 
    border-radius: 4px; 
    line-height: 22px;
}

input#pin {
	width: 125px;
	padding-left: 4px; 
    margin-bottom: 6px; 
    border-radius: 4px; 
    line-height: 22px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

div.errorBox {
	font-size: .8em; background-color: pink; border: 1px solid red; color: darkred; padding: 4px; margin: 4px; border-radius: 4px;
}

div.loginInfoBox {
	font-size: .8em; background-color: lightblue; border: 1px solid blue; color: darkblue; padding: 4px; margin: 4px; border-radius: 4px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    9000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/processingLogin.gif') 
                50% 50% 
                no-repeat;
}

