﻿.nyiltnapelem
{
    width: 270px;
    display: inline block;
    font-size: 11px;
    line-height: 16px;
    height: 67px;
    border-bottom: solid 1px #e1e1e1;
}
.popupelement
{
    border: solid 4px #ffffff;
    width: 540px;
    display: inline block;
}
.popupheader
{
    height: 212px;
}
.popupbody
{
    width: 540px;
    height: 204px;
    background-color: White;
    overflow: auto;
    overflow-x: hidden;
}
.popupfooter
{
    background-color: #252525;
    height: 39px;
    line-height: 39px;
    padding-left: 6px;
}

.popupheaderhiba
{
    background-color: #c36001;
    color: White;
    height: 39px;
    line-height: 39px;
    padding-left: 6px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.popupbodyhiba
{
    background-color: White;
    border-bottom: solid 1px #c36001;
    border-left: solid 1px #c36001;
    border-right: solid 1px #c36001;
    padding: 6px;
}

.popupheaderok
{
    background-color: #9cc349;
    color: White;
    height: 39px;
    line-height: 39px;
    padding-left: 6px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.popupbodyok
{
    background-color: White;
    border-bottom: solid 1px #9cc349;
    border-left: solid 1px #9cc349;
    border-right: solid 1px #9cc349;
    padding: 6px;
}

.npopupelement
{
    border: solid 1px #e1e1e1;
    width: 504px;
    display: inline block;
    background-color: white;
}

.npopuppos
{
    padding-left: 102px;
    padding-right: 102px;
    padding-top: 57px;
    padding-bottom: 57px;
}

.modalbcg
{
    background-color: Black;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
