html, body { 
	overflow: hidden;       	
	width: 100%;
	height: 100%;
}
        
* {
	font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; 
	font-size: 12px;
}

body, table td, select {
	font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
	font-size: 12px;
}

*:focus {
	outline: none;
}

#loadingWrapper {
	width: 100%;
	height: 100%;
}
        
#loading {
	padding: 0px;
	z-index: 20001;
	width: 100%;
	height: 100%;
}

#loading a {
	color: #222;
}

#loading .loadingIndicator {
	width: 200px;
	height: auto;
	position: relative;
	top: 40%;
}
        
#loadingMsg {
	font: normal 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/** Defines the PromptedTexBox Prompt Style **/
.prompt {
	color: #999;
}

.fwFormLabel {
	font-size: 12px;
	text-align: left;
	color: #41a8bf;
	font-weight: normal;
}

.fwLoginPanel .fwFormLabel {
	color: #fff !important;
}

.fwFormEntry {
	font-size: 11px;
	padding-left: 5px;
	width: 100%;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	height: 30px;
	background: #c9e5eb;
	color: #41a8bf;
	border: none;
	border-top: 1px solid #aaa;
}

.fwTextBox {
	position: relative;
}

.fwTextBox > .fieldIcon {
	position: absolute;
	left: 8px;
	top: 9px;
}

#loginTable .fwTextBox .fieldIcon {
	top: 10px;
}

.fwTextBox > .fieldText {
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;	
}

.fieldIcon + .fieldText {
	padding-left: 30px;
} 

#loginTable .fwFormEntry {
	height: 36px !important;
	line-height: 36px !important;
}

::-webkit-input-placeholder {
	opacity: 0.6;
}
:-moz-placeholder {
	opacity: 0.6;
}
::-moz-placeholder {
	opacity: 0.6;
}
:-ms-input-placeholder {
	opacity: 0.6;
}

 .fwWaitingDialog {
	color: #41a8bf;
    font: bold "Lucida Grande", Lucida, Verdana, sans-serif;
    padding: 10px;
    margin: 0 auto;
    background: #c9e5eb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 1px solid #aaa;
}
