html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow:hidden;
    font-family:verdana;
    font-size:8pt;
    background:#fbf8f6;
	color:#624e43;
}
h1{
	font-size:10pt;
}

.claro .dijitTextBox{
	/*box-shadow: 5px 5px 3px #624e43;*/
}

#header{border:1px solid silver;padding:10px;background-color:#ffffff;border-radius: 6px;}
#header img{width:250px;height:auto}

#wiResetPwd h1{
	font-size:10pt;
}
#wiResetPwd button{
	background:none;
	border:1px solid #624e43;padding:5px;
	border-radius: 4px;
}
#wiResetPwd button:hover{
	background:#624e43;
	color:#fbf8f6;
	cursor:pointer;
}

#wiResetPwd input{
	border:1px solid silver;
	border-radius:6px;
	color:silver;
	padding:5px;
}
#wiResetPwd input:focus{
	color:#624e43;
	box-shadow: 5px 5px 3px #888;
}	

#wiResetDesc{
	position:absolute;
	height:50px;
	width:320px;
	margin:0px 0px 0px -160px;
	top: 5%;left: 50%;
	padding:10px 0px 0px 10px;
}
#wiError{
	position:absolute;
	height:50px;
	width:320px;
	margin:0px 0px 0px -160px;
	top: 65%;left: 50%;
	padding:10px 0px 0px 10px;
	color:red;
	font-weight:bold;
	text-align:center;
}

.wiLogin{
	/*background-color:#82ae3d;*/
}
.wiLogin div{
	padding:5px 0px 5px 0px;
}
.wiLogin span{
	/*
	width:220px;
	margin:2px 2px 2px 2px;*/
}
.wiLogin label{
	color:#624e43;
	font-weight:bold;
	display:inline-block;
	font-size:8pt;
	width:145px;
}
.wiLogin .dijitInputInner{
	color:silver;
	width:140px;
}
.wiLogin .dijitInputInner:focus{
	color:black;
}
.wiLogin form{
	position:absolute;
	height:200px;
	width:320px;
	margin:-210px 0px 0px -180px;
	top: 50%;left: 50%;
	/*padding:50px 0px 0px 50px;*/
	padding:40px;
	border: 1px solid #624e43;
	border-radius: 0px;
	background:white;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	/*background:#689600;*/
}
.wiLoginLogo{
	position:absolute;
	background-color:#ffffff;
	padding:5px;
	border-radius: 0px;
	border: 1px solid #624e43;
}
.wiLoginDesc{
	position:absolute;
	height:120px;
	width:320px;
	margin:-120px 0px 0px -180px;
	top: 50%;left: 50%;
	padding:50px 20px 0px 20px;
	text-align:center;
	border: 1px solid #624e43;
	border-radius: 12px;
	background:white;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	/*background:#689600;*/
}
.wiLoginHeading{
	color:#624e43;
	font-weight:bold;
	display:inline-block;
	font-size:12pt;
}
.wiLoginError{
	font-weight:bold;
	color:red;
}