body {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

body,html {
	height: 100%;
	background: url(login.jpg) no-repeat center;
}

#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute;
	top: 50%;
}  /* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	position: relative;
	top: -50%;
	width: 230px;
	margin: 0 auto;
	padding-top: 40px!important;
}  /* for explorer only */
div.greenBorder {
	 
}

.minitext1{
	border: solid 1px #3366FF;
	height:18px;
	padding-top: 1px;
	padding-left: 2px;
	width: 130px;
}