.form1 {
    text-align: center;
    bottom: 1px;
    font: 60% tahoma;
	padding-top: 4px;
	padding-bottom: 8px;
    }
.form1 form {
    display: inline;
    }
        
.form1 input {
    padding: 2px;
    background-color: #87CEEB;
    width: 90px;
    border: 1pt solid black;
	font-weight: bold;
	color: #ffffff;
    }

.form2 {
    text-align: right;
    bottom: 1px;
    margin-right: 2px;
    float: right;
    font: 60% tahoma;
    }
.form2 form {
    display: inline;
    }
.form2 input {
	padding: 2px;
    background-color: #ddddff;
    width: 120px;
    border: 1pt solid darkgreen;
    }
.form2 .submit {
	background-color: #008080;
	color: #FFFAFA;
	font-size:90%;
	font-weight: bold;
	}

	
	
.hpform {
	margin-left: 400px;
	}
	
.hpform form {
	display: inline;
	}
	
.hpform form p {
	display: inline;
	}
	
.hpform input {
	padding: 6px 3px 6px 3px;
	border-bottom: 1pt solid #3f3f3f;
	border-right: 1pt solid #3f3f3f;
	}
		
.hploginform p {
	display: block;
	border: 1pt;
	text-align: right;
	margin-right: 40px;
	}
	
	
.hpbullets ul {
	margin-left: 40px;
	}
	
.divider {
	width: 500px;
	height: 1px;
	margin: 20px 0px 0px 60px;
	background: url(../images/blueDot.jpg) repeat;
	line-height: normal;
	}
	
