﻿div.input_style1
{
    border: solid 0 #fff;
    background: transparent url(../images/account_inputb.jpg) no-repeat;
    background-position: left top;
    width: 131px;
    height: 22px;
}

div.input_style1 input
{
    background: transparent url(../images/spacer.gif) no-repeat;
    border: 0px solid white;
    padding-top:4px;
    padding-left:5px;
    padding-right:3px;
    width:122px;
    
    font-family:tahoma;
    font-size:8pt;
}

div.input_style_login1
{
    border: solid 0 #fff;
    background: #fff url(../images/login_username.jpg) no-repeat;
    background-position: left top;
    width: 105px;
    height: 18px;
}

div.input_style_login1 input
{
    background: transparent url(../images/spacer.gif) no-repeat;
    border: 0px solid white;
    padding-top:2px;
    padding-left:5px;
    padding-right:3px;
    width:98px;
    height:16px;
    
    font-family:tahoma;
    font-size:8pt;
}

div.input_style_login2
{
    border: solid 0 #fff;
    background: #fff url(../images/login_password.jpg) no-repeat;
    background-position: left top;
    width: 87px;
    height: 18px;
}

div.input_style_login2 input
{
    background: transparent url(../images/spacer.gif) no-repeat;
    border: 0px solid white;
    padding-top:2px;
    padding-left:5px;
    padding-right:3px;
    width:98px;
    height:16px;
    
    font-family:tahoma;
    font-size:8pt;
}

div.input_style_newsletter
{
    border: solid 0 #fff;
    background: #fff url(../images/newsletter_input.jpg) no-repeat;
    background-position: left top;
    width: 173px;
    height: 22px;
    float:left;
}

div.input_style_newsletter input
{
    background: transparent url(../images/spacer.gif) no-repeat;
    border: 0px solid white;
    padding-top:4px;
    padding-left:5px;
    padding-right:3px;
    width:160px;
    height:22px;
    
    font-family:tahoma;
    font-size:8pt;
}