@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

html, body {
    font-family: Verdana, Arial, "Century Gothic", Helvetica, sans-serif;
    font-size:12px;
    background:#fff;
    margin: 0 auto;
    text-align: center;
}
div.login {
    width: 368px; 
    background:#fff url(/images/admin/login_bg.png) no-repeat;
    height:280px;
    margin-top:180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-top: 125px;
}
input {
    background: transparent url(/images/admin/input.gif) no-repeat -1px -1px;
    border:0px;
    width: 158px;
    height: 20px;
    padding-top: 3px;
    padding-left:3px;
    padding-right:10px;
    font-size:10px;
}
div.label {
    width: 130px;
    float:left;
    color:#6b6b6b;
    text-align: right;
    font-size:10px;
    padding-right: 30px;
}
div.input {
    float:left;
    text-align: left;
}
div.overflow {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
}
img.submit {
    margin-top:15px;
}
button.submit {
	width: 100px;
	height:18px;
	border:0px;
    background: url(/images/admin/prisijungimas.gif) no-repeat;
}
div.info {
    height: 20px;
    width: 340px; 
    margin-bottom: 5px;
    font-size:10px;
    color:#d00000;
    padding-left: 34px;
}