@charset "utf-8";
/* CSS Document */




#InputBox {
	width: 666px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	
}
#OutBox-OK {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#OutBox-FAIL {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#InputBox-Header {
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
}

#InputBox-HeaderTitle {
	height: 30px;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-weight: bold;
	margin-top: 20px;
}

#InputBox-Instructions {
	
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}
#InputBox-InputForm {
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #333333;
}

.LoginForm-Input {
	width: 250px;
	height: 25px;
	line-height: 25px;
	
	border: 1px solid #cdcdcd;
}
#LoadingGif {
	display: none;
	height: 250px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#Input-Float-Left {
	float: left;
	width: 240px;
}
#Input-Float-Right {
	float: right;
	width: 415px;
	margin-right: 6px;
}
#Main-Container {
	margin-top: 30px;
}



#listtable{
	border: 1px solid #A0D1FF;
	width:660px;
	}

#listtable .tableheader{
	
	padding-top:10px;
	background:#F2F9FF;
	font:Arial;
	color:#333333;
	font-size:9px;
	padding-left:5px;
	
	}
	
	#innertable td{
		 background:#FFFFFF;
		 padding-left:8px;
		 border: 1px solid #D8D8D8; 
		 border-left:1px solid #A0D1FF;
		
	}
	.invitebt{
	 
	 border-bottom:none;
	 background:#F2F9FF;
	 height: 42px;
	 padding-top:10px;
	 text-align:center;
	}