html
{
font-family:"Arial";
background-color:#eff5e6;
color:#2e302e;
}
h1
{
margin:2px;
color:#82a67c;
font-size:30px;
text-shadow: 1px 1px 0px rgba(55, 55, 55, 1);
display:inline-block;
vertical-align:top;
}
h2
{
color:#82a67c;
text-shadow: 1px 1px 0px rgba(55, 55, 55, 1);
}
h3
{
color:#d1ab69;
text-shadow: 1px 1px 0px rgba(55, 55, 55, 1);
}
.LGS
{
display:inline-block;
vertical-align:top;
}
.pvk
{
color:#15a33b;
}
.kld
{
color:#bf0a25;
}
select
{
height:30px;
border-radius:2px;
padding-left:5px;
padding-right:5px;
}
option
{
font-weight:bold;
}
input[type=text],input[type=password],input[type=email]
{
height:30px;
min-width:250px;
border-radius:2px;
padding-left:2px;
font-weight:bold;
}

.MN
{
display:inline-block;
vertical-align:top;
width:180px;
border:1px solid #777;
border-radius:10px;
padding:5px;
font-size:20px;
text-decoration:none;
background: linear-gradient(90deg,rgba(130, 166, 124, 1) 0%, rgba(212, 224, 128, 1) 25%, rgba(130, 166, 124, 1) 100%);
box-shadow:0px 3px 1px 0px #555;
color:#222;
margin-left:5px;
margin-top:4px;
}
.MN:hover
{
box-shadow:0px 1px 1px 0px #333;
background: linear-gradient(90deg,rgba(130, 166, 124, 1) 0%, rgba(240, 255, 33, 1) 35%, rgba(130, 166, 124, 1) 100%);
}
input[type=submit]
{
display:inline-block;
vertical-align:top;
width:180px;
border:1px solid #777;
border-radius:10px;
padding:5px;
font-size:15px;
text-decoration:none;
background: linear-gradient(90deg,rgba(130, 166, 124, 1) 0%, rgba(212, 224, 128, 1) 25%, rgba(130, 166, 124, 1) 100%);
box-shadow:0px 3px 1px 0px #555;
color:#222;
margin-left:2px;
margin-top:4px;
}
input[type=submit]:hover
{
box-shadow:0px 1px 1px 0px #333;
background: linear-gradient(90deg,rgba(130, 166, 124, 1) 0%, rgba(240, 255, 33, 1) 35%, rgba(130, 166, 124, 1) 100%);
}
.KK
{
display:inline-block;
vertical-align:top;
border:1px solid #777;
border-radius:5px;
margin-top:8px;
margin-bottom:2px;
box-shadow:0px 3px 1px 0px #555;
overflow:hidden;
height:34px;
}
.KK:hover
{
box-shadow:0px 1px 1px 0px #333;
}
#KN, #DN
{
display:inline-block;
vertical-align:top;
}
#KN
{
width: calc(100% - 200px);
min-width:200px;
}
#DN
{
width:190px;
}
nav, main, footer, header
{
width:100%;
}
header
{
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-bottom:solid 5px #d1ab69;
}
footer
{
border-top-left-radius:10px;
border-top-right-radius:10px;
border-top:solid 5px #d1ab69;
}
main,footer
{
padding-top:10px;
}
main,header
{
padding-bottom:10px;
}

table
{
border-collapse:collapse;
}
td
{
border:1px solid #2e302e;
padding:2px;
}
fieldset
{
border-radius:10px;
border:none;
margin-bottom:10px;
}

.PRa
{
border-top:solid 5px #82a67c;
border-bottom:solid 5px #82a67c;
}
.PRb
{
border-top:solid 5px #CCC;
border-bottom:solid 5px #CCC;
}
.PSL
{
text-align:center;
width:100%;
}
.VAL
{
text-align:right;
}
.ANT
{
padding-left:10px;
padding-right:10px;
font-weight:bold;
background-color:#E5EB7F;
color:#474643;
}
.PLK
{
width:90%;
margin:auto;
display:block;
min-height:30cm;
}
