body {
    background: #FFFFFF;
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    text-align: center;
}

.LoginPage  {
	background-color:#FFFFFF;
	text-align:center;
	
	}


.userlogin .note {
    color: #0673B8;
   	}

.headerTitle {
    color: #000000;
    font-size: 1.9em;
    font-weight: bold;
    padding-top: 10px;
	}

.userloginsection {
    background-color: #FFFFFF;
    border: 1px solid;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    text-align: center;
	}

	
.newUser {
    background-color: #F7F7F7;
    border: 1px solid;
    -moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    
	}

.userlogintophead {
	color:#000000;
	background-color: #99CC66;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px; 
	font-size: 1.2em;
    	font-weight: bold;
	height: 30px;
    	line-height: 30px;
	}


.resetuserloginsection {
    background-color: #F7F7F7;
    border: 1px solid;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    
	}

.login {
	width: 200px;
	}

.frame_image{ display: none;}
	



/* changes for range_1 and range_0 */

html#range_1 input {
	width: 90%;
	}
	
html#range_1 .button input{
	width: auto;
	}
	
html#range_0 input {
	width: 90%;
	}
	
html#range_0 .button input{
	width: auto;
	font-size: 1em;
	}