@charset "utf-8";
/* CSS Document */


#loginBoxWithIcons{
	float:right;
	width:246px;
	margin-bottom:20px;
	margin-right:37px;
	margin-left:30px;
}	

	.infoBox{
		line-height:15px;
		color:#666666;
	}
	.infoBox a{
		line-height:25px;
	}
	
	.infoBox img{
		margin-right:10px;
	}

	#computerInfoBox{
		padding-bottom:20px;
		padding-top:7px;
		border-bottom:solid 1px #CCCCCC;
		
	}
	
	#cellphoneInfoBox{
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:solid 1px #CCCCCC;	
	}
	
	#emailInfoBox{	
		height:112px;
		padding-top:20px;
	}

	
#loginBox{
	margin-bottom:20px;
	/*float:right;*/
}

	#loginBoxContent{
		width:175px;
		margin:auto;
	}
	
			
	#registerInfoBoxContent{
		
		width:165px;
		margin:auto;
	}
	
		
			#registerButton{
				width:150px;
			}
