/* Login_main_username */rn.username {rn    background-image: url(../../images/username.png);rn    background-repeat: no-repeat;rn    background-position: right;rn    border: 1px solid #CC0000;rn    padding-right: 15px;rn    color: #000000;rn    font-family: arial;rn    font-size: 15px;rn    height:20px;rn    width:150px;rn}rn/* End */rnrn/* Login_main_password */rn.password {rn    background-image: url(../../images/password.png);rn    background-repeat: no-repeat;rn    background-position: right;rn    border: 1px solid #CC0000;rn    padding-right: 15px;rn    color: #000000;rn    font-family: arial;rn    font-size: 15px;rn    height:20px;rn    width:150px;rn}rn/* End */
