/* CSS Document */

/* `Body
----------------------------------------------------------------------------------------------------*/
body {
	background-image: url(../images/ivnxt-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #FFFFFF;
	font-family:Arial;
	font-size:14px;
	color:#999999;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background:url(../images/IVNXT_LoginSplash.png) bottom left no-repeat;
	height:400px;
	margin-top:14px;
}
/* `Logo
----------------------------------------------------------------------------------------------------*/
#ivnxt_logo {
	background:url(../images/iv-nxt-logo.png) no-repeat top left;
	height:48px;
	width:260px;
	position:fixed;
	margin-top:12px;
	margin-left:5px;
	float:left;
	}
/* `Login
----------------------------------------------------------------------------------------------------*/
#login_module {
	background:url(../images/login-bg.png) no-repeat top left;
	height:212px;
	width:314px;
	position:relative;
	margin-top:140px;
	float:right;
	
	}
input.input_txt {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	text-align:left;
	width:255px;
	height:30px;
	border:1px solid #dad8d8;
	margin-top:32px;
	margin-left:20px;
	margin-right:15px;
	padding-left: 2px;
	vertical-align:middle;
	}
input.input_txt:hover {border:1px solid #FF6633;}
input.input_txt:focus {border:1px solid #FF6633;}

input.input_btn {
	background:url(../images/login-btn.png) no-repeat top left;
	width:71px;
	height:29px;
	border: 0px;
	float:right;
	margin-top:20px;
	margin-right:30px;
	}
input.input_btn:hover {
	background:url(../images/login-btn_hover.png) no-repeat top left;
	width:71px;
	height:29px;
	border: 0px;
	float:right;
	margin-top:20px;
	margin-right:30px;
	}
span.holder {
	font-family:Arial;
	font-size:12px;
	color:#999999;
        text-decoration:none;
	text-align:left;
	width:30px;
	height:30px;
	border:0px solid #dad8d8; 
	margin-top:110px;
	margin-left:18px;
	margin-right:15px;
	padding-left: 1px;
	vertical-align:middle;    	
	-moz-transition: opacity 0.1s 	ease 0s, 	
	font-size 0.1s ease 0s;
    	cursor: text;
    	left: 8px;
   	position: absolute;
   	text-shadow: 0 1px 0 rgba(255, 	255, 255, 0.5);
    	top: 0;
    	white-space: nowrap;
    	z-index: 1;
	}
span.holder1 {
	font-family:Arial;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	text-align:left;
	width:30px;
	height:30px;
	border:0px solid #dad8d8; 
	margin-top:42px;
	margin-left:18px;
	margin-right:15px;
	padding-left: 1px;
	vertical-align:middle;    	
	-moz-transition: opacity 0.1s 	ease 0s, 	
	font-size 0.1s ease 0s;
    	cursor: text;
    	left: 8px;
   	position: absolute;
   	text-shadow: 0 1px 0 rgba(255, 	255, 255, 0.5);
    	top: 0;
    	white-space: nowrap;
    	z-index: 1;
	}

/* `Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	margin:10px 25px 200px;
	height:200px;
	width:100%;
	position:relative;
	}
#footer {
	position:absolute;
	left:0px;
	top:420px;
	width:95%;
	height:30px;
	padding:0px 25px 0px;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	vertical-align:top;
	z-index:2;
}
