body{
	background-color: #E6E6E6;
}

#passNew, #passNewRepeat, #passEmail {
	padding:4px;
	margin:2px;
	border:solid 1px #999;
	width: 90%;
}

#passNewRepeat {
/* background-color:#036; */
}

div {
	margin-left:20px;
	margin-top:6px;
}

.strength {
	vertical-align: top;
}

.clear {
	clear:both;
}

label {
	width: 150px;
	vertical-align:bottom;
}

.contentDiv {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border:solid 1px #999;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}

#passSubmit {
	margin-top: 1em;
}

::-webkit-input-placeholder {
 color: #FF7F7F;
}

:-moz-placeholder { /* Firefox 18- */
 color: #FF7F7F;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #FF7F7F;
}

:-ms-input-placeholder {
 color: #FF7F7F;
}

#logonDiv {
	width: 350px;
	height: 450px;
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 50%;
	margin-top: -250px;
}

#companyref, #username, #password {
	width: 90%;
}

body {
	height: auto !important;
}

.ui-widget-header {
	padding: 10px;
	margin: 10px;
}

.ui-widget-content {
	padding: 10px;
	margin: 10px;
	bottom: 0;
	position: absolute;
	top: 50px;
}

.ui-widget {
	background-color: #fff;
}

.logoDiv {
	position: absolute;
	width: 200px;
	height: 58px;
	top: 20px;
	right: 20px;
	background-image:url(../images/large_logo.png);
}


.errorMsg{
	color: #f00;
}
