/* login page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html { 
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	background-repeat: url(Partners/kumon/images/gray-grad.jpg);
	background-repeat:repeat-x;
	}

	img.splashPhoto {
		float: left;
		}
		
	div#splashColor1 {
		width: auto;
		height: 30px;
		}
	
	div#splashColor2 {
		width: auto;
		height: 20px;
		}
	
	div#splashText {
		float: right;
		margin-top: 20px;
		margin-left: 30px;
		}
	
		div#splashP1 {
			margin-bottom: 15px;
			font-size: 16px;
			font-weight: bold;
			color: #666666;
			}
			
		div#splashP2 {
			margin-right: 50px;
			margin-bottom: 15px;
			font-size: 12px;
			color: #666666;
			}
			
		div#splashP2 p {
			margin-bottom: 5px;
			}
			
		div#splashForm {
			float: left;
			margin-top: 10px;
			line-height: 20px;
			font-size: 16px;
			font-weight: bold;
			}

		img.splashLogo_hdtb {
			float: right;
			margin-top: 40px;
			}
		
	div#splashPP {
		clear: left;
		float: left;
		width: 768px;
		margin-top: 40px;
		}
		
		img.splashLogo_PrimePay {
			float: left;
			}
		
		div#splashCopyright {
			float: right;
			margin-top: 17px;
			margin-right: 4px;
			}
			

