.adiv{
		/*border:1px solid #ccc;*/
		width: 650px;
		height: 400px;
		padding: 10px;
		overflow: hidden;
		font-family: verdana;
		font-size: 14px;
		margin-left:25%;
	}
	.titlediv{
		padding: 2px;
	}
	.titletext{ 
		display:inline-block;
		font-size: 16px;
	}
	.toRight{ float:right; display:inline-block;}
	.contentdiv{
		display:block;
	}
	.bardiv{
		width:100%;
		height: 25px;
		padding: 2px 0 0 0;
		background: #6699cc;
		color: #fff;
		text-align: center;
		font-size: 18px;
	}
	.infotext{
		text-align: center;
		margin: 3px 0 3px 0;
	}
	.imgdiv{
		margin-top: 10px;
		width: 145px;
		height:145px;
		background: #ccc;
		display: block;
		float: left;
		position:relative;
	}
	.inputsdiv{
		margin-left: 15%;
		margin-top: 10px;
		float:left;
	}
	.inputtext{
		display: block;
		margin: 0 5px 10px 5px;
		height: 18px;
		width: 200px;
		padding: 3px;
		font-size: 14px;
	}
	#langSelecter{
		display: block;
		margin: 0 5px 10px 5px;
		height: 25px;
		width: 210px;
	}
	.inputbtn{
		text-align: center;
		color : #fff;
		background: #6594f1;		
		border:none;
		margin: 0 5px 10px 5px;
		height: 25px;
		width: 210px;
		padding: 3px;
		font-size: 15px;
	}
	
	.underlinebtn{
		border: none; 
		background: #fff;    
		color: #333;    
		font-size: 13px;    
		text-decoration: underline;    
		margin: 5px 0 0 29%;
	}
	
	.halfwidth{
		width: 100px;
	}
	
	#forgotlink{
		width:210px;
		text-align: center;
		display:block;
	}
	#errorbox{
		color:red;
		text-align: center;
		height: 24px;
	}
	#mainbox{
		display:block;
		height:180px; 
		margin:0 10px 10px 16%;	
	}
	
	.lp-dlg{
		float:center;
		z-index:10;
		background: rgba(234,233,233,0.6);
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		min-height:600px;
		display:none;		
		font-family: verdana;
	}
	
	.lp-div{
		border:1px solid #d7dfe4;
		width: 338px;
		height: 243px;
		padding: 20px;
		overflow: hidden;
		font-size: 14px;
		background:#fff;
		position:absolute;
		top:10%;
		left:36%;
		border-radius: 5px;
	}
	.lp-inputs{
		display:block; 
		height:150px; 
		margin:0 10px 5px 10px;
	}
	#sysinfo .infodiv{
		margin: 10px 30px 5px 30px;
	}
	
	.btn{
		cursor: pointer;
	}
	.red{
		color: red !important;
	}
	#resultbox{
		padding: 2px;
		margin: 0 3px 0 3px;
		height: 35px;
		color: #32CD32;
		text-align:center;
	}
	input[type="button"]:disabled
	{ 
	background-color: #dddddd;
	}
	
	#footer{
		width: 100%;
	    text-align: center;
	    height: 30px;
	    font-size: 13px;
	    color: #b1b1b1;
	    bottom: 0;
	    left: 0;
	    position: fixed;
	    background: #fff;
	}