﻿.btn_blue1
{
 background: url("/National_Library/oe_/http://www.netbook.co.il/img/PNGSprite.png") no-repeat left top;   
    background-position: -937px -49px;
    color: white;
    height: 35px;
    line-height: 33px;
    text-decoration: none;
    width: 145px;
    text-align:center;
    display:inline-block;
    border:none;
    font-size:16px;
}
/*FORM*/
.form
{
    color:#003880;
}
.form h1,.form h2
{
    color:#003880;
}
.form th,.form .field_name
{
    color:#2478B4;
    text-align:right;
    font-size:16px;
}
.form th,.form td
{
    padding:5px;
}
.btn_light_blue
{
    background: url("/National_Library/oe_/http://www.netbook.co.il/img/btn_light_blue.png") no-repeat left top;   
    color:#007ABD;
    border:none;
    height:31px;
    width:69px;
    font-weight:bold;
    font-family:Arial;
    font-size:16px;
    display:inline-block;
    line-height:31px;
    text-decoration:none;
    text-align:center;
}
.btn_light_blue:hover
{
    background-position:0 -32px;
}
.btn_light_blue:active
{
    background-position:0 -64px;
}

.form a
{
    color:#004292;
    text-decoration:none;
}
.form a.btn_blue1
{
    color:#fff;
}
.form a.btn_blue1:hover
{
    color:#fff;
}
.form a:hover
{
    text-decoration:underline;
    color:#007ABD;
}
.form input
{
    border:1px solid #80bcde;
    width:238px;
    height:28px;
}
.form .td_btns
{
    text-align:left;
}
.form .validator
{
    color:red;
}
.form .error
{
    color:Red;
    font-weight:bold;
}
.form .success
{
    background: url("/National_Library/oe_/http://www.netbook.co.il/img/success.png") no-repeat right top;   
    color:#003880;
    font-weight:bold;
    display:block;
    line-height:48px;
    height:48px;
    padding-right:54px;
}
/*FORM END*/