/* body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A:link {
	COLOR: #F9F7EA;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:visited {
	COLOR: #F9F7EA;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:active {
	COLOR: #77684D;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:hover {
	COLOR: #7E7765; TEXT-DECORATION: underline
}
*/

.klav {
    padding-left: 5px;
    padding-bottom: 1px;
    padding-right: 0px;
    padding-top:0px;
}

div.data {
    color: red;
    display:inline;
}

.inup_a {
        FONT-SIZE: 8pt;
	/* COLOR: #DFDDD3; */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	/* BACKGROUND-COLOR: #151616; */
	border: 1px double #817A63;
}
.style2 {color: #A7A495}

.btn {	FONT-SIZE: 7.5pt;
	COLOR: #DFDDD3;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #2B2B18;
	border: 1px double #817A63;
}


.btkey {
	display: block; text-align: center;
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px;
	FONT-SIZE: 7.5pt; FONT-FAMILY: verdana,sans-serif,arial;
	width: 20px;
	cursor: pointer;
	border: 1px solid #D6D3CE;
	COLOR: #DFDDD3; BACKGROUND-COLOR: #2B2B18;
}

.message {
	FONT-SIZE: 7.5pt; FONT-FAMILY: verdana,sans-serif,arial;
	COLOR: white;
}

.menu {
	FONT-SIZE: 10pt; FONT-FAMILY: verdana;
	COLOR: white;
}

a.button, a.button:visited, a.button:link, a.button:hover, a.button:focus,  input.button{
    text-decoration: none;
    border-bottom: 1pt solid #B0B0B0;
    border-left: 1pt solid #B0B0B0;
    border-right: 1pt solid #B0B0B0;
    border-top: 1pt solid #B0B0B0;
    color: midnightBlue;
    font-family: 'MS Sans Serif';
    font-size: 10px;
    /*margin-bottom: 2px;
    margin-top: 1px;
    // height: 34px;
    */
    background-color: #F0F0F0;
    text-align:center;
    /* width: 130px; */
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right:8px;
    cursor:pointer;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
    position:relative;
    margin: 0px;
}
input.wide{
    width: 160px;
}
input.small{
    width: 130px;
}
input.button#recomend{
    width :230px;
    color: white;
    font-size: 0.83em;
    background-color: red;
}


/*
button.cupid-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 4px 4px 4px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
}


button.cupid-green:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

button.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}
*/

input.button_wide {
    text-decoration: none;
    border-bottom: 1pt solid #B0B0B0;
    border-left: 1pt solid #B0B0B0;
    border-right: 1pt solid #B0B0B0;
    border-top: 1pt solid #B0B0B0;
    color: midnightBlue;
    font-family: 'MS Sans Serif';
    font-size: 10px;
    /*margin-bottom: 2px;
    margin-top: 1px;
    // height: 34px;
    */
    background-color: #F0F0F0;
    text-align:center;
    width: 160px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right:8px;
    cursor:pointer;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
    position:relative;
    margin: 0px;

}
h5.help {
  color: grey;
  text-align: left;
  text-indent: 20px;
}
h5.help_c {
  color: grey;
  text-align: center;
  text-indent: 20px;
}

h5.help_red, span.warning, h5.warning{
  background-color: red;
  color: white;
  text-align: center;
  text-indent: 20px;
  padding: 10px;
  /* border: solid 1px yellow; */
    border-radius:9px;
    -moz-border-radius:     9px;
    -webkit-border-top: 9px;
  background: -moz-linear-gradient(top, #DF0101 0%, #C40303 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DF0101), to(#C40303));

  -moz-box-shadow: inset 0 1px 0 0 #EE3333;
  -webkit-box-shadow: inset 0 1px 0 0 #EE3333;
  box-shadow: inset 0 1px 0 0 #EE3333;
  text-shadow: 0 -1px 0 #950606;
}

a.cupidred:hover  , input.cupidred:hover{
}
input, textarea {
    background: #f4f4f4;
}
input[type=text], input[type=password]{
    -moz-border-radius-topleft:     3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius:         3px;

    -moz-border-radius-topright:     3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius:         3px;

    -moz-border-radius-bottomright:     3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius:         3px;

    -moz-border-radius-bottomleft:     3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius:         3px;
}
/* input:focus styles */
input[type=text]:focus, input[type=password]:focus, textarea:focus
{
    background: #fff;
    /* border-color: #333; */
    outline: none; /* remove outline */
}
/* fallback placeholder */
.placeholder {
    color: #bbb;
}
/* webkit placeholder */
::-webkit-input-placeholder {
    color: #bbb;
}
/* moz placeholder */
:-moz-placeholder {
    color: #bbb;
}


a.cupidgreen {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 4px 4px 4px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  /* width: 100px; */
}

a.cupidgreen:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

a.cupidgreen:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

a.cupidred, input.cupidred {
  background: #DF0101;
  background: -moz-linear-gradient(top, #DF0101 0%, #C40303 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DF0101), to(#C40303));
  border: 1px solid #C40303;
  border-bottom: 1px solid #BF0404;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #EE3333;
  -webkit-box-shadow: inset 0 1px 0 0 #EE3333;
  box-shadow: inset 0 1px 0 0 #EE3333;
  text-shadow: 0 -1px 0 #950606;

  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px 4px 4px;
  text-align: center;
  margin: 4px;
  /* width: 100px; */
}

a.cupidred:hover  , input.cupidred:hover{
  background: #C40707;
  background: -moz-linear-gradient(top, #C40707 0%, #B50303 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C40707), to(#B50303));
  -moz-box-shadow: inset 0 1px 0 0 #E52525;
  -webkit-box-shadow: inset 0 1px 0 0 #E52525;
  box-shadow: inset 0 1px 0 0 #E52525;
  cursor: pointer;
}

a.cupidred:active, input.cupidred:active {
  border: 1px solid #941414;
  border-bottom: 1px solid #950C0C;
  -moz-box-shadow: inset 0 0 8px 4px #901616, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #901616, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #901616, 0 1px 0 0 #eee;
}

/* white */
a.cupidwhite, input[type=button].button, input[type=submit].button{
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3 0%, #F2F2F2 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3e3e3), to(#F2F2F2));
  border: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #f6f6f6;
  -webkit-box-shadow: inset 0 1px 0 0 #f6f6f6;
  box-shadow: inset 0 1px 0 0 #f6f6f6;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 10px;
  /*font-weight: bold;*/
  line-height: 1;
  padding: 4px 4px 4px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  /* width: 100px; */
}

a.cupidwhite:hover, input[type=button].button:hover, , input[type=submit].button:hover {
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #d9d9d9 0%, #D8D8D8 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#D8D8D8));
  -moz-box-shadow: inset 0 1px 0 0 #eaeaea;
  -webkit-box-shadow: inset 0 1px 0 0 #eaeaea;
  box-shadow: inset 0 1px 0 0 #eaeaea;
  cursor: pointer;
  color: #222;
}

a.cupidwhite:active, input[type=button].button:active, , input[type=submit].button:active {
  border: 1px solid #d0d0d0;
  border-bottom: 1px solid #BDBDBD;
  -moz-box-shadow: inset 0 0 8px 4px #e3e3e3, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #e3e3e3, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #e3e3e3, 0 1px 0 0 #eee;
  color: #000;  
}

.msg_dark_red {
    color: #8f0000;
}
